angular-docs-cn/packages/compiler-cli/linker/babel/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
..
babel_ast_factory_spec.ts refactor(compiler-cli): add file to Babel locations (#40237) 2021-01-07 13:12:53 -08:00
babel_ast_host_spec.ts fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00