Performance regression in #33473 #36565
Labels
Domain: Performance
Reports of unusually slow behavior
Needs Investigation
This issue needs a team member to investigate its status.
Rescheduled
This issue was previously scheduled to an earlier milestone
Milestone
The extra work done in #33473 is valuable, but maybe it doesn't need to be so expensive. In this particular case, there don't seem to be any errors (though there is one
@ts-ignore
).Setup:
yarn
to restore packagesyarn typescript
to prebuild and run some TS testsRepro
tsc -p docs
On a random Mac Mini:
Note: to build old TS commits, you probably need to change
const { default: chalk }
toconst chalk
inscripts/build/utils.js
.The text was updated successfully, but these errors were encountered: