index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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);