Performance regression in #32582 #36562
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
The extra work done in #32582 is valuable, but maybe it doesn't need to be so expensive.
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: