mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
perf: parse filenames in parse() insteadof render()
This commit is contained in:
@@ -31,7 +31,7 @@ export class Tokenizer {
|
||||
private rawBeginAt = -1
|
||||
|
||||
constructor (
|
||||
private input: string,
|
||||
public input: string,
|
||||
private trie: Trie,
|
||||
private file: string = ''
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user