0.1.9 • Published 3 years ago

@amcasey/ts-analyze-trace v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

ts-analyze-trace

Tool for analyzing the output of tsc --generateTrace automatically, rather than following the steps here.

Note: The goal is to identify clear-cut hot-spots and provide enough context to extract a small repro. The repro can then be used as the basis of a bug report or a starting point for manual code inspection or profiling.

Usage

First, build your project with --generateTrace traceDir. Then, run npx ts-analyze-trace traceDir to see a sorted list of compilation hot-spots.

Extras

You can invoke analyze-trace directly to analyze a single trace (optionally, with types), rather than a whole directory.

You can use normalize-positions to convert file offsets to line-character pairs and skip past trivia (whitespace, comments, etc).

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago