You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More data is needed in trace files to enable better performance analysis. For starters, adding a timestamp to types.json lets us report types created during a timeframe and associate them with their checked expressions. implementation here https://github.com/typeholes/TypeScript/tree/trace-data
Options for execution:
Get a PR merged upstream into typescript. This is the preferred route.
Distribute a patched typescript with tracer. The obvious downside is only having a single ts version
Provide a code mod so users can build their preferred version with enhanced trace data
a) possibly integrated into TS Version Switcher for ease of use.
The text was updated successfully, but these errors were encountered:
More data is needed in trace files to enable better performance analysis. For starters, adding a timestamp to types.json lets us report types created during a timeframe and associate them with their checked expressions. implementation here https://github.com/typeholes/TypeScript/tree/trace-data
Options for execution:
a) possibly integrated into TS Version Switcher for ease of use.
The text was updated successfully, but these errors were encountered: