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_missing_module_named_import.ts
blob: 9eb5239ff2e0dd05f9b1ab11922ebebcbf10589c (
plain
)
1
2
3
import { a } from "./does_not_exist.js"; console.log(a);