Closed
Description
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?
🔪