microsoft / microsoft/TypeScript
Give more information in --extendedDiagnostics
Open
@DanielRosenwasser is already working on this.
Since Aug 13, 2019.
Experience Enhancement
Rescheduled
Suggestion
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
This is a list I may keep adding to as I help troubleshoot users with slow projects.
Breakdown of file types
Much of the time, users just have a lot of .d.ts files in node_modules. It'd be easier to tell the cause if I could see the breakdown of:
.ts/.tsxfiles.d.tsfiles.js/.jsxfiles
I'd want to know number of lines and number of files.
Breakdown of program construction time
I've seen many examples of incorrect exclude globs that try to exclude node_modules but fail to do so.
What I'm looking for is number of folders explored during program construction time.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.