Open
Description
Suggestion
We are planning to enforce the following invariants in our AST for BinaryExpression
:
left
can only be aPrivateIdentifier
ifoperator: "in"
, so the following is a parsing error:#a + 1;
@sosukesuzuki @fisker Do these look safe to you?