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
It may be possible to scan for common performance issues in the traces and provide suggestions or auto fixes.
For example checking unions in contextual types had quadratic costs before microsoft/TypeScript#58372
we could suggest upgrading or adding a satisfies if the typing does not actually need to be contextual.
The text was updated successfully, but these errors were encountered:
typeholes
changed the title
Trace analysis and suggustions
Trace analysis and suggestions
Jun 7, 2024
It may be possible to scan for common performance issues in the traces and provide suggestions or auto fixes.
For example checking unions in contextual types had quadratic costs before microsoft/TypeScript#58372
we could suggest upgrading or adding a satisfies if the typing does not actually need to be contextual.
The text was updated successfully, but these errors were encountered: