70311ebca1
The template type checker generates code to check directive inputs and outputs, whose name may contain characters that can not be used as identifier in TypeScript. Prior to this change, such names would be emitted into the generated code as is, resulting in invalid code and unexpected template type check errors. This commit fixes the bug by representing the potentially invalid names as string literal instead of raw identifier. Fixes #33590 PR Close #33741
Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT