mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 14:30:38 -07:00
refactor: more consistent tags to make it easier to iterate over, #524
This commit is contained in:
@@ -7,7 +7,7 @@ import { Liquid } from '../liquid'
|
||||
import { Filter } from './filter'
|
||||
|
||||
export class Output extends TemplateImpl<OutputToken> implements Template {
|
||||
private value: Value
|
||||
value: Value
|
||||
public constructor (token: OutputToken, liquid: Liquid) {
|
||||
super(token)
|
||||
this.value = new Value(token.content, liquid)
|
||||
|
||||
Reference in New Issue
Block a user