angular/packages/compiler-cli/linker/babel/src/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
..
babel_ast_factory.ts feat(compiler): support nullish coalescing in templates (#41437) 2021-04-07 12:04:28 -07:00
babel_ast_host.ts fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00