Skip to content

Commit

Permalink
fix: multi line expression parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed May 9, 2022
1 parent 1f2c9b0 commit 469b4bc
Show file tree
Hide file tree
Showing 7 changed files with 1,726 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-zoos-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"htmljs-parser": patch
---

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.
Loading

0 comments on commit 469b4bc

Please sign in to comment.