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
ResumableParser: Don't compute lines and columns on parse error
Fix: #1022
They can't always be accurate because we don't always keep the
full document in the buffer. As such it's better never to compute
them than to sometimes provide wrong coordinates.
In theory we could keep the number of lines since the start
of the parse, but that's more book keeping for little utility.
Anyway, these are useful to find a syntax error in a file,
not so much in a stream of documents.
0 commit comments