angular/packages/compiler-cli/linker/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
..
typescript fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00
ast_host.ts fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00
ast_value.ts refactor(compiler-cli): emit forwardRef invocation for forward type references (#40117) 2020-12-22 08:39:58 -08:00
utils.ts refactor(compiler-cli): implement BabelAstFactory and AstHosts (#38866) 2020-10-01 09:32:12 -07:00