We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32260f commit 433df0bCopy full SHA for 433df0b
tests/specs/run/require_esm/main.out
@@ -1,4 +1,6 @@
1
[Module: null prototype] { sync_js: 1 }
2
[Module: null prototype] { sync_mjs: 1 }
3
error: Uncaught (in promise) Error: Top-level await is not allowed in synchronous evaluation
4
+require("./async.js");
5
+^
6
at [WILDCARD]
0 commit comments