mirror of https://github.com/nodejs/node.git
8 lines
272 B
Plaintext
8 lines
272 B
Plaintext
|
(node:*) ExperimentalWarning: The ESM module loader is experimental.
|
||
|
file:///*/test/fixtures/es-module-loaders/syntax-error.mjs:2
|
||
|
await async () => 0;
|
||
|
^^^^^
|
||
|
SyntaxError: Unexpected reserved word
|
||
|
at loaders.set (internal/loader/ModuleRequest.js:*:*)
|
||
|
at <anonymous>
|