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
/
fixture08.out
blob: bfe40aa37c27580b32bf2a4ec0ac8601c2a20b1a (
plain
)
1
2
3
4
5
6
7
const a1 = "a"; const mod = function() { return { a: a1 }; }(); export { mod as a };