-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Performance regression in #32582 #36562
Copy link
Copy link
Closed
Labels
Domain: PerformanceReports of unusually slow behaviorReports of unusually slow behaviorNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestoneThis issue was previously scheduled to an earlier milestone
Metadata
Metadata
Assignees
Labels
Domain: PerformanceReports of unusually slow behaviorReports of unusually slow behaviorNeeds InvestigationThis issue needs a team member to investigate its status.This issue needs a team member to investigate its status.RescheduledThis issue was previously scheduled to an earlier milestoneThis 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:
yarnto restore packagesyarn typescriptto prebuild and run some TS testsRepro
tsc -p docsOn a random Mac Mini:
Note: to build old TS commits, you probably need to change
const { default: chalk }toconst chalkinscripts/build/utils.js.