-
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
module: unflag ES modules without file extension within module scope #49629
Closed
LiviaMedeiros
wants to merge
4
commits into
nodejs:main
from
LiviaMedeiros:module-extless-esm-unflag
Closed
module: unflag ES modules without file extension within module scope #49629
LiviaMedeiros
wants to merge
4
commits into
nodejs:main
from
LiviaMedeiros:module-extless-esm-unflag
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
Review requested:
|
nodejs-github-bot
added
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
labels
Sep 12, 2023
LiviaMedeiros
added
semver-major
PRs that contain breaking changes and should be released in the next major version.
blocked
PRs that are blocked by other issues or PRs.
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
needs-citgm
PRs that need a CITGM CI run.
and removed
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
labels
Sep 12, 2023
This was referenced Sep 13, 2023
This was referenced Sep 19, 2023
RafaelGSS
added
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
labels
Sep 27, 2023
As discussed in today's TSC meeting, I'm adding |
LiviaMedeiros
added
semver-minor
PRs that contain new features and should be released in the next minor version.
and removed
semver-major
PRs that contain breaking changes and should be released in the next major version.
labels
Sep 28, 2023
Closing now that #49974 has landed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocked
PRs that are blocked by other issues or PRs.
dont-land-on-v18.x
PRs that should not land on the v18.x-staging branch and should not be released in v18.x.
dont-land-on-v20.x
PRs that should not land on the v20.x-staging branch and should not be released in v20.x.
errors
Issues and PRs related to JavaScript errors originated in Node.js core.
esm
Issues and PRs related to the ECMAScript Modules implementation.
needs-ci
PRs that need a full CI run.
needs-citgm
PRs that need a CITGM CI run.
semver-minor
PRs that contain new features and should be released in the next minor version.
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.
This is unflagged version of #49531.
This can be landed instead of #49531 if we don't wantPRs that contain breaking changes and should be released in the next major version.
follow-up that unflags that; depending on the consensus made in #49531.
--experimental-extensionless-modules
flag at all; or this can become semver-majorCI: https://ci.nodejs.org/job/node-test-pull-request/53831/
CITGM: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3220/
(both were triggered for 500ea04)