mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
To improve initialization type for the application builder, loading of the typescript package as been removed from the main thread. The parallel TS/NG compilation will instead load typescript during its worker thread startup. The typescript package is currently large and can take several hundred milliseconds to load.