summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error.out
blob: 778d901129fa95caf53d061579856ae7b5a4d7dd (plain)
1
2
3
4
5
6
7
8
(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:*:*)