feat: Support for the "render" tag #163

This commit is contained in:
Jun Yang
2019-10-27 00:06:16 +08:00
parent b82fa9ed2b
commit d5e7b047bb
7 changed files with 269 additions and 10 deletions
-2
View File
@@ -16,8 +16,6 @@ import { FilterImplOptions } from './template/filter/filter-impl-options'
import IFS from './fs/ifs'
import { toThenable, toValue } from './util/async'
type nullableTemplates = ITemplate[] | null
export * from './types'
export class Liquid {