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
/
compat
/
dyn_import_reject.js
blob: f9a99f0dae90fc23a6a79c1ecc43c28fb630c69c (
plain
)
1
2
3
4
import("./foobar.js").catch((e) => { console.log(e); console.log(e.code); });