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
/
cli
/
tests
/
testdata
/
bundle
/
fixture16.out
blob: 5e21c2a718b2043f55ba752f8976f7a0377e5172 (
plain
)
1
2
3
4
5
6
[WILDCARD] const a = "a"; export { a as test1 }; export { a as test2 }; console.log(a);