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
-1
@@ -5,7 +5,7 @@ export default class Token {
|
||||
input: string
|
||||
file: string
|
||||
value: string
|
||||
constructor(raw, pos, input, file, line) {
|
||||
constructor (raw, pos, input, file, line) {
|
||||
this.line = line
|
||||
this.raw = raw
|
||||
this.input = input
|
||||
|
||||
Reference in New Issue
Block a user