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
/
bundle
/
fixture01.out
blob: c6d2bd6d72af332275c980c6b51ff2b2a5d8d6d0 (
plain
)
1
2
3
4
5
6
7
const mod = function() { const a = "a"; return { a }; }(); console.log(mod);