-
Notifications
You must be signed in to change notification settings - Fork 700
Description
Reproduction link or steps
What is expected?
Preserve export {}
What is actually happening?
No export {}
System Info
N/AAny additional comments?
Potentially breaks ESM detection of Node.js
Without export {}
with (x) {
^
ReferenceError: x is not defined
With export {}
with (x) {
^^^^
SyntaxError: Strict mode code may not include a with statement
Reactions are currently unavailable