html-tokenizer
html-tokenizer copied to clipboard
feature-request - Line numbers?
Would it be possible to extract the line number of a token somehow?
Thank you, ..
It doesn't track line numbers at the moment unfortunately. What is your use case? Typically I'm only interested in line numbers when a parser throws an error on illegal syntax, but this parser doesn't throw on illegal syntax.