mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 22:10:41 -07:00
perf: introduce AST to avoid reparse
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export enum TokenKind {
|
||||
Number,
|
||||
Literal,
|
||||
Tag,
|
||||
Output,
|
||||
HTML,
|
||||
Filter,
|
||||
Hash,
|
||||
PropertyAccess,
|
||||
Word,
|
||||
Range,
|
||||
Quoted,
|
||||
Operator
|
||||
}
|
||||
Reference in New Issue
Block a user