Alignment with ESTree class-features #3068
Labels
AST
PRs and Issues about the AST structure
breaking change
This change will require a new major version to be released
package: typescript-estree
Issues related to @typescript-eslint/typescript-estree
Uh oh!
There was an error while loading. Please reload this page.
Following the addition of
PrivateIdentifier
in #2933 (comment) there remains another (breaking) change to reconcile@typescript-eslint/estree
with the ESTree specification, namely:ClassProperty
->PropertyDefinition
.Creating this Issue to track.
The text was updated successfully, but these errors were encountered: