mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
refactor: switch Context <-> Scope concepts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { Drop } from '../drop/drop'
|
||||
|
||||
type PlainObject = {
|
||||
[key: string]: any
|
||||
toLiquid?: () => any
|
||||
}
|
||||
|
||||
export type Scope = PlainObject | Drop
|
||||
Reference in New Issue
Block a user