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

doc: update return types for eventNames method in EventEmitter by y-hsgw · Pull Request #58083 · nodejs/node · GitHub

/ node Public

doc: update return types for eventNames method in EventEmitter - #58083

Merged
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
y-hsgw:docs/events-emitter-event-names
May 4, 2025
Merged

doc: update return types for eventNames method in EventEmitter#58083
nodejs-github-bot merged 2 commits into
nodejs:mainfrom
y-hsgw:docs/events-emitter-event-names

Conversation

y-hsgw commented Apr 30, 2025

Copy link
Copy Markdown
Contributor

Updates the documentation for emitter.eventNames() to clarify that it returns (string | symbol)[].

nodejs-github-bot added events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run. labels Apr 30, 2025

codecov Bot commented Apr 30, 2025
edited
Loading

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.21%. Comparing base (e61aa0c) to head (1d6474b).
Report is 62 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #58083      +/-   ##
==========================================
+ Coverage   89.67%   90.21%   +0.54%     
==========================================
  Files         630      630              
  Lines      186445   186446       +1     
  Branches    36310    36614     +304     
==========================================
+ Hits       167190   168198    +1008     
+ Misses      11998    11049     -949     
+ Partials     7257     7199      -58     
Files with missing lines Coverage Δ
lib/events.js 99.75% <100.00%> (+1.56%) ⬆️

... and 100 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

BridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM!

Comment thread doc/api/events.md Outdated
Co-authored-by: Livia Medeiros <livia@cirno.name>

Copy link
Copy Markdown
Collaborator

LiviaMedeiros added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. labels May 1, 2025
atlowChemi changed the title docs: update return types for eventNames method in EventEmitter doc: update return types for eventNames method in EventEmitter May 1, 2025
Flarna added the commit-queue Add this label to land a pull request using GitHub Actions. label May 4, 2025
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 4, 2025
nodejs-github-bot merged commit 6de55f7 into nodejs:main May 4, 2025

Copy link
Copy Markdown
Collaborator

Landed in 6de55f7

y-hsgw deleted the docs/events-emitter-event-names branch May 4, 2025 14:39
targos pushed a commit that referenced this pull request May 16, 2025
PR-URL: #58083
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
aduh95 pushed a commit that referenced this pull request Jun 10, 2025
PR-URL: #58083
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
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. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. events Issues and PRs related to the events subsystem / EventEmitter. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL