[webkit-reviews] review requested: [Bug 167962] [ESnext] Implement Object Rest - Implementing Object Rest Destructuring : [Attachment 310597] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 18 19:58:39 PDT 2017


Caio Lima <ticaiolima at gmail.com> has asked  for review:
Bug 167962: [ESnext] Implement Object Rest - Implementing Object Rest
Destructuring
https://bugs.webkit.org/show_bug.cgi?id=167962

Attachment 310597: Patch

https://bugs.webkit.org/attachment.cgi?id=310597&action=review




--- 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};
```


More information about the webkit-reviews mailing list