FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add emit to NodeEventTarget by deokjinkim · Pull Request #46356 · nodejs/node · GitHub

/ node Public

doc: add emit to NodeEventTarget - #46356

Closed
deokjinkim wants to merge 2 commits into
nodejs:mainfrom
deokjinkim:230126_events_nodeeventtarget_emit
Closed

doc: add emit to NodeEventTarget#46356
deokjinkim wants to merge 2 commits into
nodejs:mainfrom
deokjinkim:230126_events_nodeeventtarget_emit

Conversation

Copy link
Copy Markdown
Contributor

NodeEventTarget.emit() is not described in document. Plus, make type parameter of removeAllListeners as optional.

Refs: #35851

NodeEventTarget.emit() is not described in document. Plus, make
type parameter of removeAllListeners as optional.

Refs: nodejs#35851
nodejs-github-bot added the needs-ci PRs that need a full CI run. label Jan 26, 2023

Copy link
Copy Markdown
Contributor Author

/cc @nodejs/events

lpinca added request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Jan 28, 2023
Comment thread doc/api/events.md
Co-authored-by: James M Snell <jasnell@gmail.com>
deokjinkim requested a review from jasnell February 9, 2023 05:18

Copy link
Copy Markdown
Contributor Author

@benjamingr Could you please review this PR because this PR adds document for API you implemented?

Copy link
Copy Markdown
Member

@deokjinkim first: feel free to ping me for review whenever :)

Second: NodeEventTarget was @jasnell and a bit of @addaleax , I was a distant third (I did work a bunch on EventTarget just not those parts).

deokjinkim added doc Issues and PRs related to the documentations. request-ci Add this label to start a Jenkins CI on a PR. labels Feb 10, 2023
github-actions Bot added request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Feb 10, 2023

Copy link
Copy Markdown
Contributor
Failed to start CI
- Validating Jenkins credentials
✖  Jenkins credentials invalid
https://github.com/nodejs/node/actions/runs/4139956554

deokjinkim added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci-failed An error occurred while starting CI via request-ci label, and manual interventon is needed. labels Feb 10, 2023
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Feb 16, 2023

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

deokjinkim removed the needs-ci PRs that need a full CI run. label Feb 20, 2023
deokjinkim added a commit that referenced this pull request Feb 20, 2023
NodeEventTarget.emit() is not described in document. Plus, make
type parameter of removeAllListeners as optional.

Refs: #35851
PR-URL: #46356
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>

Copy link
Copy Markdown
Contributor Author

Landed in ac7ef31

deokjinkim closed this Feb 20, 2023
targos pushed a commit that referenced this pull request Mar 13, 2023
NodeEventTarget.emit() is not described in document. Plus, make
type parameter of removeAllListeners as optional.

Refs: #35851
PR-URL: #46356
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
danielleadams pushed a commit that referenced this pull request Apr 11, 2023
NodeEventTarget.emit() is not described in document. Plus, make
type parameter of removeAllListeners as optional.

Refs: #35851
PR-URL: #46356
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL