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
/
runtime
/
esm_imports_a.js
blob: 673cd9aa3ef66b7289924435172247e19e70df6d (
plain
)
1
2
3
import { retb } from "./esm_imports_b.js"; if (retb() != "b") throw Error();