You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate of #2248, which was closed because Node.js actually directly reads the file from disk (bypassing any transformers like esbuild) to statically analyze the exports.
Currently transform is missing the
platform
optionThis option is useful to annotate commonjs named exports so that node can statically analyze them and let you use named imports on commonjs files
The text was updated successfully, but these errors were encountered: