angular/packages/compiler-cli/test/compliance/test_cases
JoostK 0c8744c73e fix(compiler-cli): use correct symbol name for default imported symbols in defer blocks (#54495)
This commit addresses a problem with PR #53695 that introduced support for default imports,
where the actual dynamic import used in the defer loading function continued to use the
symbol name, instead of `.default` for the dynamic import. This issue went unnoticed in the
testcase because a proper instance was being generated for the `ɵsetClassMetadataAsync` function,
but not the generated dependency loader function.

Fixes #54491

PR Close #54495
2024-02-20 09:45:32 -08:00
..
model_inputs refactor(compiler-cli): add tests for model inputs (#54252) 2024-02-07 16:36:08 +00:00
output_function build: reuse fake core in type checking tests (#54344) 2024-02-08 19:21:47 +00:00
r3_compiler_compliance fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
r3_view_compiler fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
r3_view_compiler_bindings refactor(compiler): update ordering in template pipeline (#54154) 2024-02-01 14:39:32 +00:00
r3_view_compiler_control_flow fix(compiler-cli): do not error due to multiple components named equally (#54273) 2024-02-06 17:33:23 +00:00
r3_view_compiler_deferred fix(compiler-cli): use correct symbol name for default imported symbols in defer blocks (#54495) 2024-02-20 09:45:32 -08: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 fix(compiler-cli): do not error due to multiple components named equally (#54273) 2024-02-06 17:33:23 +00:00
r3_view_compiler_input_outputs refactor(core): detect signal input transforms independently of flag (#53808) 2024-01-10 12:21:04 +00:00
r3_view_compiler_listener refactor(compiler): update ordering in template pipeline (#54154) 2024-02-01 14:39:32 +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 fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
r3_view_compiler_template fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
signal_inputs refactor(core): separate InputSignal and InputSignalWithTransform (#54053) 2024-01-26 19:10:56 +00:00
signal_queries refactor(compiler-cli): collapse multiple query advance statements (#54019) 2024-01-24 16:13:31 +01:00
source_mapping refactor(compiler): Fix a source maps i18n test for Template Pipeline (#54063) 2024-02-02 20:52:39 +00: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