-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update events API example to have runnable code #45755
Labels
doc
Issues and PRs related to the documentations.
events
Issues and PRs related to the events subsystem / EventEmitter.
good first issue
Issues that are suitable for first-time contributors.
Comments
bnb
changed the title
doc: update code example to have runnable code
doc: update events API example to have runnable code
Dec 6, 2022
bnb
added
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
events
Issues and PRs related to the events subsystem / EventEmitter.
labels
Dec 6, 2022
@bnb Can I work on this? |
deokjinkim
added a commit
to deokjinkim/node
that referenced
this issue
Dec 6, 2022
@deokjinkim yep! I see you've made a PR, thank you! I'll review it now. |
@bnb Is it resolved? |
@ashutosh887 it does seem like this one has a PR that can land, but there's plenty of other Docs changes that could land. I'd recommend choosing a Docs page and either look for a missing code example or one that's not independently runnable 😊 |
nodejs-github-bot
pushed a commit
that referenced
this issue
Jan 18, 2023
Fixes: #45755 PR-URL: #45760 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: James M Snell <[email protected]>
RafaelGSS
pushed a commit
that referenced
this issue
Jan 20, 2023
Fixes: #45755 PR-URL: #45760 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: James M Snell <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Jan 26, 2023
Fixes: #45755 PR-URL: #45760 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: James M Snell <[email protected]>
juanarbol
pushed a commit
that referenced
this issue
Jan 31, 2023
Fixes: #45755 PR-URL: #45760 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: James M Snell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
doc
Issues and PRs related to the documentations.
events
Issues and PRs related to the events subsystem / EventEmitter.
good first issue
Issues that are suitable for first-time contributors.
Making an issue from my comment in #45656. The code example in that PR should be updated to be runnable. There's an example in my comment that shows a working/runnable code example. Ideally, it'd also have both CJS and ESM examples.
The text was updated successfully, but these errors were encountered: