Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
16
node_modules/liquidjs/dist/parser/token-kind.d.ts
generated
vendored
Normal file
16
node_modules/liquidjs/dist/parser/token-kind.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export declare enum TokenKind {
|
||||
Number = 1,
|
||||
Literal = 2,
|
||||
Tag = 4,
|
||||
Output = 8,
|
||||
HTML = 16,
|
||||
Filter = 32,
|
||||
Hash = 64,
|
||||
PropertyAccess = 128,
|
||||
Word = 256,
|
||||
Range = 512,
|
||||
Quoted = 1024,
|
||||
Operator = 2048,
|
||||
FilteredValue = 4096,
|
||||
Delimited = 12
|
||||
}
|
||||
Reference in New Issue
Block a user