mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 21:00:40 -07:00
feat: export toValueSync & defaultOptions to evaluate expression, see #527
This commit is contained in:
@@ -33,7 +33,7 @@ export class Tokenizer {
|
||||
|
||||
constructor (
|
||||
public input: string,
|
||||
private trie: Trie,
|
||||
private trie: Trie = defaultOptions.operatorsTrie,
|
||||
public file: string = ''
|
||||
) {
|
||||
this.N = input.length
|
||||
|
||||
Reference in New Issue
Block a user