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
/
check_js_points_to_ts
/
foo.js
blob: 9ac1a14ff9ee4d64ea37a449c1fe9de7cfbb767f (
plain
)
1
2
3
4
import { bar } from "./bar.ts"; export function foo() { bar(); }