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: 209c19612c908ceed8a07df77d7d3b57992849db (
plain
)
1
2
3
4
5
const o = { }; const a = "a"; const { a: a1 = a } = o; console.log(a1);