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