-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
loaders: globalPreload warning is incorrect #49026
Labels
esm
Issues and PRs related to the ECMAScript Modules implementation.
Comments
VoltrexKeyva
added
the
esm
Issues and PRs related to the ECMAScript Modules implementation.
label
Aug 9, 2023
Ceres6
pushed a commit
to Ceres6/node
that referenced
this issue
Aug 14, 2023
PR-URL: nodejs#49069 Fixes: nodejs#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
RafaelGSS
pushed a commit
to RafaelGSS/node
that referenced
this issue
Aug 15, 2023
PR-URL: nodejs#49069 Fixes: nodejs#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
rluvaton
pushed a commit
to rluvaton/node
that referenced
this issue
Aug 15, 2023
PR-URL: nodejs#49069 Fixes: nodejs#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
targos
pushed a commit
to targos/node
that referenced
this issue
Nov 11, 2023
PR-URL: nodejs#49069 Fixes: nodejs#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
sercher
added a commit
to sercher/graaljs
that referenced
this issue
Apr 25, 2024
PR-URL: nodejs/node#49069 Backport-PR-URL: nodejs/node#50669 Fixes: nodejs/node#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
sercher
added a commit
to sercher/graaljs
that referenced
this issue
Apr 25, 2024
PR-URL: nodejs/node#49069 Backport-PR-URL: nodejs/node#50669 Fixes: nodejs/node#49026 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Jacob Smith <jacob@frende.me>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
main
Platform
all
Subsystem
esm
What steps will reproduce the bug?
Use the
globalPreload
hook.How often does it reproduce? Is there a required condition?
Always
What is the expected behavior? Why is that the expected behavior?
globalPreload
is being removed. The error message should reflect that correctly.What do you see instead?
This arguably should not be an experimental warning, because it is about something being removed. The text of the warning is definitely incorrect though.
Additional information
No response
The text was updated successfully, but these errors were encountered: