-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 😊 |
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: