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
/
003_relative_import.ts
blob: 840121bfe56362b44acce941fd23c7fc9f95668a (
plain
)
1
2
3
import { printHello } from "../subdir/print_hello.ts"; printHello();