Skip to content

Commit 469b4bc

Browse files
committed
fix: multi line expression parsing
1 parent 1f2c9b0 commit 469b4bc

File tree

7 files changed

+1726
-17
lines changed

7 files changed

+1726
-17
lines changed

.changeset/strange-zoos-tell.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"htmljs-parser": patch
3+
---
4+
5+
Improves consistency with v2 of the parser by allowing expressions to span multiple lines if the line is ended with the continuation. This change also allows html attributes and grouped concise attributes to span multiple lines with a new line before _or after_ the continuation.

0 commit comments

Comments
 (0)