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