mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
354bbd4073
When an element is self-closing, it will cause an `element` instruction to be emitted (instead of `elementStart`/`elementEnd`). In that case, we should use map whole source span for the instruction, not just the starting span. PR Close #53574