typescript 5.2.0-dev.20230621 → 5.2.0-dev.20230623

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.
@@ -4257,211 +4257,212 @@ declare namespace ts {
4257
4257
  UndefinedKeyword = 157,
4258
4258
  UniqueKeyword = 158,
4259
4259
  UnknownKeyword = 159,
4260
- FromKeyword = 160,
4261
- GlobalKeyword = 161,
4262
- BigIntKeyword = 162,
4263
- OverrideKeyword = 163,
4264
- OfKeyword = 164,
4265
- QualifiedName = 165,
4266
- ComputedPropertyName = 166,
4267
- TypeParameter = 167,
4268
- Parameter = 168,
4269
- Decorator = 169,
4270
- PropertySignature = 170,
4271
- PropertyDeclaration = 171,
4272
- MethodSignature = 172,
4273
- MethodDeclaration = 173,
4274
- ClassStaticBlockDeclaration = 174,
4275
- Constructor = 175,
4276
- GetAccessor = 176,
4277
- SetAccessor = 177,
4278
- CallSignature = 178,
4279
- ConstructSignature = 179,
4280
- IndexSignature = 180,
4281
- TypePredicate = 181,
4282
- TypeReference = 182,
4283
- FunctionType = 183,
4284
- ConstructorType = 184,
4285
- TypeQuery = 185,
4286
- TypeLiteral = 186,
4287
- ArrayType = 187,
4288
- TupleType = 188,
4289
- OptionalType = 189,
4290
- RestType = 190,
4291
- UnionType = 191,
4292
- IntersectionType = 192,
4293
- ConditionalType = 193,
4294
- InferType = 194,
4295
- ParenthesizedType = 195,
4296
- ThisType = 196,
4297
- TypeOperator = 197,
4298
- IndexedAccessType = 198,
4299
- MappedType = 199,
4300
- LiteralType = 200,
4301
- NamedTupleMember = 201,
4302
- TemplateLiteralType = 202,
4303
- TemplateLiteralTypeSpan = 203,
4304
- ImportType = 204,
4305
- ObjectBindingPattern = 205,
4306
- ArrayBindingPattern = 206,
4307
- BindingElement = 207,
4308
- ArrayLiteralExpression = 208,
4309
- ObjectLiteralExpression = 209,
4310
- PropertyAccessExpression = 210,
4311
- ElementAccessExpression = 211,
4312
- CallExpression = 212,
4313
- NewExpression = 213,
4314
- TaggedTemplateExpression = 214,
4315
- TypeAssertionExpression = 215,
4316
- ParenthesizedExpression = 216,
4317
- FunctionExpression = 217,
4318
- ArrowFunction = 218,
4319
- DeleteExpression = 219,
4320
- TypeOfExpression = 220,
4321
- VoidExpression = 221,
4322
- AwaitExpression = 222,
4323
- PrefixUnaryExpression = 223,
4324
- PostfixUnaryExpression = 224,
4325
- BinaryExpression = 225,
4326
- ConditionalExpression = 226,
4327
- TemplateExpression = 227,
4328
- YieldExpression = 228,
4329
- SpreadElement = 229,
4330
- ClassExpression = 230,
4331
- OmittedExpression = 231,
4332
- ExpressionWithTypeArguments = 232,
4333
- AsExpression = 233,
4334
- NonNullExpression = 234,
4335
- MetaProperty = 235,
4336
- SyntheticExpression = 236,
4337
- SatisfiesExpression = 237,
4338
- TemplateSpan = 238,
4339
- SemicolonClassElement = 239,
4340
- Block = 240,
4341
- EmptyStatement = 241,
4342
- VariableStatement = 242,
4343
- ExpressionStatement = 243,
4344
- IfStatement = 244,
4345
- DoStatement = 245,
4346
- WhileStatement = 246,
4347
- ForStatement = 247,
4348
- ForInStatement = 248,
4349
- ForOfStatement = 249,
4350
- ContinueStatement = 250,
4351
- BreakStatement = 251,
4352
- ReturnStatement = 252,
4353
- WithStatement = 253,
4354
- SwitchStatement = 254,
4355
- LabeledStatement = 255,
4356
- ThrowStatement = 256,
4357
- TryStatement = 257,
4358
- DebuggerStatement = 258,
4359
- VariableDeclaration = 259,
4360
- VariableDeclarationList = 260,
4361
- FunctionDeclaration = 261,
4362
- ClassDeclaration = 262,
4363
- InterfaceDeclaration = 263,
4364
- TypeAliasDeclaration = 264,
4365
- EnumDeclaration = 265,
4366
- ModuleDeclaration = 266,
4367
- ModuleBlock = 267,
4368
- CaseBlock = 268,
4369
- NamespaceExportDeclaration = 269,
4370
- ImportEqualsDeclaration = 270,
4371
- ImportDeclaration = 271,
4372
- ImportClause = 272,
4373
- NamespaceImport = 273,
4374
- NamedImports = 274,
4375
- ImportSpecifier = 275,
4376
- ExportAssignment = 276,
4377
- ExportDeclaration = 277,
4378
- NamedExports = 278,
4379
- NamespaceExport = 279,
4380
- ExportSpecifier = 280,
4381
- MissingDeclaration = 281,
4382
- ExternalModuleReference = 282,
4383
- JsxElement = 283,
4384
- JsxSelfClosingElement = 284,
4385
- JsxOpeningElement = 285,
4386
- JsxClosingElement = 286,
4387
- JsxFragment = 287,
4388
- JsxOpeningFragment = 288,
4389
- JsxClosingFragment = 289,
4390
- JsxAttribute = 290,
4391
- JsxAttributes = 291,
4392
- JsxSpreadAttribute = 292,
4393
- JsxExpression = 293,
4394
- JsxNamespacedName = 294,
4395
- CaseClause = 295,
4396
- DefaultClause = 296,
4397
- HeritageClause = 297,
4398
- CatchClause = 298,
4399
- AssertClause = 299,
4400
- AssertEntry = 300,
4401
- ImportTypeAssertionContainer = 301,
4402
- PropertyAssignment = 302,
4403
- ShorthandPropertyAssignment = 303,
4404
- SpreadAssignment = 304,
4405
- EnumMember = 305,
4406
- /** @deprecated */ UnparsedPrologue = 306,
4407
- /** @deprecated */ UnparsedPrepend = 307,
4408
- /** @deprecated */ UnparsedText = 308,
4409
- /** @deprecated */ UnparsedInternalText = 309,
4410
- /** @deprecated */ UnparsedSyntheticReference = 310,
4411
- SourceFile = 311,
4412
- Bundle = 312,
4413
- /** @deprecated */ UnparsedSource = 313,
4414
- /** @deprecated */ InputFiles = 314,
4415
- JSDocTypeExpression = 315,
4416
- JSDocNameReference = 316,
4417
- JSDocMemberName = 317,
4418
- JSDocAllType = 318,
4419
- JSDocUnknownType = 319,
4420
- JSDocNullableType = 320,
4421
- JSDocNonNullableType = 321,
4422
- JSDocOptionalType = 322,
4423
- JSDocFunctionType = 323,
4424
- JSDocVariadicType = 324,
4425
- JSDocNamepathType = 325,
4426
- JSDoc = 326,
4260
+ UsingKeyword = 160,
4261
+ FromKeyword = 161,
4262
+ GlobalKeyword = 162,
4263
+ BigIntKeyword = 163,
4264
+ OverrideKeyword = 164,
4265
+ OfKeyword = 165,
4266
+ QualifiedName = 166,
4267
+ ComputedPropertyName = 167,
4268
+ TypeParameter = 168,
4269
+ Parameter = 169,
4270
+ Decorator = 170,
4271
+ PropertySignature = 171,
4272
+ PropertyDeclaration = 172,
4273
+ MethodSignature = 173,
4274
+ MethodDeclaration = 174,
4275
+ ClassStaticBlockDeclaration = 175,
4276
+ Constructor = 176,
4277
+ GetAccessor = 177,
4278
+ SetAccessor = 178,
4279
+ CallSignature = 179,
4280
+ ConstructSignature = 180,
4281
+ IndexSignature = 181,
4282
+ TypePredicate = 182,
4283
+ TypeReference = 183,
4284
+ FunctionType = 184,
4285
+ ConstructorType = 185,
4286
+ TypeQuery = 186,
4287
+ TypeLiteral = 187,
4288
+ ArrayType = 188,
4289
+ TupleType = 189,
4290
+ OptionalType = 190,
4291
+ RestType = 191,
4292
+ UnionType = 192,
4293
+ IntersectionType = 193,
4294
+ ConditionalType = 194,
4295
+ InferType = 195,
4296
+ ParenthesizedType = 196,
4297
+ ThisType = 197,
4298
+ TypeOperator = 198,
4299
+ IndexedAccessType = 199,
4300
+ MappedType = 200,
4301
+ LiteralType = 201,
4302
+ NamedTupleMember = 202,
4303
+ TemplateLiteralType = 203,
4304
+ TemplateLiteralTypeSpan = 204,
4305
+ ImportType = 205,
4306
+ ObjectBindingPattern = 206,
4307
+ ArrayBindingPattern = 207,
4308
+ BindingElement = 208,
4309
+ ArrayLiteralExpression = 209,
4310
+ ObjectLiteralExpression = 210,
4311
+ PropertyAccessExpression = 211,
4312
+ ElementAccessExpression = 212,
4313
+ CallExpression = 213,
4314
+ NewExpression = 214,
4315
+ TaggedTemplateExpression = 215,
4316
+ TypeAssertionExpression = 216,
4317
+ ParenthesizedExpression = 217,
4318
+ FunctionExpression = 218,
4319
+ ArrowFunction = 219,
4320
+ DeleteExpression = 220,
4321
+ TypeOfExpression = 221,
4322
+ VoidExpression = 222,
4323
+ AwaitExpression = 223,
4324
+ PrefixUnaryExpression = 224,
4325
+ PostfixUnaryExpression = 225,
4326
+ BinaryExpression = 226,
4327
+ ConditionalExpression = 227,
4328
+ TemplateExpression = 228,
4329
+ YieldExpression = 229,
4330
+ SpreadElement = 230,
4331
+ ClassExpression = 231,
4332
+ OmittedExpression = 232,
4333
+ ExpressionWithTypeArguments = 233,
4334
+ AsExpression = 234,
4335
+ NonNullExpression = 235,
4336
+ MetaProperty = 236,
4337
+ SyntheticExpression = 237,
4338
+ SatisfiesExpression = 238,
4339
+ TemplateSpan = 239,
4340
+ SemicolonClassElement = 240,
4341
+ Block = 241,
4342
+ EmptyStatement = 242,
4343
+ VariableStatement = 243,
4344
+ ExpressionStatement = 244,
4345
+ IfStatement = 245,
4346
+ DoStatement = 246,
4347
+ WhileStatement = 247,
4348
+ ForStatement = 248,
4349
+ ForInStatement = 249,
4350
+ ForOfStatement = 250,
4351
+ ContinueStatement = 251,
4352
+ BreakStatement = 252,
4353
+ ReturnStatement = 253,
4354
+ WithStatement = 254,
4355
+ SwitchStatement = 255,
4356
+ LabeledStatement = 256,
4357
+ ThrowStatement = 257,
4358
+ TryStatement = 258,
4359
+ DebuggerStatement = 259,
4360
+ VariableDeclaration = 260,
4361
+ VariableDeclarationList = 261,
4362
+ FunctionDeclaration = 262,
4363
+ ClassDeclaration = 263,
4364
+ InterfaceDeclaration = 264,
4365
+ TypeAliasDeclaration = 265,
4366
+ EnumDeclaration = 266,
4367
+ ModuleDeclaration = 267,
4368
+ ModuleBlock = 268,
4369
+ CaseBlock = 269,
4370
+ NamespaceExportDeclaration = 270,
4371
+ ImportEqualsDeclaration = 271,
4372
+ ImportDeclaration = 272,
4373
+ ImportClause = 273,
4374
+ NamespaceImport = 274,
4375
+ NamedImports = 275,
4376
+ ImportSpecifier = 276,
4377
+ ExportAssignment = 277,
4378
+ ExportDeclaration = 278,
4379
+ NamedExports = 279,
4380
+ NamespaceExport = 280,
4381
+ ExportSpecifier = 281,
4382
+ MissingDeclaration = 282,
4383
+ ExternalModuleReference = 283,
4384
+ JsxElement = 284,
4385
+ JsxSelfClosingElement = 285,
4386
+ JsxOpeningElement = 286,
4387
+ JsxClosingElement = 287,
4388
+ JsxFragment = 288,
4389
+ JsxOpeningFragment = 289,
4390
+ JsxClosingFragment = 290,
4391
+ JsxAttribute = 291,
4392
+ JsxAttributes = 292,
4393
+ JsxSpreadAttribute = 293,
4394
+ JsxExpression = 294,
4395
+ JsxNamespacedName = 295,
4396
+ CaseClause = 296,
4397
+ DefaultClause = 297,
4398
+ HeritageClause = 298,
4399
+ CatchClause = 299,
4400
+ AssertClause = 300,
4401
+ AssertEntry = 301,
4402
+ ImportTypeAssertionContainer = 302,
4403
+ PropertyAssignment = 303,
4404
+ ShorthandPropertyAssignment = 304,
4405
+ SpreadAssignment = 305,
4406
+ EnumMember = 306,
4407
+ /** @deprecated */ UnparsedPrologue = 307,
4408
+ /** @deprecated */ UnparsedPrepend = 308,
4409
+ /** @deprecated */ UnparsedText = 309,
4410
+ /** @deprecated */ UnparsedInternalText = 310,
4411
+ /** @deprecated */ UnparsedSyntheticReference = 311,
4412
+ SourceFile = 312,
4413
+ Bundle = 313,
4414
+ /** @deprecated */ UnparsedSource = 314,
4415
+ /** @deprecated */ InputFiles = 315,
4416
+ JSDocTypeExpression = 316,
4417
+ JSDocNameReference = 317,
4418
+ JSDocMemberName = 318,
4419
+ JSDocAllType = 319,
4420
+ JSDocUnknownType = 320,
4421
+ JSDocNullableType = 321,
4422
+ JSDocNonNullableType = 322,
4423
+ JSDocOptionalType = 323,
4424
+ JSDocFunctionType = 324,
4425
+ JSDocVariadicType = 325,
4426
+ JSDocNamepathType = 326,
4427
+ JSDoc = 327,
4427
4428
  /** @deprecated Use SyntaxKind.JSDoc */
4428
- JSDocComment = 326,
4429
- JSDocText = 327,
4430
- JSDocTypeLiteral = 328,
4431
- JSDocSignature = 329,
4432
- JSDocLink = 330,
4433
- JSDocLinkCode = 331,
4434
- JSDocLinkPlain = 332,
4435
- JSDocTag = 333,
4436
- JSDocAugmentsTag = 334,
4437
- JSDocImplementsTag = 335,
4438
- JSDocAuthorTag = 336,
4439
- JSDocDeprecatedTag = 337,
4440
- JSDocClassTag = 338,
4441
- JSDocPublicTag = 339,
4442
- JSDocPrivateTag = 340,
4443
- JSDocProtectedTag = 341,
4444
- JSDocReadonlyTag = 342,
4445
- JSDocOverrideTag = 343,
4446
- JSDocCallbackTag = 344,
4447
- JSDocOverloadTag = 345,
4448
- JSDocEnumTag = 346,
4449
- JSDocParameterTag = 347,
4450
- JSDocReturnTag = 348,
4451
- JSDocThisTag = 349,
4452
- JSDocTypeTag = 350,
4453
- JSDocTemplateTag = 351,
4454
- JSDocTypedefTag = 352,
4455
- JSDocSeeTag = 353,
4456
- JSDocPropertyTag = 354,
4457
- JSDocThrowsTag = 355,
4458
- JSDocSatisfiesTag = 356,
4459
- SyntaxList = 357,
4460
- NotEmittedStatement = 358,
4461
- PartiallyEmittedExpression = 359,
4462
- CommaListExpression = 360,
4463
- SyntheticReferenceExpression = 361,
4464
- Count = 362,
4429
+ JSDocComment = 327,
4430
+ JSDocText = 328,
4431
+ JSDocTypeLiteral = 329,
4432
+ JSDocSignature = 330,
4433
+ JSDocLink = 331,
4434
+ JSDocLinkCode = 332,
4435
+ JSDocLinkPlain = 333,
4436
+ JSDocTag = 334,
4437
+ JSDocAugmentsTag = 335,
4438
+ JSDocImplementsTag = 336,
4439
+ JSDocAuthorTag = 337,
4440
+ JSDocDeprecatedTag = 338,
4441
+ JSDocClassTag = 339,
4442
+ JSDocPublicTag = 340,
4443
+ JSDocPrivateTag = 341,
4444
+ JSDocProtectedTag = 342,
4445
+ JSDocReadonlyTag = 343,
4446
+ JSDocOverrideTag = 344,
4447
+ JSDocCallbackTag = 345,
4448
+ JSDocOverloadTag = 346,
4449
+ JSDocEnumTag = 347,
4450
+ JSDocParameterTag = 348,
4451
+ JSDocReturnTag = 349,
4452
+ JSDocThisTag = 350,
4453
+ JSDocTypeTag = 351,
4454
+ JSDocTemplateTag = 352,
4455
+ JSDocTypedefTag = 353,
4456
+ JSDocSeeTag = 354,
4457
+ JSDocPropertyTag = 355,
4458
+ JSDocThrowsTag = 356,
4459
+ JSDocSatisfiesTag = 357,
4460
+ SyntaxList = 358,
4461
+ NotEmittedStatement = 359,
4462
+ PartiallyEmittedExpression = 360,
4463
+ CommaListExpression = 361,
4464
+ SyntheticReferenceExpression = 362,
4465
+ Count = 363,
4465
4466
  FirstAssignment = 64,
4466
4467
  LastAssignment = 79,
4467
4468
  FirstCompoundAssignment = 65,
@@ -4469,15 +4470,15 @@ declare namespace ts {
4469
4470
  FirstReservedWord = 83,
4470
4471
  LastReservedWord = 118,
4471
4472
  FirstKeyword = 83,
4472
- LastKeyword = 164,
4473
+ LastKeyword = 165,
4473
4474
  FirstFutureReservedWord = 119,
4474
4475
  LastFutureReservedWord = 127,
4475
- FirstTypeNode = 181,
4476
- LastTypeNode = 204,
4476
+ FirstTypeNode = 182,
4477
+ LastTypeNode = 205,
4477
4478
  FirstPunctuation = 19,
4478
4479
  LastPunctuation = 79,
4479
4480
  FirstToken = 0,
4480
- LastToken = 164,
4481
+ LastToken = 165,
4481
4482
  FirstTriviaToken = 2,
4482
4483
  LastTriviaToken = 7,
4483
4484
  FirstLiteralToken = 9,
@@ -4486,19 +4487,19 @@ declare namespace ts {
4486
4487
  LastTemplateToken = 18,
4487
4488
  FirstBinaryOperator = 30,
4488
4489
  LastBinaryOperator = 79,
4489
- FirstStatement = 242,
4490
- LastStatement = 258,
4491
- FirstNode = 165,
4492
- FirstJSDocNode = 315,
4493
- LastJSDocNode = 356,
4494
- FirstJSDocTagNode = 333,
4495
- LastJSDocTagNode = 356
4490
+ FirstStatement = 243,
4491
+ LastStatement = 259,
4492
+ FirstNode = 166,
4493
+ FirstJSDocNode = 316,
4494
+ LastJSDocNode = 357,
4495
+ FirstJSDocTagNode = 334,
4496
+ LastJSDocTagNode = 357
4496
4497
  }
4497
4498
  type TriviaSyntaxKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia | SyntaxKind.NewLineTrivia | SyntaxKind.WhitespaceTrivia | SyntaxKind.ShebangTrivia | SyntaxKind.ConflictMarkerTrivia;
4498
4499
  type LiteralSyntaxKind = SyntaxKind.NumericLiteral | SyntaxKind.BigIntLiteral | SyntaxKind.StringLiteral | SyntaxKind.JsxText | SyntaxKind.JsxTextAllWhiteSpaces | SyntaxKind.RegularExpressionLiteral | SyntaxKind.NoSubstitutionTemplateLiteral;
4499
4500
  type PseudoLiteralSyntaxKind = SyntaxKind.TemplateHead | SyntaxKind.TemplateMiddle | SyntaxKind.TemplateTail;
4500
4501
  type PunctuationSyntaxKind = SyntaxKind.OpenBraceToken | SyntaxKind.CloseBraceToken | SyntaxKind.OpenParenToken | SyntaxKind.CloseParenToken | SyntaxKind.OpenBracketToken | SyntaxKind.CloseBracketToken | SyntaxKind.DotToken | SyntaxKind.DotDotDotToken | SyntaxKind.SemicolonToken | SyntaxKind.CommaToken | SyntaxKind.QuestionDotToken | SyntaxKind.LessThanToken | SyntaxKind.LessThanSlashToken | SyntaxKind.GreaterThanToken | SyntaxKind.LessThanEqualsToken | SyntaxKind.GreaterThanEqualsToken | SyntaxKind.EqualsEqualsToken | SyntaxKind.ExclamationEqualsToken | SyntaxKind.EqualsEqualsEqualsToken | SyntaxKind.ExclamationEqualsEqualsToken | SyntaxKind.EqualsGreaterThanToken | SyntaxKind.PlusToken | SyntaxKind.MinusToken | SyntaxKind.AsteriskToken | SyntaxKind.AsteriskAsteriskToken | SyntaxKind.SlashToken | SyntaxKind.PercentToken | SyntaxKind.PlusPlusToken | SyntaxKind.MinusMinusToken | SyntaxKind.LessThanLessThanToken | SyntaxKind.GreaterThanGreaterThanToken | SyntaxKind.GreaterThanGreaterThanGreaterThanToken | SyntaxKind.AmpersandToken | SyntaxKind.BarToken | SyntaxKind.CaretToken | SyntaxKind.ExclamationToken | SyntaxKind.TildeToken | SyntaxKind.AmpersandAmpersandToken | SyntaxKind.AmpersandAmpersandEqualsToken | SyntaxKind.BarBarToken | SyntaxKind.BarBarEqualsToken | SyntaxKind.QuestionQuestionToken | SyntaxKind.QuestionQuestionEqualsToken | SyntaxKind.QuestionToken | SyntaxKind.ColonToken | SyntaxKind.AtToken | SyntaxKind.BacktickToken | SyntaxKind.HashToken | SyntaxKind.EqualsToken | SyntaxKind.PlusEqualsToken | SyntaxKind.MinusEqualsToken | SyntaxKind.AsteriskEqualsToken | SyntaxKind.AsteriskAsteriskEqualsToken | SyntaxKind.SlashEqualsToken | SyntaxKind.PercentEqualsToken | SyntaxKind.LessThanLessThanEqualsToken | SyntaxKind.GreaterThanGreaterThanEqualsToken | SyntaxKind.GreaterThanGreaterThanGreaterThanEqualsToken | SyntaxKind.AmpersandEqualsToken | SyntaxKind.BarEqualsToken | SyntaxKind.CaretEqualsToken;
4501
- type KeywordSyntaxKind = SyntaxKind.AbstractKeyword | SyntaxKind.AccessorKeyword | SyntaxKind.AnyKeyword | SyntaxKind.AsKeyword | SyntaxKind.AssertsKeyword | SyntaxKind.AssertKeyword | SyntaxKind.AsyncKeyword | SyntaxKind.AwaitKeyword | SyntaxKind.BigIntKeyword | SyntaxKind.BooleanKeyword | SyntaxKind.BreakKeyword | SyntaxKind.CaseKeyword | SyntaxKind.CatchKeyword | SyntaxKind.ClassKeyword | SyntaxKind.ConstKeyword | SyntaxKind.ConstructorKeyword | SyntaxKind.ContinueKeyword | SyntaxKind.DebuggerKeyword | SyntaxKind.DeclareKeyword | SyntaxKind.DefaultKeyword | SyntaxKind.DeleteKeyword | SyntaxKind.DoKeyword | SyntaxKind.ElseKeyword | SyntaxKind.EnumKeyword | SyntaxKind.ExportKeyword | SyntaxKind.ExtendsKeyword | SyntaxKind.FalseKeyword | SyntaxKind.FinallyKeyword | SyntaxKind.ForKeyword | SyntaxKind.FromKeyword | SyntaxKind.FunctionKeyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.ImplementsKeyword | SyntaxKind.ImportKeyword | SyntaxKind.InferKeyword | SyntaxKind.InKeyword | SyntaxKind.InstanceOfKeyword | SyntaxKind.InterfaceKeyword | SyntaxKind.IntrinsicKeyword | SyntaxKind.IsKeyword | SyntaxKind.KeyOfKeyword | SyntaxKind.LetKeyword | SyntaxKind.ModuleKeyword | SyntaxKind.NamespaceKeyword | SyntaxKind.NeverKeyword | SyntaxKind.NewKeyword | SyntaxKind.NullKeyword | SyntaxKind.NumberKeyword | SyntaxKind.ObjectKeyword | SyntaxKind.OfKeyword | SyntaxKind.PackageKeyword | SyntaxKind.PrivateKeyword | SyntaxKind.ProtectedKeyword | SyntaxKind.PublicKeyword | SyntaxKind.ReadonlyKeyword | SyntaxKind.OutKeyword | SyntaxKind.OverrideKeyword | SyntaxKind.RequireKeyword | SyntaxKind.ReturnKeyword | SyntaxKind.SatisfiesKeyword | SyntaxKind.SetKeyword | SyntaxKind.StaticKeyword | SyntaxKind.StringKeyword | SyntaxKind.SuperKeyword | SyntaxKind.SwitchKeyword | SyntaxKind.SymbolKeyword | SyntaxKind.ThisKeyword | SyntaxKind.ThrowKeyword | SyntaxKind.TrueKeyword | SyntaxKind.TryKeyword | SyntaxKind.TypeKeyword | SyntaxKind.TypeOfKeyword | SyntaxKind.UndefinedKeyword | SyntaxKind.UniqueKeyword | SyntaxKind.UnknownKeyword | SyntaxKind.VarKeyword | SyntaxKind.VoidKeyword | SyntaxKind.WhileKeyword | SyntaxKind.WithKeyword | SyntaxKind.YieldKeyword;
4502
+ type KeywordSyntaxKind = SyntaxKind.AbstractKeyword | SyntaxKind.AccessorKeyword | SyntaxKind.AnyKeyword | SyntaxKind.AsKeyword | SyntaxKind.AssertsKeyword | SyntaxKind.AssertKeyword | SyntaxKind.AsyncKeyword | SyntaxKind.AwaitKeyword | SyntaxKind.BigIntKeyword | SyntaxKind.BooleanKeyword | SyntaxKind.BreakKeyword | SyntaxKind.CaseKeyword | SyntaxKind.CatchKeyword | SyntaxKind.ClassKeyword | SyntaxKind.ConstKeyword | SyntaxKind.ConstructorKeyword | SyntaxKind.ContinueKeyword | SyntaxKind.DebuggerKeyword | SyntaxKind.DeclareKeyword | SyntaxKind.DefaultKeyword | SyntaxKind.DeleteKeyword | SyntaxKind.DoKeyword | SyntaxKind.ElseKeyword | SyntaxKind.EnumKeyword | SyntaxKind.ExportKeyword | SyntaxKind.ExtendsKeyword | SyntaxKind.FalseKeyword | SyntaxKind.FinallyKeyword | SyntaxKind.ForKeyword | SyntaxKind.FromKeyword | SyntaxKind.FunctionKeyword | SyntaxKind.GetKeyword | SyntaxKind.GlobalKeyword | SyntaxKind.IfKeyword | SyntaxKind.ImplementsKeyword | SyntaxKind.ImportKeyword | SyntaxKind.InferKeyword | SyntaxKind.InKeyword | SyntaxKind.InstanceOfKeyword | SyntaxKind.InterfaceKeyword | SyntaxKind.IntrinsicKeyword | SyntaxKind.IsKeyword | SyntaxKind.KeyOfKeyword | SyntaxKind.LetKeyword | SyntaxKind.ModuleKeyword | SyntaxKind.NamespaceKeyword | SyntaxKind.NeverKeyword | SyntaxKind.NewKeyword | SyntaxKind.NullKeyword | SyntaxKind.NumberKeyword | SyntaxKind.ObjectKeyword | SyntaxKind.OfKeyword | SyntaxKind.PackageKeyword | SyntaxKind.PrivateKeyword | SyntaxKind.ProtectedKeyword | SyntaxKind.PublicKeyword | SyntaxKind.ReadonlyKeyword | SyntaxKind.OutKeyword | SyntaxKind.OverrideKeyword | SyntaxKind.RequireKeyword | SyntaxKind.ReturnKeyword | SyntaxKind.SatisfiesKeyword | SyntaxKind.SetKeyword | SyntaxKind.StaticKeyword | SyntaxKind.StringKeyword | SyntaxKind.SuperKeyword | SyntaxKind.SwitchKeyword | SyntaxKind.SymbolKeyword | SyntaxKind.ThisKeyword | SyntaxKind.ThrowKeyword | SyntaxKind.TrueKeyword | SyntaxKind.TryKeyword | SyntaxKind.TypeKeyword | SyntaxKind.TypeOfKeyword | SyntaxKind.UndefinedKeyword | SyntaxKind.UniqueKeyword | SyntaxKind.UnknownKeyword | SyntaxKind.UsingKeyword | SyntaxKind.VarKeyword | SyntaxKind.VoidKeyword | SyntaxKind.WhileKeyword | SyntaxKind.WithKeyword | SyntaxKind.YieldKeyword;
4502
4503
  type ModifierSyntaxKind = SyntaxKind.AbstractKeyword | SyntaxKind.AccessorKeyword | SyntaxKind.AsyncKeyword | SyntaxKind.ConstKeyword | SyntaxKind.DeclareKeyword | SyntaxKind.DefaultKeyword | SyntaxKind.ExportKeyword | SyntaxKind.InKeyword | SyntaxKind.PrivateKeyword | SyntaxKind.ProtectedKeyword | SyntaxKind.PublicKeyword | SyntaxKind.ReadonlyKeyword | SyntaxKind.OutKeyword | SyntaxKind.OverrideKeyword | SyntaxKind.StaticKeyword;
4503
4504
  type KeywordTypeSyntaxKind = SyntaxKind.AnyKeyword | SyntaxKind.BigIntKeyword | SyntaxKind.BooleanKeyword | SyntaxKind.IntrinsicKeyword | SyntaxKind.NeverKeyword | SyntaxKind.NumberKeyword | SyntaxKind.ObjectKeyword | SyntaxKind.StringKeyword | SyntaxKind.SymbolKeyword | SyntaxKind.UndefinedKeyword | SyntaxKind.UnknownKeyword | SyntaxKind.VoidKeyword;
4504
4505
  type TokenSyntaxKind = SyntaxKind.Unknown | SyntaxKind.EndOfFileToken | TriviaSyntaxKind | LiteralSyntaxKind | PseudoLiteralSyntaxKind | PunctuationSyntaxKind | SyntaxKind.Identifier | KeywordSyntaxKind;
@@ -4508,32 +4509,35 @@ declare namespace ts {
4508
4509
  None = 0,
4509
4510
  Let = 1,
4510
4511
  Const = 2,
4511
- NestedNamespace = 4,
4512
- Synthesized = 8,
4513
- Namespace = 16,
4514
- OptionalChain = 32,
4515
- ExportContext = 64,
4516
- ContainsThis = 128,
4517
- HasImplicitReturn = 256,
4518
- HasExplicitReturn = 512,
4519
- GlobalAugmentation = 1024,
4520
- HasAsyncFunctions = 2048,
4521
- DisallowInContext = 4096,
4522
- YieldContext = 8192,
4523
- DecoratorContext = 16384,
4524
- AwaitContext = 32768,
4525
- DisallowConditionalTypesContext = 65536,
4526
- ThisNodeHasError = 131072,
4527
- JavaScriptFile = 262144,
4528
- ThisNodeOrAnySubNodesHasError = 524288,
4529
- HasAggregatedChildData = 1048576,
4530
- JSDoc = 8388608,
4531
- JsonFile = 67108864,
4532
- BlockScoped = 3,
4533
- ReachabilityCheckFlags = 768,
4534
- ReachabilityAndEmitFlags = 2816,
4535
- ContextFlags = 50720768,
4536
- TypeExcludesFlags = 40960
4512
+ Using = 4,
4513
+ AwaitUsing = 6,
4514
+ NestedNamespace = 8,
4515
+ Synthesized = 16,
4516
+ Namespace = 32,
4517
+ OptionalChain = 64,
4518
+ ExportContext = 128,
4519
+ ContainsThis = 256,
4520
+ HasImplicitReturn = 512,
4521
+ HasExplicitReturn = 1024,
4522
+ GlobalAugmentation = 2048,
4523
+ HasAsyncFunctions = 4096,
4524
+ DisallowInContext = 8192,
4525
+ YieldContext = 16384,
4526
+ DecoratorContext = 32768,
4527
+ AwaitContext = 65536,
4528
+ DisallowConditionalTypesContext = 131072,
4529
+ ThisNodeHasError = 262144,
4530
+ JavaScriptFile = 524288,
4531
+ ThisNodeOrAnySubNodesHasError = 1048576,
4532
+ HasAggregatedChildData = 2097152,
4533
+ JSDoc = 16777216,
4534
+ JsonFile = 134217728,
4535
+ BlockScoped = 7,
4536
+ Constant = 6,
4537
+ ReachabilityCheckFlags = 1536,
4538
+ ReachabilityAndEmitFlags = 5632,
4539
+ ContextFlags = 101441536,
4540
+ TypeExcludesFlags = 81920
4537
4541
  }
4538
4542
  enum ModifierFlags {
4539
4543
  None = 0,
@@ -7588,7 +7592,14 @@ declare namespace ts {
7588
7592
  All = 15,
7589
7593
  ExcludeJSDocTypeAssertion = 16
7590
7594
  }
7591
- type TypeOfTag = "undefined" | "number" | "bigint" | "boolean" | "string" | "symbol" | "object" | "function";
7595
+ type ImmediatelyInvokedFunctionExpression = CallExpression & {
7596
+ readonly expression: FunctionExpression;
7597
+ };
7598
+ type ImmediatelyInvokedArrowFunction = CallExpression & {
7599
+ readonly expression: ParenthesizedExpression & {
7600
+ readonly expression: ArrowFunction;
7601
+ };
7602
+ };
7592
7603
  interface NodeFactory {
7593
7604
  createNodeArray<T extends Node>(elements?: readonly T[], hasTrailingComma?: boolean): NodeArray<T>;
7594
7605
  createNumericLiteral(value: string | number, numericLiteralFlags?: TokenFlags): NumericLiteral;
@@ -8058,8 +8069,8 @@ declare namespace ts {
8058
8069
  createPostfixDecrement(operand: Expression): PostfixUnaryExpression;
8059
8070
  createImmediatelyInvokedFunctionExpression(statements: readonly Statement[]): CallExpression;
8060
8071
  createImmediatelyInvokedFunctionExpression(statements: readonly Statement[], param: ParameterDeclaration, paramValue: Expression): CallExpression;
8061
- createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): CallExpression;
8062
- createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaration, paramValue: Expression): CallExpression;
8072
+ createImmediatelyInvokedArrowFunction(statements: readonly Statement[]): ImmediatelyInvokedArrowFunction;
8073
+ createImmediatelyInvokedArrowFunction(statements: readonly Statement[], param: ParameterDeclaration, paramValue: Expression): ImmediatelyInvokedArrowFunction;
8063
8074
  createVoidZero(): VoidExpression;
8064
8075
  createExportDefault(expression: Expression): ExportAssignment;
8065
8076
  createExternalModuleExport(exportName: Identifier): ExportDeclaration;