module: fix strip-types interaction with detect-module#54164
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Aug 3, 2024
Merged
Conversation
Collaborator
|
Review requested:
|
Merged
anonrig
reviewed
Aug 1, 2024
c0d35bd to
8565004
Compare
anonrig
reviewed
Aug 1, 2024
485cc4c to
e23011d
Compare
aduh95
reviewed
Aug 1, 2024
e23011d to
e13d328
Compare
e13d328 to
1701a4b
Compare
Collaborator
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54164 +/- ##
=======================================
Coverage 87.05% 87.06%
=======================================
Files 643 643
Lines 181588 181594 +6
Branches 34896 34895 -1
=======================================
+ Hits 158088 158108 +20
+ Misses 16771 16761 -10
+ Partials 6729 6725 -4
|
khaosdoctor
approved these changes
Aug 1, 2024
Collaborator
Collaborator
Collaborator
Collaborator
Member
Author
|
@nodejs/loaders can I get a review on this one pls 🙏🏼 |
ShogunPanda
approved these changes
Aug 2, 2024
jakecastelli
reviewed
Aug 2, 2024
| @@ -0,0 +1,2 @@ | |||
| import fs from 'fs'; | |||
Member
There was a problem hiding this comment.
nit: in other typescript fixtures we have node: prefix
jakecastelli
approved these changes
Aug 2, 2024
himself65
approved these changes
Aug 2, 2024
anonrig
approved these changes
Aug 3, 2024
Collaborator
|
Landed in 5d6c76a |
marco-ippolito
added a commit
to marco-ippolito/node
that referenced
this pull request
Aug 5, 2024
PR-URL: nodejs#54164 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
marco-ippolito
added a commit
to marco-ippolito/node
that referenced
this pull request
Aug 5, 2024
PR-URL: nodejs#54164 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
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
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 PR fixes some weird interaction between
experimental-strip-typesand the unflaggedexperimental-detect-module