Class Context

Constructors

Properties

environments: Scope

user passed in scope {% increment %}, {% decrement %} changes this scope, whereas {% capture %}, {% assign %} only hide this scope

globals: Scope

global scope used as fallback for missing variables

memoryLimit: Limiter

The normalized liquid options object

ownPropertyOnly: boolean
renderLimit: Limiter
strictVariables: boolean

Throw when accessing undefined variable?

sync: boolean

Methods

  • Parameters

    • Rest...keys: string[]

    Returns [string, any][]