[code-infra] Port codebase to use tsgo#22826
Draft
brijeshb42 wants to merge 2 commits into
Draft
Conversation
Deploy previewhttps://deploy-preview-22826--material-ui-x.netlify.app/ Bundle size
PerformanceTotal duration: 1,845.77 ms -53.05 ms(-2.8%) | Renders: 63 (+0)
…and 2 more (+19 within noise) — details Metric alarms
Check out the code infra dashboard for more information about this PR. |
brijeshb42
commented
Jun 16, 2026
| minimumReleaseAgeExclude: | ||
| - '@mui/*' | ||
| - '@base-ui/*' | ||
| - '@typescript/native-preview*' |
Contributor
Author
There was a problem hiding this comment.
Temporary change.
70baa71 to
cee441c
Compare
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the codebase to use
tsgofor type checking.CI typecheck speedup
Measured on the
test_typesCircleCI job, step "Tests TypeScript definitions":Roughly 3.5× faster typechecks on CI (up to ~5× vs. slower master runs).
CI credit cost
This PR bumps
test_typestoxlarge.gen2(48 credits/min); master runs onlarge.gen2(24 credits/min). CircleCI bills per-second on whole-job wall-clock.Faster end-to-end (~2.5×) and still ~19% cheaper per run despite the larger box.