angular/packages/compiler-cli/test/compliance/test_cases
Kristiyan Kostadinov d9d68e73d2 fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181)
Currently we use some short variable names like `t` and `r` in the generated factory functions. They can conflict with local symbols with the same names, if they're used for DI.

These changes rename the parameters to reduce the change for conflicts.

Fixes #57168.

PR Close #57181
2024-08-07 17:25:05 +00:00
..
model_inputs build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
output_function build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_compiler_compliance fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
r3_view_compiler build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_bindings build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_control_flow build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_deferred build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_di/di fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
r3_view_compiler_directives fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
r3_view_compiler_i18n build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_input_outputs fix(compiler): output input flags as a literal (#55215) 2024-04-04 11:13:52 -07:00
r3_view_compiler_let fix(compiler): give precedence to local let declarations over parent ones (#56752) 2024-07-01 14:03:57 +00:00
r3_view_compiler_listener fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
r3_view_compiler_providers fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
r3_view_compiler_styling build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
r3_view_compiler_template fix(compiler): limit the number of chained instructions (#57069) 2024-07-22 11:50:12 -07:00
signal_inputs build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
signal_queries build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
source_mapping build: update to TypeScript 5.5 stable (#56358) 2024-06-25 09:29:16 -07:00
BUILD.bazel test: refactor compiler-cli compliance test to work on windows (#45431) 2022-03-25 12:18:34 -07:00
list_golden_update_rules.ts refactor(compiler-cli): use semver range checking for partial versions (#39847) 2020-12-04 10:26:17 -08:00
replace.sh refactor(compiler): Delete TemplateDefinitionBuilder acceptance test expectations (#54757) 2024-03-08 16:51:01 -08:00
test_case_schema.json refactor(compiler): Delete TemplateDefinitionBuilder acceptance test expectations (#54757) 2024-03-08 16:51:01 -08:00