Open
Description
opened on Feb 1, 2020
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:
- Clone https://github.com/amcasey/material-ui.git
- Check out Benchmark
yarn
to restore packagesyarn typescript
to prebuild and run some TS tests
Repro
tsc -p docs
On a random Mac Mini:
Note: to build old TS commits, you probably need to change const { default: chalk }
to const chalk
in scripts/build/utils.js
.
Activity