summaryrefslogtreecommitdiff
path: root/test/message/esm_loader_syntax_error.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/esm_loader_syntax_error.out')
-rw-r--r--test/message/esm_loader_syntax_error.out12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/message/esm_loader_syntax_error.out b/test/message/esm_loader_syntax_error.out
deleted file mode 100644
index fdced9fc96..0000000000
--- a/test/message/esm_loader_syntax_error.out
+++ /dev/null
@@ -1,12 +0,0 @@
-(node:*) ExperimentalWarning: --experimental-loader is an experimental feature. This feature could change at any time
-(Use `* --trace-warnings ...` to show where the warning was created)
-file://*/test/fixtures/es-module-loaders/syntax-error.mjs:2
-await async () => 0;
-^^^^^^^^^^^^^
-
-SyntaxError: Malformed arrow function parameter list
- at ESMLoader.moduleStrategy (node:internal/modules/esm/translators:*:*)
- at ESMLoader.moduleProvider (node:internal/modules/esm/loader:*:*)
- at async link (node:internal/modules/esm/module_job:*:*)
-
-Node.js *