fix: inconsistent continue behaviour, fixes #779

This commit is contained in:
Harttle
2024-12-22 16:32:08 +08:00
committed by Jun Yang
parent 2af297f81a
commit e3ef574674
7 changed files with 37 additions and 12 deletions
+2
View File
@@ -25,6 +25,8 @@ export class Context {
*/
public globals: Scope
public sync: boolean
public breakCalled = false
public continueCalled = false
/**
* The normalized liquid options object
*/