summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error_module.out
blob: a1498f72c94d57da5e432723b8cf5f9c2d14fdbe (plain)
1
2
3
4
5
6
7
(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 Loader.moduleStrategy (internal/modules/esm/translators.js:*:*)