mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The compiler-cli's declaration files are not necessarily compatible with web environments that use `@angular/localize`, and would inadvertently include `typescript` declaration files in any compilation unit that uses `@angular/localize` (which increases parsing time and memory usage during builds) using a default import that only type-checks when `allowSyntheticDefaultImports` is enabled. Fixes #45179 PR Close #45180 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| include-all.ts | ||
| package.json | ||
| tsconfig.json | ||