mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2dedc4a969
We generate `advance` instructions before most update instructions and the majority of `advance` calls are advancing by one. We can save some bytes for the most common case by omitting the parameter for `advance(1)` altogether. PR Close #53845