Skip to content

Enhancement: Split out a @typescript-eslint/project-service package #11181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
4 tasks done
JoshuaKGoldberg opened this issue May 6, 2025 · 0 comments · Fixed by #11182
Closed
4 tasks done

Enhancement: Split out a @typescript-eslint/project-service package #11181

JoshuaKGoldberg opened this issue May 6, 2025 · 0 comments · Fixed by #11182
Labels
accepting prs Go ahead, send a pull request that resolves this issue 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.

Comments

@JoshuaKGoldberg
Copy link
Member

JoshuaKGoldberg commented May 6, 2025

Before You File a Proposal Please Confirm You Have Done The Following...

Relevant Package

typescript-estree

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

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:

Additional Info

I've prototyped this locally and will send a draft PR soon edit: #11182. I think we'll also need to extract out a @typescript-eslint/tsconfig-utils package to share:

  • CORE_COMPILER_OPTIONS
  • getParsedConfigFile

💖

@JoshuaKGoldberg JoshuaKGoldberg added enhancement New feature or request triage Waiting for team members to take a look labels May 6, 2025
@JoshuaKGoldberg JoshuaKGoldberg added accepting prs Go ahead, send a pull request that resolves this issue and removed triage Waiting for team members to take a look labels May 9, 2025
@github-actions github-actions bot added the locked due to age Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing. label May 29, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 29, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accepting prs Go ahead, send a pull request that resolves this issue 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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant