PR-URL: https://github.com/nodejs/node/pull/35040 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
9 lines
466 B
Text
9 lines
466 B
Text
(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
|
|
(Use `* --trace-warnings ...` to show where the warning was created)
|
|
file://*/test/fixtures/es-module-loaders/syntax-error.mjs:2
|
|
await async () => 0;
|
|
^^^^^^^^^^^^^
|
|
|
|
SyntaxError: Malformed arrow function parameter list
|
|
at Loader.moduleStrategy (internal/modules/esm/translators.js:*:*)
|
|
at async link (internal/modules/esm/module_job.js:*:*)
|