Releases: marko-js/htmljs-parser
Releases · marko-js/htmljs-parser
v5.7.4
v5.7.3
Patch Changes
- #195
442e7ccThanks @DylanPiercey! - Fix issue where arrow functions content was being parsed as types.
v5.7.2
Patch Changes
- #192
eed2eb1Thanks @DylanPiercey! - Fix regression where typescript unary operators were being used in javascript contexts.
v5.7.1
Patch Changes
- #190
aabf1f1Thanks @DylanPiercey! - Fix arrow function parsing in type expressions.
v5.7.0
Minor Changes
- #186
f297f19Thanks @DylanPiercey! - Improve expression parsing for typescript, especially around multi line generics.
Patch Changes
- #187
1110d1dThanks @DylanPiercey! - Fix regexp charset parsing issue.
v5.6.2
Patch Changes
- #184
eb9865cThanks @DylanPiercey! - Avoid startText call at eof.
v5.6.1
Patch Changes
- #182
7c4f4c3Thanks @DylanPiercey! - Fix regression caused by indented statement parsing.
v5.6.0
Minor Changes
- #180
22bfddaThanks @DylanPiercey! - When parsing statements, consume any indented content without errors.
v5.5.4
Patch Changes
- #178
06f4716Thanks @LuLaValva! - Fix operator-terminated comments in scriptlets
v5.5.3
Patch Changes
- #175
4fcee24Thanks @LuLaValva! - Add support forsatisfies