summaryrefslogtreecommitdiff
path: root/cli/tests/top_level_await_bug.js
blob: 3c6860a5b4c2738ee98f5bae6993d7dac83e77f6 (plain)
1
2
const mod = await import("./top_level_await_bug_nested.js");
console.log(mod);