mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
552ea77854
`tsickle` is not used in any code paths in 3P and we can remove this complexity. The `tsickle` npm package has not been released in a while and we are risking breakages with e.g. future TypeScript versions. Note that the `ng_module` rule was updated to not emit through tsickle at all. The tsickle in 1P is done directly by `tsc_wrapped` and our code path in `compiler-cli` is not needed at all. PR Close #50602