Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.3k
esm: remove globalPreload hook (superseded by initialize)#49144
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
Merged
nodejs-github-bot merged 21 commits into nodejs:main from JakobJingleheimer:feat/esm-remove-globalpreloadSep 10, 2023
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
21 commits Select commit Hold shift + click to select a range
590129d esm: remove `globalPreload` hook (superseded by `initialize`)
JakobJingleheimer d31c02f remove 'preload' execution
JakobJingleheimer 8066690 update ESM doc (remove `globalPreload` section
JakobJingleheimer d57f651 suppress warnings in test cases
JakobJingleheimer 68b46f4 remove unused deps
JakobJingleheimer 4b48ef5 !includes → doesNotMatch
JakobJingleheimer f4a89e4 simplify `initializeHooks` return `{hooks }` → `hooks`
JakobJingleheimer 5226236 WIP: exposed error? (need to remove catches, debugs, etc)
JakobJingleheimer bd04cb9 WIP
JakobJingleheimer c5e0934 remove `writeFileSync` debugging
JakobJingleheimer b906a4e Delete test that only tests side effects of globalPreload
GeoffreyBooth 253a03d Change warning type
GeoffreyBooth ebd986f Lint, cleanup
GeoffreyBooth ae94731 Restore refactored hook-resolve-type test
GeoffreyBooth ad6bb1f Lint
GeoffreyBooth c09582f Apply suggestion from code review
aduh95 b1db565 lint
aduh95 c5eaaeb Update lib/internal/modules/esm/hooks.js
GeoffreyBooth 8e39882 Update lib/internal/modules/esm/hooks.js
aduh95 05a88fd Fixup
GeoffreyBooth 42e6321 Remove isolated file
GeoffreyBooth File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
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.
Uh oh!
There was an error while loading. Please reload this page.