mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 17:01:08 +00:00

Adapt to changes in async stack traces and function name inference PR-URL: https://github.com/nodejs/node/pull/25852 Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
7 lines
242 B
Plaintext
7 lines
242 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 internal/modules/esm/translators.js:*:*
|