mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
796f3d0af4
PR-URL: https://github.com/nodejs/node/pull/29866 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
9 lines
319 B
Plaintext
9 lines
319 B
Plaintext
(node:*) ExperimentalWarning: The ESM module loader is experimental.
|
|
file:///*/test/message/esm_display_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:*:*)
|