refactor: remove unused lexical regexps

This commit is contained in:
harttle
2019-02-24 06:26:33 +08:00
parent 3b7351d9a0
commit 542968e133
9 changed files with 30 additions and 232 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export interface LiquidOptions {
greedy?: boolean
}
export interface NormalizedOptions extends LiquidOptions {
interface NormalizedOptions extends LiquidOptions {
root?: string[]
}