microsoft / microsoft/TypeScript

Give more information in --extendedDiagnostics

Open
#32,767 0 comments 2 reactions 1 assignee View on GitHub

@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/.tsx files
  • .d.ts files
  • .js/.jsx files

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.