angular/packages/compiler/src/output
Paul Gschwendtner d7147507e4 refactor(core): properly emit input flags using bitwise or (#53808)
As part of testing we did accidentally use `bitwiseAnd` for the input
flags, given we started without an extra flag for `HasTransform`.

This commit teaches the compiler to support emitting bitwise OR
and uses it when combining input flags, fully re-enabling transforms
for signal components after the new flag mechanism was introduced in
previous commits.

PR Close #53808
2024-01-10 12:21:04 +00:00
..
abstract_emitter.ts refactor(core): properly emit input flags using bitwise or (#53808) 2024-01-10 12:21:04 +00:00
abstract_js_emitter.ts refactor(compiler): introduce AST for outputting arrow functions (#51436) 2023-08-23 14:45:33 -07:00
map_util.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
output_ast.ts refactor(core): properly emit input flags using bitwise or (#53808) 2024-01-10 12:21:04 +00:00
output_jit.ts refactor(compiler): remove class related output AST types (#44411) 2022-01-04 15:54:10 -08:00
output_jit_trusted_types.ts build: align with internal tsconfig options (#51728) 2023-09-12 11:39:42 -07:00
source_map.ts perf(compiler): use raw bytes to represent utf-8 encoded strings (#39694) 2020-11-17 10:09:28 -08:00