You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-153569: normalize prepared tokenizer input once
Prepared string input is split, normalized, and appended one line at a time,
while the source object keeps line tables that the lexer no longer queries.
Normalize prepared input once and transfer its storage to the tokenizer source.
The reader scans lines from that byte buffer and keeps the implicit-newline flag
with the prepared input.
0 commit comments