Skip to content

Add resilient liquid-html parsing#1255

Draft
karreiro wants to merge 1 commit into
plhp/3-adaptfrom
plhp/4-resilient
Draft

Add resilient liquid-html parsing#1255
karreiro wants to merge 1 commit into
plhp/3-adaptfrom
plhp/4-resilient

Conversation

@karreiro

@karreiro karreiro commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

Adds resilient, error-recovering parsing so malformed templates still produce a usable AST instead of failing outright.

Part 4 of 7 in the stacked series, based on PR 3.

start: {
line: start!.line,
column: start!.col,
line: start?.line ?? 1,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have to do this now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants