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
/
check
/
check_with_exclude_option_by_dir
/
exclude_option
/
index.ts
blob: 8335ca3a2e25a60103e1d1a271cda6a446b8b116 (
plain
)
1
2
3
4
5
import { nothing } from "./ignored/index.ts"; const foo = 1; export { foo, nothing };