microsoft / typescript-analyze-trace

A tool for analyzing the output of `tsc --generateTrace`
MIT License
334 stars 19 forks source link

Specify error code meanings #22

Closed amcasey closed 2 years ago

amcasey commented 2 years ago

Follow grep in reporting 0 for "found", 1 for "not found" and 2 for "error". Without this, projects with duplicate packages but no hotspots were being ignored.