Mark S. Miller wrote:
So would LeftHandSideExpression satisfy both needs?

Mark, LeftHandSideExpression is my proposal for the replacement of AssignmentExpression in ClassHeritage, *not* for anything to do with YieldExpression.

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.

No, we already have lots of experience with yield, in JS as well as in Python. It's low precedence for good usability reasons (see last post).

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

Reply via email to