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 |
||
---|---|---|
.. | ||
fake_core | ||
BUILD.bazel | ||
component_indexing_spec.ts | ||
env.ts | ||
incremental_error_spec.ts | ||
incremental_spec.ts | ||
monorepo_spec.ts | ||
ngtsc_spec.ts | ||
scope_spec.ts | ||
sourcemap_utils.ts | ||
template_mapping_spec.ts | ||
template_typecheck_spec.ts |