mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 00:57:53 +00:00
Instead of emitting data-bearing tokens immediately, do it lazily at the next state change. This allows us to accumulate full bursts of text in between tags instead of having one token per character. :^)