angular/packages/compiler/src/output
JoostK dac0430efd refactor(compiler): store modifiers in a bitmask instead of an array (#44731)
This commit slightly reduces memory usage of output AST by storing type
and statement modifiers as a bitmask instead of using an array.

PR Close #44731
2022-01-18 14:51:08 -08:00
..
abstract_emitter.ts refactor(compiler): remove class related output AST types (#44411) 2022-01-04 15:54:10 -08:00
abstract_js_emitter.ts refactor(compiler): remove class related output AST types (#44411) 2022-01-04 15:54:10 -08: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(compiler): store modifiers in a bitmask instead of an array (#44731) 2022-01-18 14:51:08 -08: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 fix(core): address Trusted Types bug in Chrome 83 (#40815) 2021-02-12 16:59:58 -08:00
source_map.ts perf(compiler): use raw bytes to represent utf-8 encoded strings (#39694) 2020-11-17 10:09:28 -08:00