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
/
fixture03.out
blob: 27d0a7a13e819bab32eeb1ac6ea0d207b37bbb80 (
plain
)
1
2
3
4
5
6
const a = "a"; const a1 = a; const d = { a: a }; console.log(d);