@typescript-deploys/pr-build 5.9.0-pr-61746-2 → 5.9.0-pr-61683-9

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.
@@ -2520,6 +2520,7 @@ declare namespace ts {
2520
2520
  ESNext = "esnext",
2521
2521
  Node16 = "node16",
2522
2522
  Node18 = "node18",
2523
+ Node20 = "node20",
2523
2524
  NodeNext = "nodenext",
2524
2525
  Preserve = "preserve",
2525
2526
  }
@@ -3841,203 +3842,204 @@ declare namespace ts {
3841
3842
  BigIntKeyword = 163,
3842
3843
  OverrideKeyword = 164,
3843
3844
  OfKeyword = 165,
3844
- QualifiedName = 166,
3845
- ComputedPropertyName = 167,
3846
- TypeParameter = 168,
3847
- Parameter = 169,
3848
- Decorator = 170,
3849
- PropertySignature = 171,
3850
- PropertyDeclaration = 172,
3851
- MethodSignature = 173,
3852
- MethodDeclaration = 174,
3853
- ClassStaticBlockDeclaration = 175,
3854
- Constructor = 176,
3855
- GetAccessor = 177,
3856
- SetAccessor = 178,
3857
- CallSignature = 179,
3858
- ConstructSignature = 180,
3859
- IndexSignature = 181,
3860
- TypePredicate = 182,
3861
- TypeReference = 183,
3862
- FunctionType = 184,
3863
- ConstructorType = 185,
3864
- TypeQuery = 186,
3865
- TypeLiteral = 187,
3866
- ArrayType = 188,
3867
- TupleType = 189,
3868
- OptionalType = 190,
3869
- RestType = 191,
3870
- UnionType = 192,
3871
- IntersectionType = 193,
3872
- ConditionalType = 194,
3873
- InferType = 195,
3874
- ParenthesizedType = 196,
3875
- ThisType = 197,
3876
- TypeOperator = 198,
3877
- IndexedAccessType = 199,
3878
- MappedType = 200,
3879
- LiteralType = 201,
3880
- NamedTupleMember = 202,
3881
- TemplateLiteralType = 203,
3882
- TemplateLiteralTypeSpan = 204,
3883
- ImportType = 205,
3884
- ObjectBindingPattern = 206,
3885
- ArrayBindingPattern = 207,
3886
- BindingElement = 208,
3887
- ArrayLiteralExpression = 209,
3888
- ObjectLiteralExpression = 210,
3889
- PropertyAccessExpression = 211,
3890
- ElementAccessExpression = 212,
3891
- CallExpression = 213,
3892
- NewExpression = 214,
3893
- TaggedTemplateExpression = 215,
3894
- TypeAssertionExpression = 216,
3895
- ParenthesizedExpression = 217,
3896
- FunctionExpression = 218,
3897
- ArrowFunction = 219,
3898
- DeleteExpression = 220,
3899
- TypeOfExpression = 221,
3900
- VoidExpression = 222,
3901
- AwaitExpression = 223,
3902
- PrefixUnaryExpression = 224,
3903
- PostfixUnaryExpression = 225,
3904
- BinaryExpression = 226,
3905
- ConditionalExpression = 227,
3906
- TemplateExpression = 228,
3907
- YieldExpression = 229,
3908
- SpreadElement = 230,
3909
- ClassExpression = 231,
3910
- OmittedExpression = 232,
3911
- ExpressionWithTypeArguments = 233,
3912
- AsExpression = 234,
3913
- NonNullExpression = 235,
3914
- MetaProperty = 236,
3915
- SyntheticExpression = 237,
3916
- SatisfiesExpression = 238,
3917
- TemplateSpan = 239,
3918
- SemicolonClassElement = 240,
3919
- Block = 241,
3920
- EmptyStatement = 242,
3921
- VariableStatement = 243,
3922
- ExpressionStatement = 244,
3923
- IfStatement = 245,
3924
- DoStatement = 246,
3925
- WhileStatement = 247,
3926
- ForStatement = 248,
3927
- ForInStatement = 249,
3928
- ForOfStatement = 250,
3929
- ContinueStatement = 251,
3930
- BreakStatement = 252,
3931
- ReturnStatement = 253,
3932
- WithStatement = 254,
3933
- SwitchStatement = 255,
3934
- LabeledStatement = 256,
3935
- ThrowStatement = 257,
3936
- TryStatement = 258,
3937
- DebuggerStatement = 259,
3938
- VariableDeclaration = 260,
3939
- VariableDeclarationList = 261,
3940
- FunctionDeclaration = 262,
3941
- ClassDeclaration = 263,
3942
- InterfaceDeclaration = 264,
3943
- TypeAliasDeclaration = 265,
3944
- EnumDeclaration = 266,
3945
- ModuleDeclaration = 267,
3946
- ModuleBlock = 268,
3947
- CaseBlock = 269,
3948
- NamespaceExportDeclaration = 270,
3949
- ImportEqualsDeclaration = 271,
3950
- ImportDeclaration = 272,
3951
- ImportClause = 273,
3952
- NamespaceImport = 274,
3953
- NamedImports = 275,
3954
- ImportSpecifier = 276,
3955
- ExportAssignment = 277,
3956
- ExportDeclaration = 278,
3957
- NamedExports = 279,
3958
- NamespaceExport = 280,
3959
- ExportSpecifier = 281,
3960
- MissingDeclaration = 282,
3961
- ExternalModuleReference = 283,
3962
- JsxElement = 284,
3963
- JsxSelfClosingElement = 285,
3964
- JsxOpeningElement = 286,
3965
- JsxClosingElement = 287,
3966
- JsxFragment = 288,
3967
- JsxOpeningFragment = 289,
3968
- JsxClosingFragment = 290,
3969
- JsxAttribute = 291,
3970
- JsxAttributes = 292,
3971
- JsxSpreadAttribute = 293,
3972
- JsxExpression = 294,
3973
- JsxNamespacedName = 295,
3974
- CaseClause = 296,
3975
- DefaultClause = 297,
3976
- HeritageClause = 298,
3977
- CatchClause = 299,
3978
- ImportAttributes = 300,
3979
- ImportAttribute = 301,
3980
- /** @deprecated */ AssertClause = 300,
3981
- /** @deprecated */ AssertEntry = 301,
3982
- /** @deprecated */ ImportTypeAssertionContainer = 302,
3983
- PropertyAssignment = 303,
3984
- ShorthandPropertyAssignment = 304,
3985
- SpreadAssignment = 305,
3986
- EnumMember = 306,
3987
- SourceFile = 307,
3988
- Bundle = 308,
3989
- JSDocTypeExpression = 309,
3990
- JSDocNameReference = 310,
3991
- JSDocMemberName = 311,
3992
- JSDocAllType = 312,
3993
- JSDocUnknownType = 313,
3994
- JSDocNullableType = 314,
3995
- JSDocNonNullableType = 315,
3996
- JSDocOptionalType = 316,
3997
- JSDocFunctionType = 317,
3998
- JSDocVariadicType = 318,
3999
- JSDocNamepathType = 319,
4000
- JSDoc = 320,
3845
+ DeferKeyword = 166,
3846
+ QualifiedName = 167,
3847
+ ComputedPropertyName = 168,
3848
+ TypeParameter = 169,
3849
+ Parameter = 170,
3850
+ Decorator = 171,
3851
+ PropertySignature = 172,
3852
+ PropertyDeclaration = 173,
3853
+ MethodSignature = 174,
3854
+ MethodDeclaration = 175,
3855
+ ClassStaticBlockDeclaration = 176,
3856
+ Constructor = 177,
3857
+ GetAccessor = 178,
3858
+ SetAccessor = 179,
3859
+ CallSignature = 180,
3860
+ ConstructSignature = 181,
3861
+ IndexSignature = 182,
3862
+ TypePredicate = 183,
3863
+ TypeReference = 184,
3864
+ FunctionType = 185,
3865
+ ConstructorType = 186,
3866
+ TypeQuery = 187,
3867
+ TypeLiteral = 188,
3868
+ ArrayType = 189,
3869
+ TupleType = 190,
3870
+ OptionalType = 191,
3871
+ RestType = 192,
3872
+ UnionType = 193,
3873
+ IntersectionType = 194,
3874
+ ConditionalType = 195,
3875
+ InferType = 196,
3876
+ ParenthesizedType = 197,
3877
+ ThisType = 198,
3878
+ TypeOperator = 199,
3879
+ IndexedAccessType = 200,
3880
+ MappedType = 201,
3881
+ LiteralType = 202,
3882
+ NamedTupleMember = 203,
3883
+ TemplateLiteralType = 204,
3884
+ TemplateLiteralTypeSpan = 205,
3885
+ ImportType = 206,
3886
+ ObjectBindingPattern = 207,
3887
+ ArrayBindingPattern = 208,
3888
+ BindingElement = 209,
3889
+ ArrayLiteralExpression = 210,
3890
+ ObjectLiteralExpression = 211,
3891
+ PropertyAccessExpression = 212,
3892
+ ElementAccessExpression = 213,
3893
+ CallExpression = 214,
3894
+ NewExpression = 215,
3895
+ TaggedTemplateExpression = 216,
3896
+ TypeAssertionExpression = 217,
3897
+ ParenthesizedExpression = 218,
3898
+ FunctionExpression = 219,
3899
+ ArrowFunction = 220,
3900
+ DeleteExpression = 221,
3901
+ TypeOfExpression = 222,
3902
+ VoidExpression = 223,
3903
+ AwaitExpression = 224,
3904
+ PrefixUnaryExpression = 225,
3905
+ PostfixUnaryExpression = 226,
3906
+ BinaryExpression = 227,
3907
+ ConditionalExpression = 228,
3908
+ TemplateExpression = 229,
3909
+ YieldExpression = 230,
3910
+ SpreadElement = 231,
3911
+ ClassExpression = 232,
3912
+ OmittedExpression = 233,
3913
+ ExpressionWithTypeArguments = 234,
3914
+ AsExpression = 235,
3915
+ NonNullExpression = 236,
3916
+ MetaProperty = 237,
3917
+ SyntheticExpression = 238,
3918
+ SatisfiesExpression = 239,
3919
+ TemplateSpan = 240,
3920
+ SemicolonClassElement = 241,
3921
+ Block = 242,
3922
+ EmptyStatement = 243,
3923
+ VariableStatement = 244,
3924
+ ExpressionStatement = 245,
3925
+ IfStatement = 246,
3926
+ DoStatement = 247,
3927
+ WhileStatement = 248,
3928
+ ForStatement = 249,
3929
+ ForInStatement = 250,
3930
+ ForOfStatement = 251,
3931
+ ContinueStatement = 252,
3932
+ BreakStatement = 253,
3933
+ ReturnStatement = 254,
3934
+ WithStatement = 255,
3935
+ SwitchStatement = 256,
3936
+ LabeledStatement = 257,
3937
+ ThrowStatement = 258,
3938
+ TryStatement = 259,
3939
+ DebuggerStatement = 260,
3940
+ VariableDeclaration = 261,
3941
+ VariableDeclarationList = 262,
3942
+ FunctionDeclaration = 263,
3943
+ ClassDeclaration = 264,
3944
+ InterfaceDeclaration = 265,
3945
+ TypeAliasDeclaration = 266,
3946
+ EnumDeclaration = 267,
3947
+ ModuleDeclaration = 268,
3948
+ ModuleBlock = 269,
3949
+ CaseBlock = 270,
3950
+ NamespaceExportDeclaration = 271,
3951
+ ImportEqualsDeclaration = 272,
3952
+ ImportDeclaration = 273,
3953
+ ImportClause = 274,
3954
+ NamespaceImport = 275,
3955
+ NamedImports = 276,
3956
+ ImportSpecifier = 277,
3957
+ ExportAssignment = 278,
3958
+ ExportDeclaration = 279,
3959
+ NamedExports = 280,
3960
+ NamespaceExport = 281,
3961
+ ExportSpecifier = 282,
3962
+ MissingDeclaration = 283,
3963
+ ExternalModuleReference = 284,
3964
+ JsxElement = 285,
3965
+ JsxSelfClosingElement = 286,
3966
+ JsxOpeningElement = 287,
3967
+ JsxClosingElement = 288,
3968
+ JsxFragment = 289,
3969
+ JsxOpeningFragment = 290,
3970
+ JsxClosingFragment = 291,
3971
+ JsxAttribute = 292,
3972
+ JsxAttributes = 293,
3973
+ JsxSpreadAttribute = 294,
3974
+ JsxExpression = 295,
3975
+ JsxNamespacedName = 296,
3976
+ CaseClause = 297,
3977
+ DefaultClause = 298,
3978
+ HeritageClause = 299,
3979
+ CatchClause = 300,
3980
+ ImportAttributes = 301,
3981
+ ImportAttribute = 302,
3982
+ /** @deprecated */ AssertClause = 301,
3983
+ /** @deprecated */ AssertEntry = 302,
3984
+ /** @deprecated */ ImportTypeAssertionContainer = 303,
3985
+ PropertyAssignment = 304,
3986
+ ShorthandPropertyAssignment = 305,
3987
+ SpreadAssignment = 306,
3988
+ EnumMember = 307,
3989
+ SourceFile = 308,
3990
+ Bundle = 309,
3991
+ JSDocTypeExpression = 310,
3992
+ JSDocNameReference = 311,
3993
+ JSDocMemberName = 312,
3994
+ JSDocAllType = 313,
3995
+ JSDocUnknownType = 314,
3996
+ JSDocNullableType = 315,
3997
+ JSDocNonNullableType = 316,
3998
+ JSDocOptionalType = 317,
3999
+ JSDocFunctionType = 318,
4000
+ JSDocVariadicType = 319,
4001
+ JSDocNamepathType = 320,
4002
+ JSDoc = 321,
4001
4003
  /** @deprecated Use SyntaxKind.JSDoc */
4002
- JSDocComment = 320,
4003
- JSDocText = 321,
4004
- JSDocTypeLiteral = 322,
4005
- JSDocSignature = 323,
4006
- JSDocLink = 324,
4007
- JSDocLinkCode = 325,
4008
- JSDocLinkPlain = 326,
4009
- JSDocTag = 327,
4010
- JSDocAugmentsTag = 328,
4011
- JSDocImplementsTag = 329,
4012
- JSDocAuthorTag = 330,
4013
- JSDocDeprecatedTag = 331,
4014
- JSDocClassTag = 332,
4015
- JSDocPublicTag = 333,
4016
- JSDocPrivateTag = 334,
4017
- JSDocProtectedTag = 335,
4018
- JSDocReadonlyTag = 336,
4019
- JSDocOverrideTag = 337,
4020
- JSDocCallbackTag = 338,
4021
- JSDocOverloadTag = 339,
4022
- JSDocEnumTag = 340,
4023
- JSDocParameterTag = 341,
4024
- JSDocReturnTag = 342,
4025
- JSDocThisTag = 343,
4026
- JSDocTypeTag = 344,
4027
- JSDocTemplateTag = 345,
4028
- JSDocTypedefTag = 346,
4029
- JSDocSeeTag = 347,
4030
- JSDocPropertyTag = 348,
4031
- JSDocThrowsTag = 349,
4032
- JSDocSatisfiesTag = 350,
4033
- JSDocImportTag = 351,
4034
- SyntaxList = 352,
4035
- NotEmittedStatement = 353,
4036
- NotEmittedTypeElement = 354,
4037
- PartiallyEmittedExpression = 355,
4038
- CommaListExpression = 356,
4039
- SyntheticReferenceExpression = 357,
4040
- Count = 358,
4004
+ JSDocComment = 321,
4005
+ JSDocText = 322,
4006
+ JSDocTypeLiteral = 323,
4007
+ JSDocSignature = 324,
4008
+ JSDocLink = 325,
4009
+ JSDocLinkCode = 326,
4010
+ JSDocLinkPlain = 327,
4011
+ JSDocTag = 328,
4012
+ JSDocAugmentsTag = 329,
4013
+ JSDocImplementsTag = 330,
4014
+ JSDocAuthorTag = 331,
4015
+ JSDocDeprecatedTag = 332,
4016
+ JSDocClassTag = 333,
4017
+ JSDocPublicTag = 334,
4018
+ JSDocPrivateTag = 335,
4019
+ JSDocProtectedTag = 336,
4020
+ JSDocReadonlyTag = 337,
4021
+ JSDocOverrideTag = 338,
4022
+ JSDocCallbackTag = 339,
4023
+ JSDocOverloadTag = 340,
4024
+ JSDocEnumTag = 341,
4025
+ JSDocParameterTag = 342,
4026
+ JSDocReturnTag = 343,
4027
+ JSDocThisTag = 344,
4028
+ JSDocTypeTag = 345,
4029
+ JSDocTemplateTag = 346,
4030
+ JSDocTypedefTag = 347,
4031
+ JSDocSeeTag = 348,
4032
+ JSDocPropertyTag = 349,
4033
+ JSDocThrowsTag = 350,
4034
+ JSDocSatisfiesTag = 351,
4035
+ JSDocImportTag = 352,
4036
+ SyntaxList = 353,
4037
+ NotEmittedStatement = 354,
4038
+ NotEmittedTypeElement = 355,
4039
+ PartiallyEmittedExpression = 356,
4040
+ CommaListExpression = 357,
4041
+ SyntheticReferenceExpression = 358,
4042
+ Count = 359,
4041
4043
  FirstAssignment = 64,
4042
4044
  LastAssignment = 79,
4043
4045
  FirstCompoundAssignment = 65,
@@ -4045,15 +4047,15 @@ declare namespace ts {
4045
4047
  FirstReservedWord = 83,
4046
4048
  LastReservedWord = 118,
4047
4049
  FirstKeyword = 83,
4048
- LastKeyword = 165,
4050
+ LastKeyword = 166,
4049
4051
  FirstFutureReservedWord = 119,
4050
4052
  LastFutureReservedWord = 127,
4051
- FirstTypeNode = 182,
4052
- LastTypeNode = 205,
4053
+ FirstTypeNode = 183,
4054
+ LastTypeNode = 206,
4053
4055
  FirstPunctuation = 19,
4054
4056
  LastPunctuation = 79,
4055
4057
  FirstToken = 0,
4056
- LastToken = 165,
4058
+ LastToken = 166,
4057
4059
  FirstTriviaToken = 2,
4058
4060
  LastTriviaToken = 7,
4059
4061
  FirstLiteralToken = 9,
@@ -4062,13 +4064,13 @@ declare namespace ts {
4062
4064
  LastTemplateToken = 18,
4063
4065
  FirstBinaryOperator = 30,
4064
4066
  LastBinaryOperator = 79,
4065
- FirstStatement = 243,
4066
- LastStatement = 259,
4067
- FirstNode = 166,
4068
- FirstJSDocNode = 309,
4069
- LastJSDocNode = 351,
4070
- FirstJSDocTagNode = 327,
4071
- LastJSDocTagNode = 351,
4067
+ FirstStatement = 244,
4068
+ LastStatement = 260,
4069
+ FirstNode = 167,
4070
+ FirstJSDocNode = 310,
4071
+ LastJSDocNode = 352,
4072
+ FirstJSDocTagNode = 328,
4073
+ LastJSDocTagNode = 352,
4072
4074
  }
4073
4075
  type TriviaSyntaxKind = SyntaxKind.SingleLineCommentTrivia | SyntaxKind.MultiLineCommentTrivia | SyntaxKind.NewLineTrivia | SyntaxKind.WhitespaceTrivia | SyntaxKind.ShebangTrivia | SyntaxKind.ConflictMarkerTrivia;
4074
4076
  type LiteralSyntaxKind = SyntaxKind.NumericLiteral | SyntaxKind.BigIntLiteral | SyntaxKind.StringLiteral | SyntaxKind.JsxText | SyntaxKind.JsxTextAllWhiteSpaces | SyntaxKind.RegularExpressionLiteral | SyntaxKind.NoSubstitutionTemplateLiteral;
@@ -4156,6 +4158,7 @@ declare namespace ts {
4156
4158
  | SyntaxKind.DebuggerKeyword
4157
4159
  | SyntaxKind.DeclareKeyword
4158
4160
  | SyntaxKind.DefaultKeyword
4161
+ | SyntaxKind.DeferKeyword
4159
4162
  | SyntaxKind.DeleteKeyword
4160
4163
  | SyntaxKind.DoKeyword
4161
4164
  | SyntaxKind.ElseKeyword
@@ -5128,7 +5131,7 @@ declare namespace ts {
5128
5131
  readonly expression: SuperExpression;
5129
5132
  }
5130
5133
  interface ImportCall extends CallExpression {
5131
- readonly expression: ImportExpression;
5134
+ readonly expression: ImportExpression | ImportDeferProperty;
5132
5135
  }
5133
5136
  interface ExpressionWithTypeArguments extends MemberExpression, NodeWithTypeArguments {
5134
5137
  readonly kind: SyntaxKind.ExpressionWithTypeArguments;
@@ -5178,6 +5181,12 @@ declare namespace ts {
5178
5181
  readonly keywordToken: SyntaxKind.NewKeyword | SyntaxKind.ImportKeyword;
5179
5182
  readonly name: Identifier;
5180
5183
  }
5184
+ interface ImportDeferProperty extends MetaProperty {
5185
+ readonly keywordToken: SyntaxKind.ImportKeyword;
5186
+ readonly name: Identifier & {
5187
+ readonly escapedText: __String & "defer";
5188
+ };
5189
+ }
5181
5190
  interface JsxElement extends PrimaryExpression {
5182
5191
  readonly kind: SyntaxKind.JsxElement;
5183
5192
  readonly openingElement: JsxOpeningElement;
@@ -5517,10 +5526,13 @@ declare namespace ts {
5517
5526
  interface ImportClause extends NamedDeclaration {
5518
5527
  readonly kind: SyntaxKind.ImportClause;
5519
5528
  readonly parent: ImportDeclaration | JSDocImportTag;
5529
+ /** @deprecated Use `phaseModifier` instead */
5520
5530
  readonly isTypeOnly: boolean;
5531
+ readonly phaseModifier: undefined | ImportPhaseModifierSyntaxKind;
5521
5532
  readonly name?: Identifier;
5522
5533
  readonly namedBindings?: NamedImportBindings;
5523
5534
  }
5535
+ type ImportPhaseModifierSyntaxKind = SyntaxKind.TypeKeyword | SyntaxKind.DeferKeyword;
5524
5536
  /** @deprecated */
5525
5537
  type AssertionKey = ImportAttributeName;
5526
5538
  /** @deprecated */
@@ -6705,11 +6717,11 @@ declare namespace ts {
6705
6717
  JSLiteral = 4096,
6706
6718
  FreshLiteral = 8192,
6707
6719
  ArrayLiteral = 16384,
6720
+ SingleSignatureType = 134217728,
6708
6721
  ClassOrInterface = 3,
6709
6722
  ContainsSpread = 2097152,
6710
6723
  ObjectRestType = 4194304,
6711
6724
  InstantiationExpressionType = 8388608,
6712
- SingleSignatureType = 134217728,
6713
6725
  }
6714
6726
  interface ObjectType extends Type {
6715
6727
  objectFlags: ObjectFlags;
@@ -7148,6 +7160,7 @@ declare namespace ts {
7148
7160
  ESNext = 99,
7149
7161
  Node16 = 100,
7150
7162
  Node18 = 101,
7163
+ Node20 = 102,
7151
7164
  NodeNext = 199,
7152
7165
  Preserve = 200,
7153
7166
  }
@@ -7728,8 +7741,10 @@ declare namespace ts {
7728
7741
  updateImportEqualsDeclaration(node: ImportEqualsDeclaration, modifiers: readonly ModifierLike[] | undefined, isTypeOnly: boolean, name: Identifier, moduleReference: ModuleReference): ImportEqualsDeclaration;
7729
7742
  createImportDeclaration(modifiers: readonly ModifierLike[] | undefined, importClause: ImportClause | undefined, moduleSpecifier: Expression, attributes?: ImportAttributes): ImportDeclaration;
7730
7743
  updateImportDeclaration(node: ImportDeclaration, modifiers: readonly ModifierLike[] | undefined, importClause: ImportClause | undefined, moduleSpecifier: Expression, attributes: ImportAttributes | undefined): ImportDeclaration;
7731
- createImportClause(isTypeOnly: boolean, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7732
- updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7744
+ createImportClause(phaseModifier: ImportPhaseModifierSyntaxKind | undefined, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7745
+ /** @deprecated */ createImportClause(isTypeOnly: boolean, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7746
+ updateImportClause(node: ImportClause, phaseModifier: ImportPhaseModifierSyntaxKind | undefined, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7747
+ /** @deprecated */ updateImportClause(node: ImportClause, isTypeOnly: boolean, name: Identifier | undefined, namedBindings: NamedImportBindings | undefined): ImportClause;
7733
7748
  /** @deprecated */ createAssertClause(elements: NodeArray<AssertEntry>, multiLine?: boolean): AssertClause;
7734
7749
  /** @deprecated */ updateAssertClause(node: AssertClause, elements: NodeArray<AssertEntry>, multiLine?: boolean): AssertClause;
7735
7750
  /** @deprecated */ createAssertEntry(name: AssertionKey, value: Expression): AssertEntry;