angular/packages/compiler-cli/src/ngtsc/transform
Kristiyan Kostadinov a7872ca77a refactor(compiler-cli): introduce template semantics checker (#54714)
Introduces a new `TemplateSemanticsChecker` that will be used to flag semantic errors in the user's template. Currently we do some of this in the type check block, but the problem is that it doesn't have access to the template type checker which prevents us from properly checking cases like #54670. This pass is also distinct from the extended template checks, because we don't want users to be able to turn the checks off and we want them to run even if `strictTemplates` are disabled.

PR Close #54714
2024-03-11 11:01:43 -07:00
..
src refactor(compiler-cli): introduce template semantics checker (#54714) 2024-03-11 11:01:43 -07:00
test refactor(compiler-cli): introduce template semantics checker (#54714) 2024-03-11 11:01:43 -07:00
BUILD.bazel refactor(compiler-cli): introduce template semantics checker (#54714) 2024-03-11 11:01:43 -07:00
index.ts refactor(compiler-cli): expose import manager import insertion helper (#53808) 2024-01-10 12:21:05 +00:00