mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
refactor: switch Context <-> Scope concepts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
enum BlockMode {
|
||||
/* store rendered html into blocks */
|
||||
OUTPUT,
|
||||
/* output rendered html directly */
|
||||
STORE
|
||||
}
|
||||
|
||||
export default BlockMode
|
||||
Reference in New Issue
Block a user