-
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
[v22.x] Backport "module: fix strip-types interaction with detect-module" #54211
Closed
marco-ippolito
wants to merge
1
commit into
nodejs:v22.x-staging
from
marco-ippolito:backport/strip-types-imply
Closed
[v22.x] Backport "module: fix strip-types interaction with detect-module" #54211
marco-ippolito
wants to merge
1
commit into
nodejs:v22.x-staging
from
marco-ippolito:backport/strip-types-imply
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
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
v22.x
v22.x Issues that can be reproduced on v22.x or PRs targeting the v22.x-staging branch.
labels
Aug 5, 2024
marco-ippolito
added
needs-ci
PRs that need a full CI run.
and removed
lib / src
Issues and PRs related to general changes in the lib or src directory.
needs-ci
PRs that need a full CI run.
labels
Aug 5, 2024
Merged
marco-ippolito
added
lib / src
Issues and PRs related to general changes in the lib or src directory.
request-ci
Add this label to start a Jenkins CI on a PR.
labels
Aug 5, 2024
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Aug 5, 2024
mcollina
approved these changes
Aug 5, 2024
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
khaosdoctor
approved these changes
Aug 5, 2024
joyeecheung
approved these changes
Aug 5, 2024
RafaelGSS
force-pushed
the
v22.x-staging
branch
from
August 5, 2024 14:16
9b20410
to
b731528
Compare
PR-URL: nodejs#54164 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
marco-ippolito
force-pushed
the
backport/strip-types-imply
branch
from
August 5, 2024 14:19
23d5d60
to
01631f3
Compare
RafaelGSS
approved these changes
Aug 5, 2024
marco-ippolito
added a commit
that referenced
this pull request
Aug 5, 2024
PR-URL: #54164 Backport-PR-URL: #54211 Reviewed-By: Paolo Insogna <[email protected]> Reviewed-By: Jake Yuesong Li <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Zeyu "Alex" Yang <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]>
Landed in c20e841 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 a backport of #54164
This backport adds the imply of
--experimental-detect-module
to--experimental-strip-types
https://github.com/nodejs/node/pull/54211/files#diff-d0b7433f8ca620eba56fc39f79429c73e2b3f061ca6d27583132a37b788b8aa8R803
cc @joyeecheung