So would LeftHandSideExpression satisfy both needs? I note that this also raises the issue of the precedence of the yield and await expressions themselves. This would argue that the yield expression itself be high precedence. This would not be a decision we could relax later.
On Sun, Nov 10, 2013 at 6:15 PM, Domenic Denicola < [email protected]> wrote: > I believe the argument is that you'd want `await a + b` to be `(await a) > + b`, whereas with `yield` it's `yield (a + b)`. > > -- Cheers, --MarkM
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

