-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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: fix strip-types interaction with detect-module #54164
module: fix strip-types interaction with detect-module #54164
Conversation
Review requested:
|
c0d35bd
to
8565004
Compare
485cc4c
to
e23011d
Compare
e23011d
to
e13d328
Compare
e13d328
to
1701a4b
Compare
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
|
@nodejs/loaders can I get a review on this one pls 🙏🏼 |
@@ -0,0 +1,2 @@ | |||
import fs from 'fs'; |
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.
nit: in other typescript fixtures we have node:
prefix
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
Landed in 5d6c76a |
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]>
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]>
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]>
This PR fixes some weird interaction between
experimental-strip-types
and the unflaggedexperimental-detect-module