gen.TypeScriptLexer.tokens Maven / Gradle / Ivy
JsxComment=1
JSDocComment=2
MultiLineComment=3
SingleLineComment=4
RegularExpressionLiteral=5
OpenBracket=6
CloseBracket=7
OpenParen=8
CloseParen=9
OpenBrace=10
CloseBrace=11
SemiColon=12
Comma=13
Assign=14
QuestionMark=15
Colon=16
Ellipsis=17
Dot=18
PlusPlus=19
MinusMinus=20
Plus=21
Minus=22
BitNot=23
Not=24
Multiply=25
Divide=26
Modulus=27
LeftShiftArithmetic=28
LessThan=29
MoreThan=30
LessThanEquals=31
GreaterThanEquals=32
Equals_=33
NotEquals=34
IdentityEquals=35
IdentityNotEquals=36
BitAnd=37
BitXOr=38
BitOr=39
And=40
Or=41
MultiplyAssign=42
DivideAssign=43
ModulusAssign=44
PlusAssign=45
MinusAssign=46
LeftShiftArithmeticAssign=47
RightShiftArithmeticAssign=48
RightShiftLogicalAssign=49
BitAndAssign=50
BitXorAssign=51
BitOrAssign=52
ARROW=53
Hashtag=54
Lodash=55
Dollar=56
NullLiteral=57
UndefinedLiteral=58
BooleanLiteral=59
DecimalLiteral=60
HexIntegerLiteral=61
OctalIntegerLiteral=62
OctalIntegerLiteral2=63
BinaryIntegerLiteral=64
BigHexIntegerLiteral=65
BigOctalIntegerLiteral=66
BigBinaryIntegerLiteral=67
BigDecimalIntegerLiteral=68
Break=69
Do=70
Instanceof=71
Typeof=72
Unique=73
Keyof=74
Case=75
Else=76
New=77
Target=78
Var=79
Catch=80
Finally=81
Return=82
Void=83
Continue=84
For=85
Switch=86
While=87
Debugger=88
Function=89
This=90
With=91
Default=92
If=93
Throw=94
Delete=95
In=96
Try=97
As=98
From=99
ReadOnly=100
Async=101
Await=102
Class=103
Enum=104
Extends=105
Super=106
Const=107
Export=108
Import=109
Implements=110
Let=111
Private=112
Public=113
Interface=114
Package=115
Protected=116
Static=117
Yield=118
Any=119
Number=120
Boolean=121
String=122
Symbol=123
Of=124
TypeAlias=125
Get=126
Set=127
Constructor=128
Namespace=129
Global=130
Require=131
Module=132
Declare=133
Abstract=134
Is=135
Infer=136
Never=137
Unknown=138
Asserts=139
At=140
Identifier=141
StringLiteral=142
BackTick=143
WhiteSpaces=144
LineTerminator=145
HtmlComment=146
CDataComment=147
UnexpectedCharacter=148
TemplateStringStartExpression=149
TemplateStringAtom=150
TagOpen=151
TagClose=152
TagSlashClose=153
TagSlash=154
TagName=155
AttributeValue=156
Attribute=157
'['=6
']'=7
'('=8
')'=9
'{'=10
'}'=11
';'=12
','=13
'='=14
'?'=15
':'=16
'...'=17
'.'=18
'++'=19
'--'=20
'+'=21
'-'=22
'~'=23
'!'=24
'*'=25
'/'=26
'%'=27
'<<'=28
'<'=29
'>'=30
'<='=31
'>='=32
'=='=33
'!='=34
'==='=35
'!=='=36
'&'=37
'^'=38
'|'=39
'&&'=40
'||'=41
'*='=42
'/='=43
'%='=44
'+='=45
'-='=46
'<<='=47
'>>='=48
'>>>='=49
'&='=50
'^='=51
'|='=52
'=>'=53
'#'=54
'_'=55
'$'=56
'null'=57
'undefined'=58
'break'=69
'do'=70
'instanceof'=71
'typeof'=72
'unique'=73
'keyof'=74
'case'=75
'else'=76
'new'=77
'target'=78
'var'=79
'catch'=80
'finally'=81
'return'=82
'void'=83
'continue'=84
'for'=85
'switch'=86
'while'=87
'debugger'=88
'function'=89
'this'=90
'with'=91
'default'=92
'if'=93
'throw'=94
'delete'=95
'in'=96
'try'=97
'as'=98
'from'=99
'readonly'=100
'async'=101
'await'=102
'class'=103
'enum'=104
'extends'=105
'super'=106
'const'=107
'export'=108
'import'=109
'implements'=110
'let'=111
'private'=112
'public'=113
'interface'=114
'package'=115
'protected'=116
'static'=117
'yield'=118
'any'=119
'number'=120
'boolean'=121
'string'=122
'symbol'=123
'of'=124
'type'=125
'get'=126
'set'=127
'constructor'=128
'namespace'=129
'global'=130
'require'=131
'module'=132
'declare'=133
'abstract'=134
'is'=135
'infer'=136
'never'=137
'unknown'=138
'asserts'=139
'@'=140
'${'=149
'/>'=153