angular-cn/packages/compiler-cli/linker/babel/src
Pete Bacon Darwin c3a512a9e9 fix(compiler-cli): match string indexed partial declarations (#41747)
Some partial libraries have been minified, which results in the declaration
calls being being converted from property accesses to indexed accesses.
This commit ensures that the linker can process these calls.

Fixes #41655

PR Close #41747
2021-04-22 10:43:08 -07:00
..
ast fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00
babel_declaration_scope.ts refactor(compiler-cli): linker - add Babel plugin, FileLinker and initial PartialLinkers (#39116) 2020-10-19 11:23:45 -07:00
es2015_linker_plugin.ts fix(compiler-cli): match string indexed partial declarations (#41747) 2021-04-22 10:43:08 -07:00
linker_plugin_options.ts refactor(compiler-cli): update to use new file-system interfaces (#40281) 2021-01-08 09:34:44 -08:00