mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Currently the decorator handlers are run against all `SourceFile`s in the compilation, but we shouldn't be doing it against declaration files. This initially came up as a CI issue in #33264 where it was worked around only for the `DirectiveDecoratorHandler`. These changes move the logic into the `TraitCompiler` and `DecorationAnalyzer` so that it applies to all of the handlers. PR Close #34557 |
||
|---|---|---|
| .. | ||
| decoration_analyzer_spec.ts | ||
| migration_host_spec.ts | ||
| module_with_providers_analyzer_spec.ts | ||
| private_declarations_analyzer_spec.ts | ||
| references_registry_spec.ts | ||
| switch_marker_analyzer_spec.ts | ||
| util_spec.ts | ||