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
/
fixture10.out
blob: 776aac1aec27fda4fa94f89032fee3be4e7e4eed (
plain
)
1
2
3
4
5
6
const a = "a"; const a1 = a; const o = { }; const { a: a2 = a1 } = o; console.log(a2);