Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace analysis and suggestions #42

Open
typeholes opened this issue Jun 7, 2024 · 0 comments
Open

Trace analysis and suggestions #42

typeholes opened this issue Jun 7, 2024 · 0 comments
Milestone

Comments

@typeholes
Copy link
Collaborator

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.

@typeholes typeholes changed the title Trace analysis and suggustions Trace analysis and suggestions Jun 7, 2024
@typeholes typeholes added this to the wishlist milestone Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant