mirror of https://github.com/nodejs/node.git
10 lines
446 B
Plaintext
10 lines
446 B
Plaintext
(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
|
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
file://*/test/fixtures/es-module-loaders/syntax-error.mjs:2
|
|
await async () => 0;
|
|
^^^^^
|
|
|
|
SyntaxError: Unexpected reserved word
|
|
at Loader.moduleStrategy (internal/modules/esm/translators.js:*:*)
|
|
at async link (internal/modules/esm/module_job.js:*:*)
|