ts-analyze-trace icon indicating copy to clipboard operation
ts-analyze-trace copied to clipboard

Feature: Emit

Open amcasey opened this issue 4 years ago • 0 comments

Sometimes, emit takes a long time - long enough to outweigh other perf problems. However, it is nearly always proportional to the amount of code to be emitted, so there are rarely hotspots. How can we convey this in a useful way? Ideally, we'd identify a type that could be aliased to shrink the output.

amcasey avatar Mar 15 '21 20:03 amcasey