Enhancement: Remove AST properties deprecated in v6 #8927
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
breaking change
This change will require a new major version to be released
enhancement
New feature or request
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: ast-spec
Issues related to @typescript-eslint/ast-spec
Milestone
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
ast-spec
My proposal is suitable for this project
Description
#6274 added renamed several AST properties and marked the old names as
@deprecated
. It'd be a major breaking change to remove them.Let's do that for v8!
For example:
typescript-eslint/packages/ast-spec/src/base/ClassBase.ts
Lines 56 to 59 in df131e2
Additional Info
We'll want to update the FAQ mention of these too.
typescript-eslint/docs/troubleshooting/FAQ.mdx
Line 470 in 7c77b1b
💖
The text was updated successfully, but these errors were encountered: