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
/
error_004_missing_module.ts
blob: 82b2811816f98b83bd645086d504b47d0650fd25 (
plain
)
1
2
3
import * as badModule from "./bad-module.ts"; console.log(badModule);