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
/
run
/
shebang_tsc
/
shebang.ts
blob: 00feb2da0a7f98a05e22981b17a442e5136e8181 (
plain
)
1
2
3
4
5
#!/usr/bin/env -S deno run import test from "./shebang2.ts"; console.log(test as number);