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
/
info_recursive_imports_test.ts
blob: 0937bf4a554ae6c3e05355bdcb70047de90f548b (
plain
)
1
2
3
4
5
import { A } from "./recursive_imports/A.ts"; export function test(): void { A(); }