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
/
workspaces
/
nested_member
/
main.ts
blob: 2bf53f7c2c623bca3d8d47b3709ded100e1b4ef1 (
plain
)
1
2
3
4
import "./foo/mod.ts"; import chalk from "./foo/bar/hello.ts"; console.log(chalk);