Skip to content

Request : Consistent Lexical Classification for TSX closing tag #5544

Description

For the following:

<div>foo</div>

We get:

< Operator
div Identifier
> Operator
foo Identifier
< Operator
/div> Identifier

Would be great if we got:

< Operator
div Identifier
> Operator
foo Identifier
< Operator
/ Operator
div Identifier
> Operator 

🌹

More

For self closing

<img/>

its okay

< Operator
img Identifier
/ Operator
> Operator

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions