mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
refactor: remove unused lexical regexps
This commit is contained in:
@@ -33,7 +33,7 @@ export interface LiquidOptions {
|
||||
greedy?: boolean
|
||||
}
|
||||
|
||||
export interface NormalizedOptions extends LiquidOptions {
|
||||
interface NormalizedOptions extends LiquidOptions {
|
||||
root?: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user