mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2b44be984e
`i18nStart` was calling `allocExpando` even if there was 0 new variable created. This created a new expando instruction with the value 0 which was later interpreted as the start of a new expando block instead of just skipping 0 instructions. FW-1417 #resolve PR Close #31451