-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestoneSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsRescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestoneSuggestionAn idea for TypeScriptAn idea for TypeScript