[Webkit-unassigned] [Bug 167962] [ESnext] Implement Object Rest - Implementing Object Rest Destructuring
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu May 18 19:58:40 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=167962
Caio Lima <ticaiolima at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #310510|0 |1
is obsolete| |
Attachment #310510|review?, commit-queue? |
Flags| |
Attachment #310597| |review?, commit-queue?
Flags| |
--- Comment #67 from Caio Lima <ticaiolima at gmail.com> ---
Created attachment 310597
--> https://bugs.webkit.org/attachment.cgi?id=310597&action=review
Patch
This version is disabling the recursive destructuring and in this implementation the following code results in syntax error:
```
let {a, ...{b}} = {a: 1, b: 2};
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170519/50f14dbf/attachment.html>
More information about the webkit-unassigned
mailing list