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