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
/
main.js
blob: ed46a47175b3304fe4488ba6073ec121a0001312 (
plain
)
1
2
3
console.log(1); await import("./a.js"); console.log(5);