Doing in process traces using ts lib would allow us to provide more information in an on-demand manner. For example, types.json only includes the display field when it is cheap to generate. With a live trace we could generate the displays as needed.
As a side benefit, in memory fs should reduce skew due to IO overhead during tracing.
Doing in process traces using ts lib would allow us to provide more information in an on-demand manner. For example, types.json only includes the display field when it is cheap to generate. With a live trace we could generate the displays as needed.
As a side benefit, in memory fs should reduce skew due to IO overhead during tracing.