@typescript-deploys/pr-build 5.1.0-pr-52845-10 → 5.1.0-pr-53134-21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/lib.es5.d.ts +6 -0
- package/lib/tsc.js +6047 -6003
- package/lib/tsserver.js +8287 -8243
- package/lib/tsserverlibrary.d.ts +298 -298
- package/lib/tsserverlibrary.js +8287 -8243
- package/lib/typescript.d.ts +298 -298
- package/lib/typescript.js +8286 -8242
- package/lib/typingsInstaller.js +2094 -2054
- package/package.json +2 -2
package/lib/tsserverlibrary.d.ts
CHANGED
|
@@ -4069,305 +4069,305 @@ declare namespace ts {
|
|
|
4069
4069
|
CaretEqualsToken = 78,
|
|
4070
4070
|
Identifier = 79,
|
|
4071
4071
|
PrivateIdentifier = 80,
|
|
4072
|
-
BreakKeyword =
|
|
4073
|
-
CaseKeyword =
|
|
4074
|
-
CatchKeyword =
|
|
4075
|
-
ClassKeyword =
|
|
4076
|
-
ConstKeyword =
|
|
4077
|
-
ContinueKeyword =
|
|
4078
|
-
DebuggerKeyword =
|
|
4079
|
-
DefaultKeyword =
|
|
4080
|
-
DeleteKeyword =
|
|
4081
|
-
DoKeyword =
|
|
4082
|
-
ElseKeyword =
|
|
4083
|
-
EnumKeyword =
|
|
4084
|
-
ExportKeyword =
|
|
4085
|
-
ExtendsKeyword =
|
|
4086
|
-
FalseKeyword =
|
|
4087
|
-
FinallyKeyword =
|
|
4088
|
-
ForKeyword =
|
|
4089
|
-
FunctionKeyword =
|
|
4090
|
-
IfKeyword =
|
|
4091
|
-
ImportKeyword =
|
|
4092
|
-
InKeyword =
|
|
4093
|
-
InstanceOfKeyword =
|
|
4094
|
-
NewKeyword =
|
|
4095
|
-
NullKeyword =
|
|
4096
|
-
ReturnKeyword =
|
|
4097
|
-
SuperKeyword =
|
|
4098
|
-
SwitchKeyword =
|
|
4099
|
-
ThisKeyword =
|
|
4100
|
-
ThrowKeyword =
|
|
4101
|
-
TrueKeyword =
|
|
4102
|
-
TryKeyword =
|
|
4103
|
-
TypeOfKeyword =
|
|
4104
|
-
VarKeyword =
|
|
4105
|
-
VoidKeyword =
|
|
4106
|
-
WhileKeyword =
|
|
4107
|
-
WithKeyword =
|
|
4108
|
-
ImplementsKeyword =
|
|
4109
|
-
InterfaceKeyword =
|
|
4110
|
-
LetKeyword =
|
|
4111
|
-
PackageKeyword =
|
|
4112
|
-
PrivateKeyword =
|
|
4113
|
-
ProtectedKeyword =
|
|
4114
|
-
PublicKeyword =
|
|
4115
|
-
StaticKeyword =
|
|
4116
|
-
YieldKeyword =
|
|
4117
|
-
AbstractKeyword =
|
|
4118
|
-
AccessorKeyword =
|
|
4119
|
-
AsKeyword =
|
|
4120
|
-
AssertsKeyword =
|
|
4121
|
-
AssertKeyword =
|
|
4122
|
-
AnyKeyword =
|
|
4123
|
-
AsyncKeyword =
|
|
4124
|
-
AwaitKeyword =
|
|
4125
|
-
BooleanKeyword =
|
|
4126
|
-
ConstructorKeyword =
|
|
4127
|
-
DeclareKeyword =
|
|
4128
|
-
GetKeyword =
|
|
4129
|
-
InferKeyword =
|
|
4130
|
-
IntrinsicKeyword =
|
|
4131
|
-
IsKeyword =
|
|
4132
|
-
KeyOfKeyword =
|
|
4133
|
-
ModuleKeyword =
|
|
4134
|
-
NamespaceKeyword =
|
|
4135
|
-
NeverKeyword =
|
|
4136
|
-
OutKeyword =
|
|
4137
|
-
ReadonlyKeyword =
|
|
4138
|
-
RequireKeyword =
|
|
4139
|
-
NumberKeyword =
|
|
4140
|
-
ObjectKeyword =
|
|
4141
|
-
SatisfiesKeyword =
|
|
4142
|
-
SetKeyword =
|
|
4143
|
-
StringKeyword =
|
|
4144
|
-
SymbolKeyword =
|
|
4145
|
-
TypeKeyword =
|
|
4146
|
-
UndefinedKeyword =
|
|
4147
|
-
UniqueKeyword =
|
|
4148
|
-
UnknownKeyword =
|
|
4149
|
-
FromKeyword =
|
|
4150
|
-
GlobalKeyword =
|
|
4151
|
-
BigIntKeyword =
|
|
4152
|
-
OverrideKeyword =
|
|
4153
|
-
OfKeyword =
|
|
4154
|
-
QualifiedName =
|
|
4155
|
-
ComputedPropertyName =
|
|
4156
|
-
TypeParameter =
|
|
4157
|
-
Parameter =
|
|
4158
|
-
Decorator =
|
|
4159
|
-
PropertySignature =
|
|
4160
|
-
PropertyDeclaration =
|
|
4161
|
-
MethodSignature =
|
|
4162
|
-
MethodDeclaration =
|
|
4163
|
-
ClassStaticBlockDeclaration =
|
|
4164
|
-
Constructor =
|
|
4165
|
-
GetAccessor =
|
|
4166
|
-
SetAccessor =
|
|
4167
|
-
CallSignature =
|
|
4168
|
-
ConstructSignature =
|
|
4169
|
-
IndexSignature =
|
|
4170
|
-
TypePredicate =
|
|
4171
|
-
TypeReference =
|
|
4172
|
-
FunctionType =
|
|
4173
|
-
ConstructorType =
|
|
4174
|
-
TypeQuery =
|
|
4175
|
-
TypeLiteral =
|
|
4176
|
-
ArrayType =
|
|
4177
|
-
TupleType =
|
|
4178
|
-
OptionalType =
|
|
4179
|
-
RestType =
|
|
4180
|
-
UnionType =
|
|
4181
|
-
IntersectionType =
|
|
4182
|
-
ConditionalType =
|
|
4183
|
-
InferType =
|
|
4184
|
-
ParenthesizedType =
|
|
4185
|
-
ThisType =
|
|
4186
|
-
TypeOperator =
|
|
4187
|
-
IndexedAccessType =
|
|
4188
|
-
MappedType =
|
|
4189
|
-
LiteralType =
|
|
4190
|
-
NamedTupleMember =
|
|
4191
|
-
TemplateLiteralType =
|
|
4192
|
-
TemplateLiteralTypeSpan =
|
|
4193
|
-
ImportType =
|
|
4194
|
-
ObjectBindingPattern =
|
|
4195
|
-
ArrayBindingPattern =
|
|
4196
|
-
BindingElement =
|
|
4197
|
-
ArrayLiteralExpression =
|
|
4198
|
-
ObjectLiteralExpression =
|
|
4199
|
-
PropertyAccessExpression =
|
|
4200
|
-
ElementAccessExpression =
|
|
4201
|
-
CallExpression =
|
|
4202
|
-
NewExpression =
|
|
4203
|
-
TaggedTemplateExpression =
|
|
4204
|
-
TypeAssertionExpression =
|
|
4205
|
-
ParenthesizedExpression =
|
|
4206
|
-
FunctionExpression =
|
|
4207
|
-
ArrowFunction =
|
|
4208
|
-
DeleteExpression =
|
|
4209
|
-
TypeOfExpression =
|
|
4210
|
-
VoidExpression =
|
|
4211
|
-
AwaitExpression =
|
|
4212
|
-
PrefixUnaryExpression =
|
|
4213
|
-
PostfixUnaryExpression =
|
|
4214
|
-
BinaryExpression =
|
|
4215
|
-
ConditionalExpression =
|
|
4216
|
-
TemplateExpression =
|
|
4217
|
-
YieldExpression =
|
|
4218
|
-
SpreadElement =
|
|
4219
|
-
ClassExpression =
|
|
4220
|
-
OmittedExpression =
|
|
4221
|
-
ExpressionWithTypeArguments =
|
|
4222
|
-
AsExpression =
|
|
4223
|
-
NonNullExpression =
|
|
4224
|
-
MetaProperty =
|
|
4225
|
-
SyntheticExpression =
|
|
4226
|
-
SatisfiesExpression =
|
|
4227
|
-
TemplateSpan =
|
|
4228
|
-
SemicolonClassElement =
|
|
4229
|
-
Block =
|
|
4230
|
-
EmptyStatement =
|
|
4231
|
-
VariableStatement =
|
|
4232
|
-
ExpressionStatement =
|
|
4233
|
-
IfStatement =
|
|
4234
|
-
DoStatement =
|
|
4235
|
-
WhileStatement =
|
|
4236
|
-
ForStatement =
|
|
4237
|
-
ForInStatement =
|
|
4238
|
-
ForOfStatement =
|
|
4239
|
-
ContinueStatement =
|
|
4240
|
-
BreakStatement =
|
|
4241
|
-
ReturnStatement =
|
|
4242
|
-
WithStatement =
|
|
4243
|
-
SwitchStatement =
|
|
4244
|
-
LabeledStatement =
|
|
4245
|
-
ThrowStatement =
|
|
4246
|
-
TryStatement =
|
|
4247
|
-
DebuggerStatement =
|
|
4248
|
-
VariableDeclaration =
|
|
4249
|
-
VariableDeclarationList =
|
|
4250
|
-
FunctionDeclaration =
|
|
4251
|
-
ClassDeclaration =
|
|
4252
|
-
InterfaceDeclaration =
|
|
4253
|
-
TypeAliasDeclaration =
|
|
4254
|
-
EnumDeclaration =
|
|
4255
|
-
ModuleDeclaration =
|
|
4256
|
-
ModuleBlock =
|
|
4257
|
-
CaseBlock =
|
|
4258
|
-
NamespaceExportDeclaration =
|
|
4259
|
-
ImportEqualsDeclaration =
|
|
4260
|
-
ImportDeclaration =
|
|
4261
|
-
ImportClause =
|
|
4262
|
-
NamespaceImport =
|
|
4263
|
-
NamedImports =
|
|
4264
|
-
ImportSpecifier =
|
|
4265
|
-
ExportAssignment =
|
|
4266
|
-
ExportDeclaration =
|
|
4267
|
-
NamedExports =
|
|
4268
|
-
NamespaceExport =
|
|
4269
|
-
ExportSpecifier =
|
|
4270
|
-
MissingDeclaration =
|
|
4271
|
-
ExternalModuleReference =
|
|
4272
|
-
JsxElement =
|
|
4273
|
-
JsxSelfClosingElement =
|
|
4274
|
-
JsxOpeningElement =
|
|
4275
|
-
JsxClosingElement =
|
|
4276
|
-
JsxFragment =
|
|
4277
|
-
JsxOpeningFragment =
|
|
4278
|
-
JsxClosingFragment =
|
|
4279
|
-
JsxAttribute =
|
|
4280
|
-
JsxAttributes =
|
|
4281
|
-
JsxSpreadAttribute =
|
|
4282
|
-
JsxExpression =
|
|
4283
|
-
CaseClause =
|
|
4284
|
-
DefaultClause =
|
|
4285
|
-
HeritageClause =
|
|
4286
|
-
CatchClause =
|
|
4287
|
-
AssertClause =
|
|
4288
|
-
AssertEntry =
|
|
4289
|
-
ImportTypeAssertionContainer =
|
|
4290
|
-
PropertyAssignment =
|
|
4291
|
-
ShorthandPropertyAssignment =
|
|
4292
|
-
SpreadAssignment =
|
|
4293
|
-
EnumMember =
|
|
4294
|
-
/** @deprecated */ UnparsedPrologue =
|
|
4295
|
-
/** @deprecated */ UnparsedPrepend =
|
|
4296
|
-
/** @deprecated */ UnparsedText =
|
|
4297
|
-
/** @deprecated */ UnparsedInternalText =
|
|
4298
|
-
/** @deprecated */ UnparsedSyntheticReference =
|
|
4299
|
-
SourceFile =
|
|
4300
|
-
Bundle =
|
|
4301
|
-
/** @deprecated */ UnparsedSource =
|
|
4302
|
-
/** @deprecated */ InputFiles =
|
|
4303
|
-
JSDocTypeExpression =
|
|
4304
|
-
JSDocNameReference =
|
|
4305
|
-
JSDocMemberName =
|
|
4306
|
-
JSDocAllType =
|
|
4307
|
-
JSDocUnknownType =
|
|
4308
|
-
JSDocNullableType =
|
|
4309
|
-
JSDocNonNullableType =
|
|
4310
|
-
JSDocOptionalType =
|
|
4311
|
-
JSDocFunctionType =
|
|
4312
|
-
JSDocVariadicType =
|
|
4313
|
-
JSDocNamepathType =
|
|
4314
|
-
JSDoc =
|
|
4072
|
+
BreakKeyword = 82,
|
|
4073
|
+
CaseKeyword = 83,
|
|
4074
|
+
CatchKeyword = 84,
|
|
4075
|
+
ClassKeyword = 85,
|
|
4076
|
+
ConstKeyword = 86,
|
|
4077
|
+
ContinueKeyword = 87,
|
|
4078
|
+
DebuggerKeyword = 88,
|
|
4079
|
+
DefaultKeyword = 89,
|
|
4080
|
+
DeleteKeyword = 90,
|
|
4081
|
+
DoKeyword = 91,
|
|
4082
|
+
ElseKeyword = 92,
|
|
4083
|
+
EnumKeyword = 93,
|
|
4084
|
+
ExportKeyword = 94,
|
|
4085
|
+
ExtendsKeyword = 95,
|
|
4086
|
+
FalseKeyword = 96,
|
|
4087
|
+
FinallyKeyword = 97,
|
|
4088
|
+
ForKeyword = 98,
|
|
4089
|
+
FunctionKeyword = 99,
|
|
4090
|
+
IfKeyword = 100,
|
|
4091
|
+
ImportKeyword = 101,
|
|
4092
|
+
InKeyword = 102,
|
|
4093
|
+
InstanceOfKeyword = 103,
|
|
4094
|
+
NewKeyword = 104,
|
|
4095
|
+
NullKeyword = 105,
|
|
4096
|
+
ReturnKeyword = 106,
|
|
4097
|
+
SuperKeyword = 107,
|
|
4098
|
+
SwitchKeyword = 108,
|
|
4099
|
+
ThisKeyword = 109,
|
|
4100
|
+
ThrowKeyword = 110,
|
|
4101
|
+
TrueKeyword = 111,
|
|
4102
|
+
TryKeyword = 112,
|
|
4103
|
+
TypeOfKeyword = 113,
|
|
4104
|
+
VarKeyword = 114,
|
|
4105
|
+
VoidKeyword = 115,
|
|
4106
|
+
WhileKeyword = 116,
|
|
4107
|
+
WithKeyword = 117,
|
|
4108
|
+
ImplementsKeyword = 118,
|
|
4109
|
+
InterfaceKeyword = 119,
|
|
4110
|
+
LetKeyword = 120,
|
|
4111
|
+
PackageKeyword = 121,
|
|
4112
|
+
PrivateKeyword = 122,
|
|
4113
|
+
ProtectedKeyword = 123,
|
|
4114
|
+
PublicKeyword = 124,
|
|
4115
|
+
StaticKeyword = 125,
|
|
4116
|
+
YieldKeyword = 126,
|
|
4117
|
+
AbstractKeyword = 127,
|
|
4118
|
+
AccessorKeyword = 128,
|
|
4119
|
+
AsKeyword = 129,
|
|
4120
|
+
AssertsKeyword = 130,
|
|
4121
|
+
AssertKeyword = 131,
|
|
4122
|
+
AnyKeyword = 132,
|
|
4123
|
+
AsyncKeyword = 133,
|
|
4124
|
+
AwaitKeyword = 134,
|
|
4125
|
+
BooleanKeyword = 135,
|
|
4126
|
+
ConstructorKeyword = 136,
|
|
4127
|
+
DeclareKeyword = 137,
|
|
4128
|
+
GetKeyword = 138,
|
|
4129
|
+
InferKeyword = 139,
|
|
4130
|
+
IntrinsicKeyword = 140,
|
|
4131
|
+
IsKeyword = 141,
|
|
4132
|
+
KeyOfKeyword = 142,
|
|
4133
|
+
ModuleKeyword = 143,
|
|
4134
|
+
NamespaceKeyword = 144,
|
|
4135
|
+
NeverKeyword = 145,
|
|
4136
|
+
OutKeyword = 146,
|
|
4137
|
+
ReadonlyKeyword = 147,
|
|
4138
|
+
RequireKeyword = 148,
|
|
4139
|
+
NumberKeyword = 149,
|
|
4140
|
+
ObjectKeyword = 150,
|
|
4141
|
+
SatisfiesKeyword = 151,
|
|
4142
|
+
SetKeyword = 152,
|
|
4143
|
+
StringKeyword = 153,
|
|
4144
|
+
SymbolKeyword = 154,
|
|
4145
|
+
TypeKeyword = 155,
|
|
4146
|
+
UndefinedKeyword = 156,
|
|
4147
|
+
UniqueKeyword = 157,
|
|
4148
|
+
UnknownKeyword = 158,
|
|
4149
|
+
FromKeyword = 159,
|
|
4150
|
+
GlobalKeyword = 160,
|
|
4151
|
+
BigIntKeyword = 161,
|
|
4152
|
+
OverrideKeyword = 162,
|
|
4153
|
+
OfKeyword = 163,
|
|
4154
|
+
QualifiedName = 164,
|
|
4155
|
+
ComputedPropertyName = 165,
|
|
4156
|
+
TypeParameter = 166,
|
|
4157
|
+
Parameter = 167,
|
|
4158
|
+
Decorator = 168,
|
|
4159
|
+
PropertySignature = 169,
|
|
4160
|
+
PropertyDeclaration = 170,
|
|
4161
|
+
MethodSignature = 171,
|
|
4162
|
+
MethodDeclaration = 172,
|
|
4163
|
+
ClassStaticBlockDeclaration = 173,
|
|
4164
|
+
Constructor = 174,
|
|
4165
|
+
GetAccessor = 175,
|
|
4166
|
+
SetAccessor = 176,
|
|
4167
|
+
CallSignature = 177,
|
|
4168
|
+
ConstructSignature = 178,
|
|
4169
|
+
IndexSignature = 179,
|
|
4170
|
+
TypePredicate = 180,
|
|
4171
|
+
TypeReference = 181,
|
|
4172
|
+
FunctionType = 182,
|
|
4173
|
+
ConstructorType = 183,
|
|
4174
|
+
TypeQuery = 184,
|
|
4175
|
+
TypeLiteral = 185,
|
|
4176
|
+
ArrayType = 186,
|
|
4177
|
+
TupleType = 187,
|
|
4178
|
+
OptionalType = 188,
|
|
4179
|
+
RestType = 189,
|
|
4180
|
+
UnionType = 190,
|
|
4181
|
+
IntersectionType = 191,
|
|
4182
|
+
ConditionalType = 192,
|
|
4183
|
+
InferType = 193,
|
|
4184
|
+
ParenthesizedType = 194,
|
|
4185
|
+
ThisType = 195,
|
|
4186
|
+
TypeOperator = 196,
|
|
4187
|
+
IndexedAccessType = 197,
|
|
4188
|
+
MappedType = 198,
|
|
4189
|
+
LiteralType = 199,
|
|
4190
|
+
NamedTupleMember = 200,
|
|
4191
|
+
TemplateLiteralType = 201,
|
|
4192
|
+
TemplateLiteralTypeSpan = 202,
|
|
4193
|
+
ImportType = 203,
|
|
4194
|
+
ObjectBindingPattern = 204,
|
|
4195
|
+
ArrayBindingPattern = 205,
|
|
4196
|
+
BindingElement = 206,
|
|
4197
|
+
ArrayLiteralExpression = 207,
|
|
4198
|
+
ObjectLiteralExpression = 208,
|
|
4199
|
+
PropertyAccessExpression = 209,
|
|
4200
|
+
ElementAccessExpression = 210,
|
|
4201
|
+
CallExpression = 211,
|
|
4202
|
+
NewExpression = 212,
|
|
4203
|
+
TaggedTemplateExpression = 213,
|
|
4204
|
+
TypeAssertionExpression = 214,
|
|
4205
|
+
ParenthesizedExpression = 215,
|
|
4206
|
+
FunctionExpression = 216,
|
|
4207
|
+
ArrowFunction = 217,
|
|
4208
|
+
DeleteExpression = 218,
|
|
4209
|
+
TypeOfExpression = 219,
|
|
4210
|
+
VoidExpression = 220,
|
|
4211
|
+
AwaitExpression = 221,
|
|
4212
|
+
PrefixUnaryExpression = 222,
|
|
4213
|
+
PostfixUnaryExpression = 223,
|
|
4214
|
+
BinaryExpression = 224,
|
|
4215
|
+
ConditionalExpression = 225,
|
|
4216
|
+
TemplateExpression = 226,
|
|
4217
|
+
YieldExpression = 227,
|
|
4218
|
+
SpreadElement = 228,
|
|
4219
|
+
ClassExpression = 229,
|
|
4220
|
+
OmittedExpression = 230,
|
|
4221
|
+
ExpressionWithTypeArguments = 231,
|
|
4222
|
+
AsExpression = 232,
|
|
4223
|
+
NonNullExpression = 233,
|
|
4224
|
+
MetaProperty = 234,
|
|
4225
|
+
SyntheticExpression = 235,
|
|
4226
|
+
SatisfiesExpression = 236,
|
|
4227
|
+
TemplateSpan = 237,
|
|
4228
|
+
SemicolonClassElement = 238,
|
|
4229
|
+
Block = 239,
|
|
4230
|
+
EmptyStatement = 240,
|
|
4231
|
+
VariableStatement = 241,
|
|
4232
|
+
ExpressionStatement = 242,
|
|
4233
|
+
IfStatement = 243,
|
|
4234
|
+
DoStatement = 244,
|
|
4235
|
+
WhileStatement = 245,
|
|
4236
|
+
ForStatement = 246,
|
|
4237
|
+
ForInStatement = 247,
|
|
4238
|
+
ForOfStatement = 248,
|
|
4239
|
+
ContinueStatement = 249,
|
|
4240
|
+
BreakStatement = 250,
|
|
4241
|
+
ReturnStatement = 251,
|
|
4242
|
+
WithStatement = 252,
|
|
4243
|
+
SwitchStatement = 253,
|
|
4244
|
+
LabeledStatement = 254,
|
|
4245
|
+
ThrowStatement = 255,
|
|
4246
|
+
TryStatement = 256,
|
|
4247
|
+
DebuggerStatement = 257,
|
|
4248
|
+
VariableDeclaration = 258,
|
|
4249
|
+
VariableDeclarationList = 259,
|
|
4250
|
+
FunctionDeclaration = 260,
|
|
4251
|
+
ClassDeclaration = 261,
|
|
4252
|
+
InterfaceDeclaration = 262,
|
|
4253
|
+
TypeAliasDeclaration = 263,
|
|
4254
|
+
EnumDeclaration = 264,
|
|
4255
|
+
ModuleDeclaration = 265,
|
|
4256
|
+
ModuleBlock = 266,
|
|
4257
|
+
CaseBlock = 267,
|
|
4258
|
+
NamespaceExportDeclaration = 268,
|
|
4259
|
+
ImportEqualsDeclaration = 269,
|
|
4260
|
+
ImportDeclaration = 270,
|
|
4261
|
+
ImportClause = 271,
|
|
4262
|
+
NamespaceImport = 272,
|
|
4263
|
+
NamedImports = 273,
|
|
4264
|
+
ImportSpecifier = 274,
|
|
4265
|
+
ExportAssignment = 275,
|
|
4266
|
+
ExportDeclaration = 276,
|
|
4267
|
+
NamedExports = 277,
|
|
4268
|
+
NamespaceExport = 278,
|
|
4269
|
+
ExportSpecifier = 279,
|
|
4270
|
+
MissingDeclaration = 280,
|
|
4271
|
+
ExternalModuleReference = 281,
|
|
4272
|
+
JsxElement = 282,
|
|
4273
|
+
JsxSelfClosingElement = 283,
|
|
4274
|
+
JsxOpeningElement = 284,
|
|
4275
|
+
JsxClosingElement = 285,
|
|
4276
|
+
JsxFragment = 286,
|
|
4277
|
+
JsxOpeningFragment = 287,
|
|
4278
|
+
JsxClosingFragment = 288,
|
|
4279
|
+
JsxAttribute = 289,
|
|
4280
|
+
JsxAttributes = 290,
|
|
4281
|
+
JsxSpreadAttribute = 291,
|
|
4282
|
+
JsxExpression = 292,
|
|
4283
|
+
CaseClause = 293,
|
|
4284
|
+
DefaultClause = 294,
|
|
4285
|
+
HeritageClause = 295,
|
|
4286
|
+
CatchClause = 296,
|
|
4287
|
+
AssertClause = 297,
|
|
4288
|
+
AssertEntry = 298,
|
|
4289
|
+
ImportTypeAssertionContainer = 299,
|
|
4290
|
+
PropertyAssignment = 300,
|
|
4291
|
+
ShorthandPropertyAssignment = 301,
|
|
4292
|
+
SpreadAssignment = 302,
|
|
4293
|
+
EnumMember = 303,
|
|
4294
|
+
/** @deprecated */ UnparsedPrologue = 304,
|
|
4295
|
+
/** @deprecated */ UnparsedPrepend = 305,
|
|
4296
|
+
/** @deprecated */ UnparsedText = 306,
|
|
4297
|
+
/** @deprecated */ UnparsedInternalText = 307,
|
|
4298
|
+
/** @deprecated */ UnparsedSyntheticReference = 308,
|
|
4299
|
+
SourceFile = 309,
|
|
4300
|
+
Bundle = 310,
|
|
4301
|
+
/** @deprecated */ UnparsedSource = 311,
|
|
4302
|
+
/** @deprecated */ InputFiles = 312,
|
|
4303
|
+
JSDocTypeExpression = 313,
|
|
4304
|
+
JSDocNameReference = 314,
|
|
4305
|
+
JSDocMemberName = 315,
|
|
4306
|
+
JSDocAllType = 316,
|
|
4307
|
+
JSDocUnknownType = 317,
|
|
4308
|
+
JSDocNullableType = 318,
|
|
4309
|
+
JSDocNonNullableType = 319,
|
|
4310
|
+
JSDocOptionalType = 320,
|
|
4311
|
+
JSDocFunctionType = 321,
|
|
4312
|
+
JSDocVariadicType = 322,
|
|
4313
|
+
JSDocNamepathType = 323,
|
|
4314
|
+
JSDoc = 324,
|
|
4315
4315
|
/** @deprecated Use SyntaxKind.JSDoc */
|
|
4316
|
-
JSDocComment =
|
|
4317
|
-
JSDocText =
|
|
4318
|
-
JSDocTypeLiteral =
|
|
4319
|
-
JSDocSignature =
|
|
4320
|
-
JSDocLink =
|
|
4321
|
-
JSDocLinkCode =
|
|
4322
|
-
JSDocLinkPlain =
|
|
4323
|
-
JSDocTag =
|
|
4324
|
-
JSDocAugmentsTag =
|
|
4325
|
-
JSDocImplementsTag =
|
|
4326
|
-
JSDocAuthorTag =
|
|
4327
|
-
JSDocDeprecatedTag =
|
|
4328
|
-
JSDocClassTag =
|
|
4329
|
-
JSDocPublicTag =
|
|
4330
|
-
JSDocPrivateTag =
|
|
4331
|
-
JSDocProtectedTag =
|
|
4332
|
-
JSDocReadonlyTag =
|
|
4333
|
-
JSDocOverrideTag =
|
|
4334
|
-
JSDocCallbackTag =
|
|
4335
|
-
JSDocOverloadTag =
|
|
4336
|
-
JSDocEnumTag =
|
|
4337
|
-
JSDocParameterTag =
|
|
4338
|
-
JSDocReturnTag =
|
|
4339
|
-
JSDocThisTag =
|
|
4340
|
-
JSDocTypeTag =
|
|
4341
|
-
JSDocTemplateTag =
|
|
4342
|
-
JSDocTypedefTag =
|
|
4343
|
-
JSDocSeeTag =
|
|
4344
|
-
JSDocPropertyTag =
|
|
4345
|
-
JSDocThrowsTag =
|
|
4346
|
-
JSDocSatisfiesTag =
|
|
4347
|
-
SyntaxList =
|
|
4348
|
-
NotEmittedStatement =
|
|
4349
|
-
PartiallyEmittedExpression =
|
|
4350
|
-
CommaListExpression =
|
|
4351
|
-
MergeDeclarationMarker =
|
|
4352
|
-
EndOfDeclarationMarker =
|
|
4353
|
-
SyntheticReferenceExpression =
|
|
4354
|
-
Count =
|
|
4316
|
+
JSDocComment = 324,
|
|
4317
|
+
JSDocText = 325,
|
|
4318
|
+
JSDocTypeLiteral = 326,
|
|
4319
|
+
JSDocSignature = 327,
|
|
4320
|
+
JSDocLink = 328,
|
|
4321
|
+
JSDocLinkCode = 329,
|
|
4322
|
+
JSDocLinkPlain = 330,
|
|
4323
|
+
JSDocTag = 331,
|
|
4324
|
+
JSDocAugmentsTag = 332,
|
|
4325
|
+
JSDocImplementsTag = 333,
|
|
4326
|
+
JSDocAuthorTag = 334,
|
|
4327
|
+
JSDocDeprecatedTag = 335,
|
|
4328
|
+
JSDocClassTag = 336,
|
|
4329
|
+
JSDocPublicTag = 337,
|
|
4330
|
+
JSDocPrivateTag = 338,
|
|
4331
|
+
JSDocProtectedTag = 339,
|
|
4332
|
+
JSDocReadonlyTag = 340,
|
|
4333
|
+
JSDocOverrideTag = 341,
|
|
4334
|
+
JSDocCallbackTag = 342,
|
|
4335
|
+
JSDocOverloadTag = 343,
|
|
4336
|
+
JSDocEnumTag = 344,
|
|
4337
|
+
JSDocParameterTag = 345,
|
|
4338
|
+
JSDocReturnTag = 346,
|
|
4339
|
+
JSDocThisTag = 347,
|
|
4340
|
+
JSDocTypeTag = 348,
|
|
4341
|
+
JSDocTemplateTag = 349,
|
|
4342
|
+
JSDocTypedefTag = 350,
|
|
4343
|
+
JSDocSeeTag = 351,
|
|
4344
|
+
JSDocPropertyTag = 352,
|
|
4345
|
+
JSDocThrowsTag = 353,
|
|
4346
|
+
JSDocSatisfiesTag = 354,
|
|
4347
|
+
SyntaxList = 355,
|
|
4348
|
+
NotEmittedStatement = 356,
|
|
4349
|
+
PartiallyEmittedExpression = 357,
|
|
4350
|
+
CommaListExpression = 358,
|
|
4351
|
+
MergeDeclarationMarker = 359,
|
|
4352
|
+
EndOfDeclarationMarker = 360,
|
|
4353
|
+
SyntheticReferenceExpression = 361,
|
|
4354
|
+
Count = 362,
|
|
4355
4355
|
FirstAssignment = 63,
|
|
4356
4356
|
LastAssignment = 78,
|
|
4357
4357
|
FirstCompoundAssignment = 64,
|
|
4358
4358
|
LastCompoundAssignment = 78,
|
|
4359
|
-
FirstReservedWord =
|
|
4360
|
-
LastReservedWord =
|
|
4361
|
-
FirstKeyword =
|
|
4362
|
-
LastKeyword =
|
|
4363
|
-
FirstFutureReservedWord =
|
|
4364
|
-
LastFutureReservedWord =
|
|
4365
|
-
FirstTypeNode =
|
|
4366
|
-
LastTypeNode =
|
|
4359
|
+
FirstReservedWord = 82,
|
|
4360
|
+
LastReservedWord = 117,
|
|
4361
|
+
FirstKeyword = 82,
|
|
4362
|
+
LastKeyword = 163,
|
|
4363
|
+
FirstFutureReservedWord = 118,
|
|
4364
|
+
LastFutureReservedWord = 126,
|
|
4365
|
+
FirstTypeNode = 180,
|
|
4366
|
+
LastTypeNode = 203,
|
|
4367
4367
|
FirstPunctuation = 18,
|
|
4368
4368
|
LastPunctuation = 78,
|
|
4369
4369
|
FirstToken = 0,
|
|
4370
|
-
LastToken =
|
|
4370
|
+
LastToken = 163,
|
|
4371
4371
|
FirstTriviaToken = 2,
|
|
4372
4372
|
LastTriviaToken = 7,
|
|
4373
4373
|
FirstLiteralToken = 8,
|
|
@@ -4376,13 +4376,13 @@ declare namespace ts {
|
|
|
4376
4376
|
LastTemplateToken = 17,
|
|
4377
4377
|
FirstBinaryOperator = 29,
|
|
4378
4378
|
LastBinaryOperator = 78,
|
|
4379
|
-
FirstStatement =
|
|
4380
|
-
LastStatement =
|
|
4381
|
-
FirstNode =
|
|
4382
|
-
FirstJSDocNode =
|
|
4383
|
-
LastJSDocNode =
|
|
4384
|
-
FirstJSDocTagNode =
|
|
4385
|
-
LastJSDocTagNode =
|
|
4379
|
+
FirstStatement = 241,
|
|
4380
|
+
LastStatement = 257,
|
|
4381
|
+
FirstNode = 164,
|
|
4382
|
+
FirstJSDocNode = 313,
|
|
4383
|
+
LastJSDocNode = 354,
|
|
4384
|
+
FirstJSDocTagNode = 331,
|
|
4385
|
+
LastJSDocTagNode = 354
|
|
4386
4386
|
}
|
|
4387
4387
|
type TriviaSyntaxKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia | SyntaxKind.NewLineTrivia | SyntaxKind.WhitespaceTrivia | SyntaxKind.ShebangTrivia | SyntaxKind.ConflictMarkerTrivia;
|
|
4388
4388
|
type LiteralSyntaxKind = SyntaxKind.NumericLiteral | SyntaxKind.BigIntLiteral | SyntaxKind.StringLiteral | SyntaxKind.JsxText | SyntaxKind.JsxTextAllWhiteSpaces | SyntaxKind.RegularExpressionLiteral | SyntaxKind.NoSubstitutionTemplateLiteral;
|