-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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
detect-module: Typeless module syntax detection does not report unsettled top-level await #54931
Labels
confirmed-bug
Issues with confirmed bugs.
esm
Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
module
Issues and PRs related to the module subsystem.
Comments
What's the exit code though? |
|
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Oct 1, 2024
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
targos
pushed a commit
that referenced
this issue
Oct 4, 2024
PR-URL: #54980 Fixes: #54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
louwers
pushed a commit
to louwers/node
that referenced
this issue
Nov 2, 2024
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this issue
Nov 21, 2024
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 5, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 5, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 5, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 5, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 6, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 6, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
joyeecheung
pushed a commit
to joyeecheung/node
that referenced
this issue
Feb 10, 2025
PR-URL: nodejs#54980 Fixes: nodejs#54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>
marco-ippolito
pushed a commit
that referenced
this issue
Feb 11, 2025
PR-URL: #54980 Backport-PR-URL: #56927 Fixes: #54931 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Refs: #52697
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
confirmed-bug
Issues with confirmed bugs.
esm
Issues and PRs related to the ECMAScript Modules implementation.
loaders
Issues and PRs related to ES module loaders
module
Issues and PRs related to the module subsystem.
Version
v22.8.0
Platform
Subsystem
No response
What steps will reproduce the bug?
Create a
repro.js
file:Run
repro.js
How often does it reproduce? Is there a required condition?
Every time
What is the expected behavior? Why is that the expected behavior?
It should output the same as if the file was named
repro.mjs
:What do you see instead?
Silently exits.
Additional information
Ref: #54930
The text was updated successfully, but these errors were encountered: