angular/packages/compiler-cli/linker/src
Paul Gschwendtner 4d8d324ea6 refactor(compiler-cli): update ImportGenerator abstraction for new manager (#54983)
`ImportGenerator` is the abstraction used by the translator functions to
insert imports for `ExternalExpr` in an AST-agnostic way.

This was built specifically for the linker which does not use any of the
complex import managers- but rather re-uses `ngImport` or uses
`ngImport.Bla`.

This commit also switches the linker AST-agnostic generator to follow
the new signatures. This was rather trivial.

PR Close #54983
2024-03-27 10:18:29 -07:00
..
ast refactor(compiler-cli): support linking/parsing new partial output for signal inputs (#53808) 2024-01-10 12:21:05 +00:00
file_linker refactor(compiler-cli): update ImportGenerator abstraction for new manager (#54983) 2024-03-27 10:18:29 -07:00
fatal_linker_error.ts refactor(compiler-cli): linker - add Babel plugin, FileLinker and initial PartialLinkers (#39116) 2020-10-19 11:23:45 -07:00
linker_import_generator.ts refactor(compiler-cli): update ImportGenerator abstraction for new manager (#54983) 2024-03-27 10:18:29 -07:00