Enhancement: Split out a @typescript-eslint/project-service
package
#11181
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
enhancement
New feature or request
Before You File a Proposal Please Confirm You Have Done The Following...
Relevant Package
typescript-estree
My proposal is suitable for this project
Description
Forking #10383: right now, if you want to use the new Project Service, you have to go through
@typescript-eslint/typescript-estree
. That's a rather large package with large dependencies: the catch-all@typescript-eslint/utils
,ts-api-utils
, etc.There are two use cases where I think folks would want this split out:
typescript-estree
andutils
packages so we can provide more granular exports forRuleCreator
& other utilsAdditional Info
I've prototyped this locally and will send a draft PR
soonedit: #11182. I think we'll also need to extract out a@typescript-eslint/tsconfig-utils
package to share:CORE_COMPILER_OPTIONS
getParsedConfigFile
💖
The text was updated successfully, but these errors were encountered: