-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebreaking changeThis change will require a new major version to be releasedThis change will require a new major version to be releasedenhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: ast-specIssues related to @typescript-eslint/ast-specIssues related to @typescript-eslint/ast-spec
Milestone
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I have searched for related issues and found none that match my proposal.
- I have searched the current rule list and found no rules that match my proposal.
- I have read the FAQ and my problem is not listed.
Relevant Package
ast-spec
My proposal is suitable for this project
- I believe my proposal would be useful to the broader TypeScript community (meaning it is not a niche proposal).
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
/** @deprecated Use {@link `superTypeArguments`} instead. */ | |
superTypeParameters: TSTypeParameterInstantiation | undefined; | |
Additional Info
We'll want to update the FAQ mention of these too.
## "The '`<key>`' property is deprecated on '`<type>`' nodes. Use '`<key>`' instead." warnings |
💖
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuebreaking changeThis change will require a new major version to be releasedThis change will require a new major version to be releasedenhancementNew feature or requestNew feature or requestlocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.package: ast-specIssues related to @typescript-eslint/ast-specIssues related to @typescript-eslint/ast-spec