mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dac0430efd
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