ts-analyze-trace
ts-analyze-trace copied to clipboard
Feature: Emit
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.