angular/packages/compiler/src/render3
Kristiyan Kostadinov ea7d1b363f refactor(compiler): implement two-way property instruction (#54154)
Reworks the compiler so that it generates a `twoWayProperty` instruction, instead of `property`, for the property side of a two-way binding. Currently the new instruction passes through to `property`, but it'll have some two-way-binding-specific logic in subsequent PRs.

PR Close #54154
2024-02-01 14:39:32 +00:00
..
partial refactor(compiler-cli): generate partial compilation output for signal-based queries (#53978) 2024-01-23 10:24:36 +01:00
view refactor(compiler): implement two-way property instruction (#54154) 2024-02-01 14:39:32 +00:00
r3_ast.ts fix(compiler): generate i18n instructions for blocks (#52958) 2023-11-20 08:59:25 -08:00
r3_class_debug_info_compiler.ts refactor(compiler-cli): include forbidOrphanComponents option in component's debug info (#52061) 2023-10-10 15:30:26 -07:00
r3_class_metadata_compiler.ts refactor(compiler): extra diagnostics for @defer in local compilation mode (#53899) 2024-01-17 10:46:15 -08:00
r3_control_flow.ts fix(compiler): Update type check block to fix control flow source mappings (#53980) 2024-01-24 18:37:58 -05:00
r3_deferred_blocks.ts fix(compiler): generate i18n instructions for blocks (#52958) 2023-11-20 08:59:25 -08:00
r3_deferred_triggers.ts fix(compiler): allow decimals in defer block time values (#52433) 2023-10-31 13:39:27 -07:00
r3_factory.ts perf(compiler): further reduce bundle size using arrow functions (#52010) 2023-10-04 07:25:54 -07:00
r3_identifiers.ts refactor(compiler): implement two-way property instruction (#54154) 2024-02-01 14:39:32 +00:00
r3_injector_compiler.ts refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -07:00
r3_jit.ts refactor(compiler): delete View Engine components of @angular/compiler (#44368) 2021-12-06 13:12:36 -05:00
r3_module_compiler.ts refactor(compiler-cli): move NgModule bootstrap definition to runtime in local compilation mode (#51767) 2023-09-18 16:59:55 +02:00
r3_pipe_compiler.ts refactor(compiler-cli): only use a single type expression (#49136) 2023-04-03 19:20:00 -07:00
r3_template_transform.ts refactor(compiler): distinguish two-way bindings in the AST (#54065) 2024-01-25 16:31:57 +00:00
util.ts perf(compiler): further reduce bundle size using arrow functions (#52010) 2023-10-04 07:25:54 -07:00