summaryrefslogtreecommitdiff
path: root/test/message/esm_display_syntax_error.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/message/esm_display_syntax_error.out')
-rw-r--r--test/message/esm_display_syntax_error.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/message/esm_display_syntax_error.out b/test/message/esm_display_syntax_error.out
new file mode 100644
index 0000000000..0ca2bba549
--- /dev/null
+++ b/test/message/esm_display_syntax_error.out
@@ -0,0 +1,7 @@
+(node:*) ExperimentalWarning: The ESM module loader is experimental.
+file:///*/test/message/esm_display_syntax_error.mjs:3
+await async () => 0;
+^^^^^
+SyntaxError: Unexpected reserved word
+ at loaders.set (internal/loader/ModuleRequest.js:*:*)
+ at <anonymous>