Parser: remove EXPERIMENTAL_useSourceOfProjectReferenceRedirect in favor of project service #9088
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
locked due to age
Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.
package: parser
Issues related to @typescript-eslint/parser
Milestone
Overview
Following #2094: the parser flag
EXPERIMENTAL_useSourceOfProjectReferenceRedirect
was added in #2669 as experimental support for TypeScript project references. But it's never been stabilized, strongly recommended for end-users, or even documented on https://typescript-eslint.io/packages/parser.Now that the project service is going to be our primary recommended way to enable type information and support project references ... what's going on with
EXPERIMENTAL_useSourceOfProjectReferenceRedirect
? Should we delete it in v8?🔪
The text was updated successfully, but these errors were encountered: