• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
2(Use `* --trace-warnings ...` to show where the warning was created)
3file://*/test/fixtures/es-module-loaders/syntax-error.mjs:2
4await async () => 0;
5^^^^^^^^^^^^^
6
7SyntaxError: Malformed arrow function parameter list
8    at Loader.moduleStrategy (internal/modules/esm/translators.js:*:*)
9    at async link (internal/modules/esm/module_job.js:*:*)
10