mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
feat: precise line/col for tokenization Error, #613
This commit is contained in:
@@ -11,5 +11,6 @@ export enum TokenKind {
|
||||
Range = 512,
|
||||
Quoted = 1024,
|
||||
Operator = 2048,
|
||||
FilteredValue = 4096,
|
||||
Delimited = Tag | Output
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user