Closed
Description
Before You File a Proposal Please Confirm You Have Done The Following...
- I have searched for related issues and found none that match my proposal.
- I have searched the current rule list and found no rules that match my proposal.
- I have read 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 expose ProjectService
logs through this plugin using the DEBUG
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 trace ProjectService
behavior and diagnose related issues.
typescript-eslint:typescript-estree:tsserver:err
typescript-eslint:typescript-estree:tsserver:info
typescript-eslint:typescript-estree:tsserver:perf
typescript-eslint:typescript-estree:tsserver:event
Additional Info
Follow up issue from the discussion at #8835 (comment).