htmljs-parser
Advanced tools
Changelog
5.6.1
7c4f4c3
Thanks @DylanPiercey! - Fix regression caused by indented statement parsing.Changelog
5.6.0
22bfdda
Thanks @DylanPiercey! - When parsing statements, consume any indented content without errors.Changelog
5.5.1
3a696d0
Thanks @DylanPiercey! - When the preceding character of an expression is a quote, prefer division over regexp state. This improves parsing for inline css grid properties.Changelog
5.5.0
13a33a3
Thanks @DylanPiercey! - Allow indented javascript style comments that are not under a parent tag in concise mode.Changelog
5.4.3
#161 be73442
Thanks @DylanPiercey! - Fixes a regression where the parsed text state (used by eg script
, style
) was not properly entering back into text for the closing quote on the string.
#162 085451c
Thanks @DylanPiercey! - Always consume next character of expression if terminator was preceded by an operator.
Changelog
5.4.2
fe98530
Thanks @DylanPiercey! - Fixes an regression where string literals inside of parsed text nodes (eg <script>
) were not properly changing the parser state. This caused issues when comment like syntax was embedded within these string literals"