angular/integration/typings_test_ts45
JoostK ca5603b09b fix(localize): avoid imports into compiler-cli package (#45180)
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
2022-02-24 17:12:10 +00:00
..
BUILD.bazel build: setup test targets for integration tests with new rule (#44238) 2021-12-08 13:42:41 -05:00
include-all.ts fix(localize): avoid imports into compiler-cli package (#45180) 2022-02-24 17:12:10 +00:00
package.json fix(localize): avoid imports into compiler-cli package (#45180) 2022-02-24 17:12:10 +00:00
tsconfig.json feat(core): support TypeScript 4.5 (#44164) 2021-11-30 11:59:02 -05:00