-
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
[12.x] module: self resolve flag as experimental modules #31757
Conversation
1c38997
to
052e1a9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! (edit: oops, i'm not a collaborator; ignore the green color on this checkmark)
Should the base branch be changed to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll try and get something together this afternoon
PR-URL: #31757 Reviewed-By: Geoffrey Booth <webmaster@geoffreybooth.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
landed in f0b2d87 |
Seems like the commit was missing the "resolves" stanza that auto-closes the linked issue? |
Resolves #31754.
Ensure package self resolution remains behind
--experimental-modules
.//cc @nodejs/modules-active-members @MylesBorins
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes