Update Node.js core modules#62201
Merged
jakebailey merged 1 commit intomicrosoft:mainfrom Aug 11, 2025
Merged
Conversation
jakebailey
reviewed
Aug 5, 2025
| }, | ||
| "unresolvedImports": [ | ||
| "node:zlib", | ||
| "node:quic", |
Member
There was a problem hiding this comment.
I was very confused why everything in this list got changed until I realized it's because one module was removed and one was added, so the diff makes it look like the code shifted
jakebailey
reviewed
Aug 5, 2025
| ] | ||
| } | ||
|
|
||
| ts.JsTyping.discoverTypings:: |
Member
There was a problem hiding this comment.
This entire log was removed; is the test testing something that was removed and needs to be updated?
Contributor
Author
There was a problem hiding this comment.
It's due to a removed "unqualified" module from the list (test/mock_loader), which was an internal module that was previously populated onto the public list, so there's one less resolution.
jakebailey
approved these changes
Aug 11, 2025
johnfav03
pushed a commit
to johnfav03/TypeScript
that referenced
this pull request
Aug 14, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Synchronises some upstream changes to builtin modules.