angular/packages/compiler/src
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
..
expression_parser refactor(compiler): expose shorthand object metadata in expression AST (#56405) 2024-06-13 10:12:52 -07:00
i18n refactor(compiler): implement let declarations in html ast (#55848) 2024-05-30 14:55:36 +00:00
ml_parser fix(compiler): use strict equality for 'code' comparison (#56944) 2024-07-11 08:52:58 -07:00
output refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
render3 fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
schema fix(compiler): add math elements to schema (#55631) 2024-05-02 11:12:14 -07:00
template/pipeline fix(compiler): limit the number of chained instructions (#57069) 2024-07-22 11:50:12 -07:00
template_parser refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
assertions.ts fix(compiler): prevent usage of reserved control flow symbol in custom interpolation context. (#55809) 2024-05-16 09:28:13 -07:00
chars.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
compiler.ts refactor(compiler): implement let declarations in render3 ast (#55848) 2024-05-30 14:55:36 +00:00
compiler_facade_interface.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
config.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
constant_pool.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
core.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
injectable_compiler_2.ts fix(compiler): reduce chance of conflicts between generated factory and local variables (#57181) 2024-08-07 17:25:05 +00:00
jit_compiler_facade.ts fix(compiler): JIT mode incorrectly interpreting host directive configuration in partial compilation (#57002) 2024-07-16 08:37:26 -07:00
parse_util.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
resource_loader.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
selector.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
shadow_css.ts fix(compiler): fix CSS animation rule scope (#56800) 2024-07-09 09:44:50 +02:00
style_url_resolver.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
util.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
version.ts docs: fix package name in version.ts files in different packages (#41208) 2021-05-10 10:26:34 -04:00