angular/packages/compiler-cli/linker/src
JoostK c20deb7e8d refactor(compiler-cli): only use a single type expression (#49136)
The concept of "internal" and "adjacent" type expression used to be necessary to support
ngcc, as it had to process downleveled class declarations using an IIFE, where the class
name within the IIFE could be different from the outer class name. With the removal of
ngcc we no longer need to make this distinction, so this commit removes these concepts
entirely.

PR Close #49136
2023-04-03 19:20:00 -07:00
..
ast refactor(compiler): required inputs prerequisite refactors (#49333) 2023-03-14 09:27:49 -07:00
file_linker refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -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 docs: fix spelling (#46713) 2022-07-08 20:54:52 +00:00