summaryrefslogtreecommitdiff
path: root/tests/testdata/run/top_level_await/nested/a.js
blob: 74837d4ba1683374de42428926fbcac028b92eec (plain)
1
2
3
console.log(2);
await import("./b.js");
console.log(4);