Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
Description
Suggestion
We are planning to enforce the following invariants in our AST forBinaryExpression
:
left
can only be aPrivateIdentifier
ifoperator: "in"
, so the following is a parsing error:#a+1;
@sosukesuzuki@fisker Do these look safe to you?