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
/
cli
/
tests
/
testdata
/
run
/
088_dynamic_import_target.ts
blob: 226f1851a63babe2c577d62de4aa82d9a7481d71 (
plain
)
1
2
3
console.log(1); await new Promise((r) => setTimeout(r, 100)); console.log(2);