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