angular/packages/compiler-cli/test/compliance/test_cases
Miles Malerba 2ef1bb960e test(compiler): Add a test for handling of duplicate bindings (#53596)
Adds a test for handling of duplicate bindings. Fow now we replicate the
TDB behavior in template pipeline, which is: For style and class text
attributes, only keep the last one. For all other text attributes, add
all of the values to the consts array.

PR Close #53596
2023-12-18 22:09:26 +00:00
..
r3_compiler_compliance refactor(compiler): Make attribute const collection less aggressive (#53580) 2023-12-18 16:26:03 +00:00
r3_view_compiler refactor(compiler): Support unary ops in template pipeline (#53376) 2023-12-06 09:43:35 -08:00
r3_view_compiler_bindings test(compiler): Add a test for handling of duplicate bindings (#53596) 2023-12-18 22:09:26 +00:00
r3_view_compiler_control_flow fix(compiler): correctly intercept index in loop tracking function (#53604) 2023-12-18 16:27:06 +00:00
r3_view_compiler_deferred refactor(compiler): Defer when consumes a variable (binding) slot (#53574) 2023-12-15 19:48:28 +00:00
r3_view_compiler_di/di perf(compiler): further reduce bundle size using arrow functions (#52010) 2023-10-04 07:25:54 -07:00
r3_view_compiler_directives perf(compiler): further reduce bundle size using arrow functions (#52010) 2023-10-04 07:25:54 -07:00
r3_view_compiler_i18n refactor(compiler): Ensure correct context kind on ICU contexts (#53557) 2023-12-14 09:33:52 -08:00
r3_view_compiler_input_outputs fix(compiler-cli): enforce a minimum version to be used when a library uses input transform (#51413) 2023-08-18 07:58:53 -07:00
r3_view_compiler_listener refactor(compiler): support multiple statements in host listener (#53596) 2023-12-18 22:09:26 +00:00
r3_view_compiler_providers fix(compiler-cli): libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50714) 2023-06-14 16:27:59 +02:00
r3_view_compiler_styling refactor(compiler): Not all attribute values beginning with a colon are namespaced (#53574) 2023-12-15 19:48:28 +00:00
r3_view_compiler_template refactor(compiler): Fix some behavior with bindings on explicit ng-template elements (#53457) 2023-12-11 14:03:43 -08:00
source_mapping refactor(compiler): Initial support for i18n attributes (#53341) 2023-12-05 17:13:58 -08: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
test_case_schema.json test(compiler): allow alternate expected file for template pipeline (#51100) 2023-08-01 13:45:34 -07:00