angular/packages/localize/src
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
..
localize build: switch devmode output to es2015 (#44505) 2022-01-05 23:20:20 +00:00
utils fix(localize): avoid imports into compiler-cli package (#45180) 2022-02-24 17:12:10 +00:00
translate.ts build: enable useUnknownInCatchVariables (#44679) 2022-02-01 18:17:29 +00:00