angular/packages/compiler/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
..
expression_parser refactor(compiler): expose shorthand object metadata in expression AST (#56405) 2024-06-13 10:12:52 -07:00
i18n refactor(compiler): add i18nPreserveWhitespaceForLegacyExtraction (#56507) 2024-08-27 13:13:56 -07:00
ml_parser refactor(compiler): add i18nPreserveWhitespaceForLegacyExtraction (#56507) 2024-08-27 13:13:56 -07:00
output refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
render3 refactor(compiler): finalize hydrate syntax (#57831) 2024-09-17 11:05:17 +02:00
schema fix(compiler): add math elements to schema (#55631) 2024-05-02 11:12:14 -07:00
selector refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
shadow_css fix(compiler): fix CSS animation rule scope (#56800) 2024-07-09 09:44:50 +02:00
BUILD.bazel build: replace base64-js package with Node.js Buffer usage (#53464) 2023-12-11 14:04:06 -08:00
compiler_facade_interface_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
integration_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
security_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00
style_url_resolver_spec.ts refactor(compiler): make template preparser null-safe (#44411) 2022-01-04 15:54:10 -08:00
util_spec.ts refactor: migrate compiler to prettier formatting (#55398) 2024-04-18 14:18:08 -07:00