angular/packages/language-service/test
Kristiyan Kostadinov 39098f3a9b refactor(compiler): finalize hydrate syntax (#57831)
Finalizes compiler implementation of the new `hydrate` triggers by:
* Reworking the logic that was depending on the `hydrateSpan` to distinguish hydrate triggers from non-hydrate triggers.
* Fixing that the `hydrate when` trigger didn't have a `hydrateSpan`.
* Adding an error if a parameter is passed into a `hydrate` trigger.
* Add an error if other `hydrate` triggers are used with `hydrate never`.
* Replacing the `prefetch` and `hydrate` flags in the template pipeline with a `modifiers` field.
* Fixing an error that was being thrown when reifying `hydrate` triggers in the pipeline.
* Adding quick info support for the `hydrate` keyword in the language service.
* Adding some tests for the new logic.

PR Close #57831
2024-09-17 11:05:17 +02:00
..
legacy build: move language-service utils into its own bazel target (#57214) 2024-08-29 07:50:40 -07:00
adapters_spec.ts refactor(language-service): Replace tsserverlibrary -> typescript (#54726) 2024-03-07 10:49:01 -08:00
BUILD.bazel build: move language-service utils into its own bazel target (#57214) 2024-08-29 07:50:40 -07:00
code_fixes_spec.ts feat(language-service): add code fix for unused standalone imports (#57605) 2024-09-03 14:30:56 -07:00
compiler_spec.ts refactor: migrate language-service to prettier formatting (#55405) 2024-04-18 14:18:38 -07:00
completions_spec.ts build: move language-service utils into its own bazel target (#57214) 2024-08-29 07:50:40 -07:00
definitions_spec.ts feat(core): add support for let syntax (#56715) 2024-06-26 12:37:02 -07:00
diagnostic_spec.ts refactor: migrate language-service to prettier formatting (#55405) 2024-04-18 14:18:38 -07:00
get_outlining_spans_spec.ts feat(core): support TypeScript 5.6 (#57424) 2024-08-19 22:45:45 -07:00
get_template_location_for_component_spec.ts refactor: migrate language-service to prettier formatting (#55405) 2024-04-18 14:18:38 -07:00
gettcb_spec.ts refactor: migrate language-service to prettier formatting (#55405) 2024-04-18 14:18:38 -07:00
quick_info_spec.ts refactor(compiler): finalize hydrate syntax (#57831) 2024-09-17 11:05:17 +02:00
references_and_rename_spec.ts feat(core): add support for let syntax (#56715) 2024-06-26 12:37:02 -07:00
signal_input_refactoring_action_spec.ts refactor(migrations): preserve brace spacing when applying imports (#57672) 2024-09-05 19:33:04 +00:00
signature_help_spec.ts refactor(language-service): Move language service code out of ivy/ folder (#44064) 2021-11-10 01:20:04 +00:00
ts_utils_spec.ts build: move language-service utils into its own bazel target (#57214) 2024-08-29 07:50:40 -07:00
type_definitions_spec.ts refactor: migrate language-service to prettier formatting (#55405) 2024-04-18 14:18:38 -07:00