74 lines
1.4 KiB
TypeScript
74 lines
1.4 KiB
TypeScript
// This file was generated by lezer-generator. You probably shouldn't edit it.
|
|
export const
|
|
LineComment = 1,
|
|
Document = 2,
|
|
VarDeclaration = 3,
|
|
AtKeyword = 4,
|
|
VarKeyword = 5,
|
|
JsonBlock = 8,
|
|
JsonProperty = 9,
|
|
StringLiteral = 12,
|
|
NumberLiteral = 13,
|
|
Unit = 14,
|
|
VariableRef = 15,
|
|
JsonTrue = 16,
|
|
True = 17,
|
|
JsonFalse = 18,
|
|
False = 19,
|
|
JsonNull = 20,
|
|
Null = 21,
|
|
RequestStatement = 23,
|
|
Method = 24,
|
|
GET = 25,
|
|
POST = 26,
|
|
PUT = 27,
|
|
DELETE = 28,
|
|
PATCH = 29,
|
|
HEAD = 30,
|
|
OPTIONS = 31,
|
|
CONNECT = 32,
|
|
TRACE = 33,
|
|
Url = 34,
|
|
Block = 35,
|
|
Property = 36,
|
|
AtRule = 38,
|
|
JsonRule = 39,
|
|
JsonKeyword = 40,
|
|
FormDataRule = 41,
|
|
FormDataKeyword = 42,
|
|
UrlEncodedRule = 43,
|
|
UrlEncodedKeyword = 44,
|
|
TextRule = 45,
|
|
TextKeyword = 46,
|
|
ParamsRule = 47,
|
|
ParamsKeyword = 48,
|
|
XmlRule = 49,
|
|
XmlKeyword = 50,
|
|
XmlBlock = 51,
|
|
XmlKey = 52,
|
|
HtmlRule = 53,
|
|
HtmlKeyword = 54,
|
|
HtmlBlock = 55,
|
|
HtmlKey = 56,
|
|
JavaScriptRule = 57,
|
|
JavaScriptKeyword = 58,
|
|
JavaScriptBlock = 59,
|
|
JavaScriptKey = 60,
|
|
BinaryRule = 61,
|
|
BinaryKeyword = 62,
|
|
BinaryBlock = 63,
|
|
BinaryKey = 64,
|
|
ResponseDeclaration = 65,
|
|
ResponseKeyword = 66,
|
|
ResponseStatus = 67,
|
|
ErrorStatus = 68,
|
|
ResponseTime = 69,
|
|
TimeValue = 70,
|
|
ResponseTimestamp = 71,
|
|
Timestamp = 72,
|
|
ResponseBlock = 73,
|
|
JsonObject = 74,
|
|
JsonMember = 75,
|
|
JsonValue = 76,
|
|
JsonArray = 79
|