mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
`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 |
||
|---|---|---|
| .. | ||
| e2e | ||
| src | ||
| BUILD.bazel | ||
| package.json | ||
| rollup.config.mjs | ||
| tsconfig.json | ||
| yarn.lock | ||