mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
feat: override output/tag delimiter, fixes #54
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import DelimitedToken from './delimited-token'
|
||||
|
||||
export default class OutputToken extends DelimitedToken {
|
||||
constructor (raw, pos, input, file, line) {
|
||||
super(raw, pos, input, file, line)
|
||||
constructor (raw, value, pos, input, file, line) {
|
||||
super(raw, value, pos, input, file, line)
|
||||
this.type = 'output'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user