-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: add signature for module.register
#49251
Merged
Merged
Conversation
This file contains 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
GeoffreyBooth
added
doc
Issues and PRs related to the documentations.
esm
Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
labels
Aug 20, 2023
Review requested:
|
nodejs-github-bot
added
the
module
Issues and PRs related to the module subsystem.
label
Aug 20, 2023
GeoffreyBooth
force-pushed
the
register-docs
branch
from
August 20, 2023 00:06
80a1649
to
a3f9fc7
Compare
aduh95
reviewed
Aug 20, 2023
aduh95
reviewed
Aug 20, 2023
aduh95
reviewed
Aug 20, 2023
GeoffreyBooth
force-pushed
the
register-docs
branch
2 times, most recently
from
August 20, 2023 00:23
912b03f
to
5ec4fd3
Compare
GeoffreyBooth
added
the
fast-track
PRs that do not need to wait for 48 hours to land.
label
Aug 20, 2023
Fast-track has been requested by @GeoffreyBooth. Please 👍 to approve. |
anonrig
approved these changes
Aug 20, 2023
GeoffreyBooth
force-pushed
the
register-docs
branch
from
August 20, 2023 02:39
5ec4fd3
to
a48dffc
Compare
aduh95
reviewed
Aug 20, 2023
aduh95
reviewed
Aug 20, 2023
The commit message subsystem should be |
JakobJingleheimer
approved these changes
Aug 20, 2023
GeoffreyBooth
changed the title
module: add docs signature for
doc: add signature for Aug 20, 2023
register
module.register
GeoffreyBooth
force-pushed
the
register-docs
branch
from
August 20, 2023 16:09
a48dffc
to
76c719d
Compare
aduh95
approved these changes
Aug 20, 2023
GeoffreyBooth
force-pushed
the
register-docs
branch
from
August 20, 2023 16:19
76c719d
to
367861e
Compare
aduh95
approved these changes
Aug 20, 2023
anonrig
approved these changes
Aug 20, 2023
GeoffreyBooth
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Aug 20, 2023
nodejs-github-bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Aug 20, 2023
Landed in 484ad83 |
UlisesGascon
pushed a commit
that referenced
this pull request
Sep 10, 2023
PR-URL: #49251 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Merged
targos
pushed a commit
to targos/node
that referenced
this pull request
Nov 11, 2023
PR-URL: nodejs#49251 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
sercher
added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
PR-URL: nodejs/node#49251 Backport-PR-URL: nodejs/node#50669 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
sercher
added a commit
to sercher/graaljs
that referenced
this pull request
Apr 25, 2024
PR-URL: nodejs/node#49251 Backport-PR-URL: nodejs/node#50669 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backported-to-v18.x
PRs backported to the v18.x-staging branch.
doc
Issues and PRs related to the documentations.
esm
Issues and PRs related to the ECMAScript Modules implementation.
fast-track
PRs that do not need to wait for 48 hours to land.
loaders
Issues and PRs related to ES module loaders
module
Issues and PRs related to the module subsystem.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the recent PRs that created
register
, we neglected to define its signature. @nodejs/loaders