Skip to content

AST tightening: PrivateIdentifier can only be LHS of BinaryExpression[operator='in'] #9222

Open
@Josh-Cena

Description

@Josh-Cena

Suggestion

We are planning to enforce the following invariants in our AST for BinaryExpression:

  • left can only be a PrivateIdentifier if operator: "in", so the following is a parsing error:
    #a + 1;

@sosukesuzuki @fisker Do these look safe to you?

Metadata

Metadata

Assignees

No one assigned

    Labels

    ASTPRs and Issues about the AST structureenhancementNew feature or requestpackage: typescript-estreeIssues related to @typescript-eslint/typescript-estree

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions