lezer-html
Advanced tools
Changelog
0.13.6 (2021-06-16)
Add a rule for invalid &
syntax to avoid error-recovery around stray ampersands.
Changelog
0.13.5 (2021-05-05)
Fix a problem where like attributes inappropriately included trailing whitespace.
Changelog
0.13.4 (2021-03-10)
Strip quotes from attribute values passed to attrs
predicates in configureNesting
.
Changelog
0.13.2 (2021-01-22)
Make comments consist of multiple tokens, so that huge comments don't freeze the parser.
Changelog
0.13.0 (2020-12-04)
The nested parser configuration utility is now called configureNesting
, and returns an object to pass to Parser.configure
's nested
option instead of a new parser.
The parser can now be given a "noMatch" dialect to not mark mismatched tags.
Changelog
0.12.0 (2020-10-23)
Adjust to changed serialized parser format.
The parser now more effectively matches close and open tags, even in the presence of mismatched tags.