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
/
bundle
/
file_tests-fixture12.ts
blob: 32b9566bd4439f8306afb97f52f9dde04dacb65c (
plain
)
1
2
3
4
5
6
7
import { a } from "./subdir/p.ts"; function b() { a(); } b();