On Wed, Aug 19, 2015 at 9:22 PM, Dmitry Soshnikov <
[email protected]> wrote:

>
>
> ```javascript
> var foo = {x, y, z} from bar;
> ```
>
> I haven't checked yet the grammar, seems should be fine from the first
> glance.
>
>
Yeah, it should be parsed first as an object literal, and then to the "take
props" operator if the lookahead is `from`.

Dmitry
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to