mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
chore(TypeScript): fix linting and generate .d.ts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import Token from './token'
|
||||
|
||||
export default class HTMLToken extends Token {
|
||||
constructor(str, begin, input, file, line) {
|
||||
constructor (str, begin, input, file, line) {
|
||||
super(str, begin, input, file, line)
|
||||
this.type = 'html'
|
||||
this.value = str
|
||||
|
||||
Reference in New Issue
Block a user