angular-cn/packages/compiler-cli/linker/test/ast
Pete Bacon Darwin 7744e1e673 fix(compiler-cli): allow linker to process minified booleans (#41747)
Some partial libraries have been minified, which results in boolean literals
being converted to `!0` and `!1`. This commit ensures that the linker can
process these values.

Fixes #41655

PR Close #41747
2021-04-22 10:43:08 -07:00
..
typescript fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00
ast_value_spec.ts feat(compiler-cli): support producing Closure-specific PURE annotations (#41021) 2021-03-04 16:04:38 -08:00