Performance regression in #33252 #36564
Labels
Domain: Performance
Reports of unusually slow behavior
Fix Available
A PR has been opened for this issue
Needs Investigation
This issue needs a team member to investigate its status.
The extra work done in #33252 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: