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
Currently the parser uses, for error handling, self.errors.append((self.tokenizer.stream.position(), errorcode, datavars)) (i.e., getting the position from the stream!). It would be important to ensure that adding position to all tokens, even as an option, does not regress performance.
Would it be possible to add line and column tracking to the tokens returned from HTMLTokenizer?
The text was updated successfully, but these errors were encountered: