Uh oh!
There was an error while loading. Please reload this page.
module: fix strip-types interaction with detect-module - #54164
Merged
nodejs-github-bot merged 1 commit intoAug 3, 2024
Merged
Conversation
nodejs-github-bot
commented
Aug 1, 2024
Collaborator
Review requested:
|
Merged
anonrig
reviewed
Aug 1, 2024
Uh oh!
There was an error while loading. Please reload this page.
marco-ippolitoforce-pushed
the
fix/interaction-with-detect-module
branch
2 times, most recently
from
August 1, 2024 17:27
c0d35bd to
8565004Compareanonrig
reviewed
Aug 1, 2024
Uh oh!
There was an error while loading. Please reload this page.
marco-ippolitoforce-pushed
the
fix/interaction-with-detect-module
branch
4 times, most recently
from
August 1, 2024 17:50
485cc4c to
e23011dCompareaduh95
reviewed
Aug 1, 2024
Uh oh!
There was an error while loading. Please reload this page.
marco-ippolitoforce-pushed
the
fix/interaction-with-detect-module
branch
from
August 1, 2024 18:24
e23011d to
e13d328Comparemarco-ippolitoforce-pushed
the
fix/interaction-with-detect-module
branch
from
August 1, 2024 18:26
e13d328 to
1701a4bComparenodejs-github-bot
commented
Aug 1, 2024
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
nodejs-github-bot
commented
Aug 2, 2024
Collaborator
nodejs-github-bot
commented
Aug 2, 2024
Collaborator
nodejs-github-bot
commented
Aug 2, 2024
Collaborator
nodejs-github-bot
commented
Aug 2, 2024
Collaborator
marco-ippolito
commented
Aug 2, 2024
MemberAuthor
@nodejs/loaders can I get a review on this one pls 🙏🏼 |
ShogunPanda
approved these changes
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
nodejs-github-bot
commented
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>
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 freeto 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