Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Labels
Milestone
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I havesearched for related issues and found none that match my proposal.
- I have searched thecurrent rule list and found no rules that match my proposal.
- I haveread the FAQ and my problem is not listed.
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
I propose we exposeProjectService logs through this plugin using theDEBUG environment variable.
There are 3 log channels and the unused event handler, so I'm thinking something along the lines of below. This would help traceProjectService behavior and diagnose related issues.
typescript-eslint:typescript-estree:tsserver:errtypescript-eslint:typescript-estree:tsserver:infotypescript-eslint:typescript-estree:tsserver:perftypescript-eslint:typescript-estree:tsserver:eventAdditional Info
Follow up issue from the discussion at#8835 (comment).