tsperf / tracer

A VSCode extension to measure type complexity within a project.
https://tsperf.dev
MIT License
158 stars 4 forks source link

Ability to do a "mini trace" for a specific expression #44

Open typeholes opened 3 months ago

typeholes commented 3 months ago

It may be possible to trace the tsserver calls for an expression to get a better idea of how it specifically impacts the editor experience and do it more quickly than a full tsc trace.

see also #43