mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| legacy | ||
| adapters_spec.ts | ||
| BUILD.bazel | ||
| code_fixes_spec.ts | ||
| compiler_spec.ts | ||
| completions_spec.ts | ||
| definitions_spec.ts | ||
| diagnostic_spec.ts | ||
| get_outlining_spans_spec.ts | ||
| get_template_location_for_component_spec.ts | ||
| gettcb_spec.ts | ||
| quick_info_spec.ts | ||
| references_and_rename_spec.ts | ||
| signal_input_refactoring_action_spec.ts | ||
| signature_help_spec.ts | ||
| ts_utils_spec.ts | ||
| type_definitions_spec.ts | ||