mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
chore(TypeScript): fix linting and generate .d.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import DelimitedToken from './delimited-token'
|
||||
|
||||
export default class OutputToken extends DelimitedToken {
|
||||
constructor(raw, pos, input, file, line) {
|
||||
constructor (raw, pos, input, file, line) {
|
||||
super(raw, pos, input, file, line)
|
||||
this.type = 'output'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user