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