tsperf / tracer

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

account for incremental builds #21

Open typeholes opened 5 months ago

typeholes commented 5 months ago

At the very least, we should warn users when tracing is done and incremental builds are on.

Long term it would be interesting to see if we can actually leverage incremental builds to measure deltas or extract any useful information from the .tsbuild files