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: e29d0d38acb0aa072c66164719ec91a7d0084107 (
plain
)
1
2
3
4
5
6
7
const a = function() { const a = "a"; return { a }; }(); console.log(a);