@putout/babel 2.7.0 → 2.9.0
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/README.md +1 -1
- package/bundle/index.d.ts +112 -89
- package/bundle/index.js +9597 -7466
- package/package.json +11 -11
package/bundle/index.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ interface BaseNode {
|
|
|
42
42
|
extra?: Record<string, unknown>;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement |
|
|
45
|
+
type Node = Accessor | AnyTypeAnnotation | ArgumentPlaceholder | ArrayExpression | ArrayPattern | ArrayTypeAnnotation | ArrowFunctionExpression | AssignmentExpression | AssignmentPattern | AwaitExpression | BigIntLiteral | Binary | BinaryExpression | BindExpression | Block | BlockParent | BlockStatement | BooleanLiteral | BooleanLiteralTypeAnnotation | BooleanTypeAnnotation | BreakStatement | CallExpression | CatchClause | Class | ClassAccessorProperty | ClassBody | ClassDeclaration | ClassExpression | ClassImplements | ClassMethod | ClassPrivateMethod | ClassPrivateProperty | ClassProperty | CompletionStatement | Conditional | ConditionalExpression | ContinueStatement | DebuggerStatement | Declaration | DeclareClass | DeclareExportAllDeclaration | DeclareExportDeclaration | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareOpaqueType | DeclareTypeAlias | DeclareVariable | DeclaredPredicate | Decorator | Directive | DirectiveLiteral | DoExpression | DoWhileStatement | EmptyStatement | EmptyTypeAnnotation | EnumBody | EnumBooleanBody | EnumBooleanMember | EnumDeclaration | EnumDefaultedMember | EnumMember | EnumNumberBody | EnumNumberMember | EnumStringBody | EnumStringMember | EnumSymbolBody | ExistsTypeAnnotation | ExportAllDeclaration | ExportDeclaration | ExportDefaultDeclaration | ExportDefaultSpecifier | ExportNamedDeclaration | ExportNamespaceSpecifier | ExportSpecifier | Expression | ExpressionStatement | ExpressionWrapper | File | Flow | FlowBaseAnnotation | FlowDeclaration | FlowPredicate | FlowType | For | ForInStatement | ForOfStatement | ForStatement | ForXStatement | Function | FunctionDeclaration | FunctionExpression | FunctionParent | FunctionTypeAnnotation | FunctionTypeParam | GenericTypeAnnotation | Identifier | IfStatement | Immutable | Import | ImportAttribute | ImportDeclaration | ImportDefaultSpecifier | ImportExpression | ImportNamespaceSpecifier | ImportOrExportDeclaration | ImportSpecifier | IndexedAccessType | InferredPredicate | InterfaceDeclaration | InterfaceExtends | InterfaceTypeAnnotation | InterpreterDirective | IntersectionTypeAnnotation | JSX | JSXAttribute | JSXClosingElement | JSXClosingFragment | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXFragment | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXOpeningFragment | JSXSpreadAttribute | JSXSpreadChild | JSXText | LVal | LabeledStatement | Literal | LogicalExpression | Loop | MemberExpression | MetaProperty | Method | Miscellaneous | MixedTypeAnnotation | ModuleDeclaration | ModuleExpression | ModuleSpecifier | NewExpression | NullLiteral | NullLiteralTypeAnnotation | NullableTypeAnnotation | NumberLiteral | NumberLiteralTypeAnnotation | NumberTypeAnnotation | NumericLiteral | ObjectExpression | ObjectMember | ObjectMethod | ObjectPattern | ObjectProperty | ObjectTypeAnnotation | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeInternalSlot | ObjectTypeProperty | ObjectTypeSpreadProperty | OpaqueType | OptionalCallExpression | OptionalIndexedAccessType | OptionalMemberExpression | ParenthesizedExpression | Pattern | PatternLike | PipelineBareFunction | PipelinePrimaryTopicReference | PipelineTopicExpression | Placeholder | Private | PrivateName | Program | Property | Pureish | QualifiedTypeIdentifier | RecordExpression | RegExpLiteral | RegexLiteral | RestElement | RestProperty | ReturnStatement | Scopable | SequenceExpression | SpreadElement | SpreadProperty | Standardized | Statement | StaticBlock | StringLiteral | StringLiteralTypeAnnotation | StringTypeAnnotation | Super | SwitchCase | SwitchStatement | SymbolTypeAnnotation | TSAnyKeyword | TSArrayType | TSAsExpression | TSBaseType | TSBigIntKeyword | TSBooleanKeyword | TSCallSignatureDeclaration | TSClassImplements | TSConditionalType | TSConstructSignatureDeclaration | TSConstructorType | TSDeclareFunction | TSDeclareMethod | TSEntityName | TSEnumDeclaration | TSEnumMember | TSExportAssignment | TSExternalModuleReference | TSFunctionType | TSImportEqualsDeclaration | TSImportType | TSIndexSignature | TSIndexedAccessType | TSInferType | TSInstantiationExpression | TSInterfaceBody | TSInterfaceDeclaration | TSInterfaceHeritage | TSIntersectionType | TSIntrinsicKeyword | TSLiteralType | TSMappedType | TSMethodSignature | TSModuleBlock | TSModuleDeclaration | TSNamedTupleMember | TSNamespaceExportDeclaration | TSNeverKeyword | TSNonNullExpression | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSOptionalType | TSParameterProperty | TSParenthesizedType | TSPropertySignature | TSQualifiedName | TSRestType | TSSatisfiesExpression | TSStringKeyword | TSSymbolKeyword | TSThisType | TSTupleType | TSType | TSTypeAliasDeclaration | TSTypeAnnotation | TSTypeAssertion | TSTypeElement | TSTypeLiteral | TSTypeOperator | TSTypeParameter | TSTypeParameterDeclaration | TSTypeParameterInstantiation | TSTypePredicate | TSTypeQuery | TSTypeReference | TSUndefinedKeyword | TSUnionType | TSUnknownKeyword | TSVoidKeyword | TaggedTemplateExpression | TemplateElement | TemplateLiteral | Terminatorless | ThisExpression | ThisTypeAnnotation | ThrowStatement | TopicReference | TryStatement | TupleExpression | TupleTypeAnnotation | TypeAlias | TypeAnnotation | TypeCastExpression | TypeParameter | TypeParameterDeclaration | TypeParameterInstantiation | TypeScript | TypeofTypeAnnotation | UnaryExpression | UnaryLike | UnionTypeAnnotation | UpdateExpression | UserWhitespacable | V8IntrinsicIdentifier | VariableDeclaration | VariableDeclarator | Variance | VoidTypeAnnotation | While | WhileStatement | WithStatement | YieldExpression;
|
|
46
46
|
|
|
47
47
|
interface ArrayExpression extends BaseNode {
|
|
48
48
|
type: "ArrayExpression";
|
|
@@ -52,7 +52,7 @@ interface ArrayExpression extends BaseNode {
|
|
|
52
52
|
interface AssignmentExpression extends BaseNode {
|
|
53
53
|
type: "AssignmentExpression";
|
|
54
54
|
operator: string;
|
|
55
|
-
left:
|
|
55
|
+
left: Identifier | MemberExpression | OptionalMemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
56
56
|
right: Expression;
|
|
57
57
|
}
|
|
58
58
|
|
|
@@ -93,7 +93,6 @@ interface CallExpression extends BaseNode {
|
|
|
93
93
|
type: "CallExpression";
|
|
94
94
|
callee: Expression | Super | V8IntrinsicIdentifier;
|
|
95
95
|
arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
|
|
96
|
-
optional: true | false | null;
|
|
97
96
|
typeArguments: TypeParameterInstantiation | null;
|
|
98
97
|
typeParameters: TSTypeParameterInstantiation | null;
|
|
99
98
|
}
|
|
@@ -144,7 +143,7 @@ interface File extends BaseNode {
|
|
|
144
143
|
|
|
145
144
|
interface ForInStatement extends BaseNode {
|
|
146
145
|
type: "ForInStatement";
|
|
147
|
-
left: VariableDeclaration |
|
|
146
|
+
left: VariableDeclaration | Identifier | MemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
148
147
|
right: Expression;
|
|
149
148
|
body: Statement;
|
|
150
149
|
}
|
|
@@ -240,14 +239,12 @@ interface MemberExpression extends BaseNode {
|
|
|
240
239
|
object: Expression | Super;
|
|
241
240
|
property: Expression | Identifier | PrivateName;
|
|
242
241
|
computed: boolean;
|
|
243
|
-
optional: true | false | null;
|
|
244
242
|
}
|
|
245
243
|
|
|
246
244
|
interface NewExpression extends BaseNode {
|
|
247
245
|
type: "NewExpression";
|
|
248
246
|
callee: Expression | Super | V8IntrinsicIdentifier;
|
|
249
247
|
arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>;
|
|
250
|
-
optional: true | false | null;
|
|
251
248
|
typeArguments: TypeParameterInstantiation | null;
|
|
252
249
|
typeParameters: TSTypeParameterInstantiation | null;
|
|
253
250
|
}
|
|
@@ -281,7 +278,7 @@ interface ObjectMethod extends BaseNode {
|
|
|
281
278
|
|
|
282
279
|
interface ObjectProperty extends BaseNode {
|
|
283
280
|
type: "ObjectProperty";
|
|
284
|
-
key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral |
|
|
281
|
+
key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | PrivateName;
|
|
285
282
|
value: Expression | PatternLike;
|
|
286
283
|
computed: boolean;
|
|
287
284
|
shorthand: boolean;
|
|
@@ -290,7 +287,7 @@ interface ObjectProperty extends BaseNode {
|
|
|
290
287
|
|
|
291
288
|
interface RestElement extends BaseNode {
|
|
292
289
|
type: "RestElement";
|
|
293
|
-
argument:
|
|
290
|
+
argument: Identifier | ArrayPattern | ObjectPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
294
291
|
decorators: Array<Decorator> | null;
|
|
295
292
|
optional: boolean | null;
|
|
296
293
|
typeAnnotation: TypeAnnotation | TSTypeAnnotation | null;
|
|
@@ -349,7 +346,7 @@ interface UnaryExpression extends BaseNode {
|
|
|
349
346
|
interface UpdateExpression extends BaseNode {
|
|
350
347
|
type: "UpdateExpression";
|
|
351
348
|
operator: "++" | "--";
|
|
352
|
-
argument:
|
|
349
|
+
argument: Identifier | MemberExpression;
|
|
353
350
|
prefix: boolean;
|
|
354
351
|
}
|
|
355
352
|
|
|
@@ -362,7 +359,7 @@ interface VariableDeclaration extends BaseNode {
|
|
|
362
359
|
|
|
363
360
|
interface VariableDeclarator extends BaseNode {
|
|
364
361
|
type: "VariableDeclarator";
|
|
365
|
-
id:
|
|
362
|
+
id: Identifier | ArrayPattern | ObjectPattern;
|
|
366
363
|
init: Expression | null;
|
|
367
364
|
definite: boolean | null;
|
|
368
365
|
}
|
|
@@ -419,7 +416,7 @@ interface ClassExpression extends BaseNode {
|
|
|
419
416
|
superClass: Expression | null;
|
|
420
417
|
body: ClassBody;
|
|
421
418
|
decorators: Array<Decorator> | null;
|
|
422
|
-
implements: Array<
|
|
419
|
+
implements: Array<TSClassImplements | ClassImplements> | null;
|
|
423
420
|
mixins: InterfaceExtends | null;
|
|
424
421
|
superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
|
425
422
|
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | null;
|
|
@@ -433,7 +430,7 @@ interface ClassDeclaration extends BaseNode {
|
|
|
433
430
|
decorators: Array<Decorator> | null;
|
|
434
431
|
abstract: boolean | null;
|
|
435
432
|
declare: boolean | null;
|
|
436
|
-
implements: Array<
|
|
433
|
+
implements: Array<TSClassImplements | ClassImplements> | null;
|
|
437
434
|
mixins: InterfaceExtends | null;
|
|
438
435
|
superTypeParameters: TypeParameterInstantiation | TSTypeParameterInstantiation | null;
|
|
439
436
|
typeParameters: TypeParameterDeclaration | TSTypeParameterDeclaration | null;
|
|
@@ -472,7 +469,7 @@ interface ExportSpecifier extends BaseNode {
|
|
|
472
469
|
|
|
473
470
|
interface ForOfStatement extends BaseNode {
|
|
474
471
|
type: "ForOfStatement";
|
|
475
|
-
left: VariableDeclaration |
|
|
472
|
+
left: VariableDeclaration | Identifier | MemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
476
473
|
right: Expression;
|
|
477
474
|
body: Statement;
|
|
478
475
|
await: boolean;
|
|
@@ -784,12 +781,16 @@ interface DeclareExportDeclaration extends BaseNode {
|
|
|
784
781
|
declaration: Flow | null;
|
|
785
782
|
specifiers: Array<ExportSpecifier | ExportNamespaceSpecifier> | null;
|
|
786
783
|
source: StringLiteral | null;
|
|
784
|
+
attributes: Array<ImportAttribute> | null;
|
|
785
|
+
assertions: Array<ImportAttribute> | null;
|
|
787
786
|
default: boolean | null;
|
|
788
787
|
}
|
|
789
788
|
|
|
790
789
|
interface DeclareExportAllDeclaration extends BaseNode {
|
|
791
790
|
type: "DeclareExportAllDeclaration";
|
|
792
791
|
source: StringLiteral;
|
|
792
|
+
attributes: Array<ImportAttribute> | null;
|
|
793
|
+
assertions: Array<ImportAttribute> | null;
|
|
793
794
|
exportKind: "type" | "value" | null;
|
|
794
795
|
}
|
|
795
796
|
|
|
@@ -1172,6 +1173,9 @@ interface Placeholder extends BaseNode {
|
|
|
1172
1173
|
type: "Placeholder";
|
|
1173
1174
|
expectedNode: "Identifier" | "StringLiteral" | "Expression" | "Statement" | "Declaration" | "BlockStatement" | "ClassBody" | "Pattern";
|
|
1174
1175
|
name: Identifier;
|
|
1176
|
+
decorators: Array<Decorator> | null;
|
|
1177
|
+
optional: boolean | null;
|
|
1178
|
+
typeAnnotation: TypeAnnotation | TSTypeAnnotation | null;
|
|
1175
1179
|
}
|
|
1176
1180
|
|
|
1177
1181
|
interface V8IntrinsicIdentifier extends BaseNode {
|
|
@@ -1221,11 +1225,6 @@ interface TupleExpression extends BaseNode {
|
|
|
1221
1225
|
elements: Array<Expression | SpreadElement>;
|
|
1222
1226
|
}
|
|
1223
1227
|
|
|
1224
|
-
interface DecimalLiteral extends BaseNode {
|
|
1225
|
-
type: "DecimalLiteral";
|
|
1226
|
-
value: string;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
1228
|
interface ModuleExpression extends BaseNode {
|
|
1230
1229
|
type: "ModuleExpression";
|
|
1231
1230
|
body: Program;
|
|
@@ -1501,9 +1500,10 @@ interface TSIndexedAccessType extends BaseNode {
|
|
|
1501
1500
|
|
|
1502
1501
|
interface TSMappedType extends BaseNode {
|
|
1503
1502
|
type: "TSMappedType";
|
|
1504
|
-
|
|
1505
|
-
|
|
1503
|
+
key: Identifier;
|
|
1504
|
+
constraint: TSType;
|
|
1506
1505
|
nameType: TSType | null;
|
|
1506
|
+
typeAnnotation: TSType | null;
|
|
1507
1507
|
optional: true | false | "+" | "-" | null;
|
|
1508
1508
|
readonly: true | false | "+" | "-" | null;
|
|
1509
1509
|
}
|
|
@@ -1513,8 +1513,14 @@ interface TSLiteralType extends BaseNode {
|
|
|
1513
1513
|
literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression;
|
|
1514
1514
|
}
|
|
1515
1515
|
|
|
1516
|
-
interface
|
|
1517
|
-
type: "
|
|
1516
|
+
interface TSClassImplements extends BaseNode {
|
|
1517
|
+
type: "TSClassImplements";
|
|
1518
|
+
expression: TSEntityName;
|
|
1519
|
+
typeParameters: TSTypeParameterInstantiation | null;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
interface TSInterfaceHeritage extends BaseNode {
|
|
1523
|
+
type: "TSInterfaceHeritage";
|
|
1518
1524
|
expression: TSEntityName;
|
|
1519
1525
|
typeParameters: TSTypeParameterInstantiation | null;
|
|
1520
1526
|
}
|
|
@@ -1523,7 +1529,7 @@ interface TSInterfaceDeclaration extends BaseNode {
|
|
|
1523
1529
|
type: "TSInterfaceDeclaration";
|
|
1524
1530
|
id: Identifier;
|
|
1525
1531
|
typeParameters: TSTypeParameterDeclaration | null;
|
|
1526
|
-
extends: Array<
|
|
1532
|
+
extends: Array<TSClassImplements> | null;
|
|
1527
1533
|
body: TSInterfaceBody;
|
|
1528
1534
|
declare: boolean | null;
|
|
1529
1535
|
}
|
|
@@ -1586,6 +1592,7 @@ interface TSModuleDeclaration extends BaseNode {
|
|
|
1586
1592
|
body: TSModuleBlock | TSModuleDeclaration;
|
|
1587
1593
|
declare: boolean | null;
|
|
1588
1594
|
global: boolean | null;
|
|
1595
|
+
kind: "global" | "module" | "namespace";
|
|
1589
1596
|
}
|
|
1590
1597
|
|
|
1591
1598
|
interface TSModuleBlock extends BaseNode {
|
|
@@ -1675,7 +1682,7 @@ type RestProperty = RestElement;
|
|
|
1675
1682
|
type SpreadProperty = SpreadElement;
|
|
1676
1683
|
|
|
1677
1684
|
type Standardized = ArrayExpression | AssignmentExpression | BinaryExpression | InterpreterDirective | Directive | DirectiveLiteral | BlockStatement | BreakStatement | CallExpression | CatchClause | ConditionalExpression | ContinueStatement | DebuggerStatement | DoWhileStatement | EmptyStatement | ExpressionStatement | File | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Identifier | IfStatement | LabeledStatement | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | Program | ObjectExpression | ObjectMethod | ObjectProperty | RestElement | ReturnStatement | SequenceExpression | ParenthesizedExpression | SwitchCase | SwitchStatement | ThisExpression | ThrowStatement | TryStatement | UnaryExpression | UpdateExpression | VariableDeclaration | VariableDeclarator | WhileStatement | WithStatement | AssignmentPattern | ArrayPattern | ArrowFunctionExpression | ClassBody | ClassExpression | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ExportSpecifier | ForOfStatement | ImportDeclaration | ImportDefaultSpecifier | ImportNamespaceSpecifier | ImportSpecifier | ImportExpression | MetaProperty | ClassMethod | ObjectPattern | SpreadElement | Super | TaggedTemplateExpression | TemplateElement | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | ExportNamespaceSpecifier | OptionalMemberExpression | OptionalCallExpression | ClassProperty | ClassAccessorProperty | ClassPrivateProperty | ClassPrivateMethod | PrivateName | StaticBlock;
|
|
1678
|
-
type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | ImportExpression | MetaProperty | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression |
|
|
1685
|
+
type Expression = ArrayExpression | AssignmentExpression | BinaryExpression | CallExpression | ConditionalExpression | FunctionExpression | Identifier | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | LogicalExpression | MemberExpression | NewExpression | ObjectExpression | SequenceExpression | ParenthesizedExpression | ThisExpression | UnaryExpression | UpdateExpression | ArrowFunctionExpression | ClassExpression | ImportExpression | MetaProperty | TaggedTemplateExpression | TemplateLiteral | YieldExpression | AwaitExpression | Import | BigIntLiteral | OptionalMemberExpression | OptionalCallExpression | TypeCastExpression | JSXElement | JSXFragment | BindExpression | DoExpression | RecordExpression | TupleExpression | ModuleExpression | TopicReference | PipelineTopicExpression | PipelineBareFunction | PipelinePrimaryTopicReference | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
1679
1686
|
type Binary = BinaryExpression | LogicalExpression;
|
|
1680
1687
|
type Scopable = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ClassExpression | ClassDeclaration | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
|
1681
1688
|
type BlockParent = BlockStatement | CatchClause | DoWhileStatement | ForInStatement | ForStatement | FunctionDeclaration | FunctionExpression | Program | ObjectMethod | SwitchStatement | WhileStatement | ArrowFunctionExpression | ForOfStatement | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
|
@@ -1691,13 +1698,13 @@ type For = ForInStatement | ForStatement | ForOfStatement;
|
|
|
1691
1698
|
type ForXStatement = ForInStatement | ForOfStatement;
|
|
1692
1699
|
type Function = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod;
|
|
1693
1700
|
type FunctionParent = FunctionDeclaration | FunctionExpression | ObjectMethod | ArrowFunctionExpression | ClassMethod | ClassPrivateMethod | StaticBlock | TSModuleBlock;
|
|
1694
|
-
type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral
|
|
1701
|
+
type Pureish = FunctionDeclaration | FunctionExpression | StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | ArrowFunctionExpression | BigIntLiteral;
|
|
1695
1702
|
type Declaration = FunctionDeclaration | VariableDeclaration | ClassDeclaration | ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration | DeclareClass | DeclareFunction | DeclareInterface | DeclareModule | DeclareModuleExports | DeclareTypeAlias | DeclareOpaqueType | DeclareVariable | DeclareExportDeclaration | DeclareExportAllDeclaration | InterfaceDeclaration | OpaqueType | TypeAlias | EnumDeclaration | TSDeclareFunction | TSInterfaceDeclaration | TSTypeAliasDeclaration | TSEnumDeclaration | TSModuleDeclaration;
|
|
1696
1703
|
type PatternLike = Identifier | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
1697
1704
|
type LVal = Identifier | MemberExpression | RestElement | AssignmentPattern | ArrayPattern | ObjectPattern | TSParameterProperty | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression;
|
|
1698
1705
|
type TSEntityName = Identifier | TSQualifiedName;
|
|
1699
|
-
type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral
|
|
1700
|
-
type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment
|
|
1706
|
+
type Literal = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | RegExpLiteral | TemplateLiteral | BigIntLiteral;
|
|
1707
|
+
type Immutable = StringLiteral | NumericLiteral | NullLiteral | BooleanLiteral | BigIntLiteral | JSXAttribute | JSXClosingElement | JSXElement | JSXExpressionContainer | JSXSpreadChild | JSXOpeningElement | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
|
|
1701
1708
|
type UserWhitespacable = ObjectMethod | ObjectProperty | ObjectTypeInternalSlot | ObjectTypeCallProperty | ObjectTypeIndexer | ObjectTypeProperty | ObjectTypeSpreadProperty;
|
|
1702
1709
|
type Method = ObjectMethod | ClassMethod | ClassPrivateMethod;
|
|
1703
1710
|
type ObjectMember = ObjectMethod | ObjectProperty;
|
|
@@ -1719,9 +1726,9 @@ type EnumBody = EnumBooleanBody | EnumNumberBody | EnumStringBody | EnumSymbolBo
|
|
|
1719
1726
|
type EnumMember = EnumBooleanMember | EnumNumberMember | EnumStringMember | EnumDefaultedMember;
|
|
1720
1727
|
type JSX = JSXAttribute | JSXClosingElement | JSXElement | JSXEmptyExpression | JSXExpressionContainer | JSXSpreadChild | JSXIdentifier | JSXMemberExpression | JSXNamespacedName | JSXOpeningElement | JSXSpreadAttribute | JSXText | JSXFragment | JSXOpeningFragment | JSXClosingFragment;
|
|
1721
1728
|
type Miscellaneous = Placeholder | V8IntrinsicIdentifier;
|
|
1722
|
-
type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType |
|
|
1729
|
+
type TypeScript = TSParameterProperty | TSDeclareFunction | TSDeclareMethod | TSQualifiedName | TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature | TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSNamedTupleMember | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSClassImplements | TSInterfaceHeritage | TSInterfaceDeclaration | TSInterfaceBody | TSTypeAliasDeclaration | TSInstantiationExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSEnumDeclaration | TSEnumMember | TSModuleDeclaration | TSModuleBlock | TSImportType | TSImportEqualsDeclaration | TSExternalModuleReference | TSNonNullExpression | TSExportAssignment | TSNamespaceExportDeclaration | TSTypeAnnotation | TSTypeParameterInstantiation | TSTypeParameterDeclaration | TSTypeParameter;
|
|
1723
1730
|
type TSTypeElement = TSCallSignatureDeclaration | TSConstructSignatureDeclaration | TSPropertySignature | TSMethodSignature | TSIndexSignature;
|
|
1724
|
-
type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType |
|
|
1731
|
+
type TSType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSFunctionType | TSConstructorType | TSTypeReference | TSTypePredicate | TSTypeQuery | TSTypeLiteral | TSArrayType | TSTupleType | TSOptionalType | TSRestType | TSUnionType | TSIntersectionType | TSConditionalType | TSInferType | TSParenthesizedType | TSTypeOperator | TSIndexedAccessType | TSMappedType | TSLiteralType | TSClassImplements | TSInterfaceHeritage | TSImportType;
|
|
1725
1732
|
type TSBaseType = TSAnyKeyword | TSBooleanKeyword | TSBigIntKeyword | TSIntrinsicKeyword | TSNeverKeyword | TSNullKeyword | TSNumberKeyword | TSObjectKeyword | TSStringKeyword | TSSymbolKeyword | TSUndefinedKeyword | TSUnknownKeyword | TSVoidKeyword | TSThisType | TSLiteralType;
|
|
1726
1733
|
type ModuleDeclaration = ExportAllDeclaration | ExportDefaultDeclaration | ExportNamedDeclaration | ImportDeclaration;
|
|
1727
1734
|
|
|
@@ -1778,8 +1785,8 @@ interface Aliases {
|
|
|
1778
1785
|
ModuleDeclaration: ModuleDeclaration;
|
|
1779
1786
|
}
|
|
1780
1787
|
|
|
1781
|
-
declare function arrayExpression(elements
|
|
1782
|
-
declare function assignmentExpression(operator: string, left:
|
|
1788
|
+
declare function arrayExpression(elements: Array<null | Expression | SpreadElement>): ArrayExpression;
|
|
1789
|
+
declare function assignmentExpression(operator: string, left: Identifier | MemberExpression | OptionalMemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentExpression;
|
|
1783
1790
|
declare function binaryExpression(operator: "+" | "-" | "/" | "%" | "*" | "**" | "&" | "|" | ">>" | ">>>" | "<<" | "^" | "==" | "===" | "!=" | "!==" | "in" | "instanceof" | ">" | "<" | ">=" | "<=" | "|>", left: Expression | PrivateName, right: Expression): BinaryExpression;
|
|
1784
1791
|
declare function interpreterDirective(value: string): InterpreterDirective;
|
|
1785
1792
|
declare function directive(value: DirectiveLiteral): Directive;
|
|
@@ -1795,7 +1802,7 @@ declare function doWhileStatement(test: Expression, body: Statement): DoWhileSta
|
|
|
1795
1802
|
declare function emptyStatement(): EmptyStatement;
|
|
1796
1803
|
declare function expressionStatement(expression: Expression): ExpressionStatement;
|
|
1797
1804
|
declare function file(program: Program, comments?: Array<CommentBlock | CommentLine> | null, tokens?: Array<any> | null): File;
|
|
1798
|
-
declare function forInStatement(left: VariableDeclaration |
|
|
1805
|
+
declare function forInStatement(left: VariableDeclaration | Identifier | MemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression, body: Statement): ForInStatement;
|
|
1799
1806
|
declare function forStatement(init: VariableDeclaration | Expression | null | undefined, test: Expression | null | undefined, update: Expression | null | undefined, body: Statement): ForStatement;
|
|
1800
1807
|
declare function functionDeclaration(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionDeclaration;
|
|
1801
1808
|
declare function functionExpression(id: Identifier | null | undefined, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, generator?: boolean, async?: boolean): FunctionExpression;
|
|
@@ -1808,13 +1815,13 @@ declare function nullLiteral(): NullLiteral;
|
|
|
1808
1815
|
declare function booleanLiteral(value: boolean): BooleanLiteral;
|
|
1809
1816
|
declare function regExpLiteral(pattern: string, flags?: string): RegExpLiteral;
|
|
1810
1817
|
declare function logicalExpression(operator: "||" | "&&" | "??", left: Expression, right: Expression): LogicalExpression;
|
|
1811
|
-
declare function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean
|
|
1818
|
+
declare function memberExpression(object: Expression | Super, property: Expression | Identifier | PrivateName, computed?: boolean): MemberExpression;
|
|
1812
1819
|
declare function newExpression(callee: Expression | Super | V8IntrinsicIdentifier, _arguments: Array<Expression | SpreadElement | ArgumentPlaceholder>): NewExpression;
|
|
1813
1820
|
declare function program(body: Array<Statement>, directives?: Array<Directive>, sourceType?: "script" | "module", interpreter?: InterpreterDirective | null): Program;
|
|
1814
1821
|
declare function objectExpression(properties: Array<ObjectMethod | ObjectProperty | SpreadElement>): ObjectExpression;
|
|
1815
|
-
declare function objectMethod(kind: "method" | "get" | "set"
|
|
1816
|
-
declare function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral |
|
|
1817
|
-
declare function restElement(argument:
|
|
1822
|
+
declare function objectMethod(kind: "method" | "get" | "set", key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral, params: Array<Identifier | Pattern | RestElement>, body: BlockStatement, computed?: boolean, generator?: boolean, async?: boolean): ObjectMethod;
|
|
1823
|
+
declare function objectProperty(key: Expression | Identifier | StringLiteral | NumericLiteral | BigIntLiteral | PrivateName, value: Expression | PatternLike, computed?: boolean, shorthand?: boolean): ObjectProperty;
|
|
1824
|
+
declare function restElement(argument: Identifier | ArrayPattern | ObjectPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression): RestElement;
|
|
1818
1825
|
declare function returnStatement(argument?: Expression | null): ReturnStatement;
|
|
1819
1826
|
declare function sequenceExpression(expressions: Array<Expression>): SequenceExpression;
|
|
1820
1827
|
declare function parenthesizedExpression(expression: Expression): ParenthesizedExpression;
|
|
@@ -1824,9 +1831,9 @@ declare function thisExpression(): ThisExpression;
|
|
|
1824
1831
|
declare function throwStatement(argument: Expression): ThrowStatement;
|
|
1825
1832
|
declare function tryStatement(block: BlockStatement, handler?: CatchClause | null, finalizer?: BlockStatement | null): TryStatement;
|
|
1826
1833
|
declare function unaryExpression(operator: "void" | "throw" | "delete" | "!" | "+" | "-" | "~" | "typeof", argument: Expression, prefix?: boolean): UnaryExpression;
|
|
1827
|
-
declare function updateExpression(operator: "++" | "--", argument:
|
|
1834
|
+
declare function updateExpression(operator: "++" | "--", argument: Identifier | MemberExpression, prefix?: boolean): UpdateExpression;
|
|
1828
1835
|
declare function variableDeclaration(kind: "var" | "let" | "const" | "using" | "await using", declarations: Array<VariableDeclarator>): VariableDeclaration;
|
|
1829
|
-
declare function variableDeclarator(id:
|
|
1836
|
+
declare function variableDeclarator(id: Identifier | ArrayPattern | ObjectPattern, init?: Expression | null): VariableDeclarator;
|
|
1830
1837
|
declare function whileStatement(test: Expression, body: Statement): WhileStatement;
|
|
1831
1838
|
declare function withStatement(object: Expression, body: Statement): WithStatement;
|
|
1832
1839
|
declare function assignmentPattern(left: Identifier | ObjectPattern | ArrayPattern | MemberExpression | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression): AssignmentPattern;
|
|
@@ -1839,7 +1846,7 @@ declare function exportAllDeclaration(source: StringLiteral): ExportAllDeclarati
|
|
|
1839
1846
|
declare function exportDefaultDeclaration(declaration: TSDeclareFunction | FunctionDeclaration | ClassDeclaration | Expression): ExportDefaultDeclaration;
|
|
1840
1847
|
declare function exportNamedDeclaration(declaration?: Declaration | null, specifiers?: Array<ExportSpecifier | ExportDefaultSpecifier | ExportNamespaceSpecifier>, source?: StringLiteral | null): ExportNamedDeclaration;
|
|
1841
1848
|
declare function exportSpecifier(local: Identifier, exported: Identifier | StringLiteral): ExportSpecifier;
|
|
1842
|
-
declare function forOfStatement(left: VariableDeclaration |
|
|
1849
|
+
declare function forOfStatement(left: VariableDeclaration | Identifier | MemberExpression | ArrayPattern | ObjectPattern | TSAsExpression | TSSatisfiesExpression | TSTypeAssertion | TSNonNullExpression, right: Expression, body: Statement, _await?: boolean): ForOfStatement;
|
|
1843
1850
|
declare function importDeclaration(specifiers: Array<ImportSpecifier | ImportDefaultSpecifier | ImportNamespaceSpecifier>, source: StringLiteral): ImportDeclaration;
|
|
1844
1851
|
declare function importDefaultSpecifier(local: Identifier): ImportDefaultSpecifier;
|
|
1845
1852
|
declare function importNamespaceSpecifier(local: Identifier): ImportNamespaceSpecifier;
|
|
@@ -1882,8 +1889,8 @@ declare function declareModuleExports(typeAnnotation: TypeAnnotation): DeclareMo
|
|
|
1882
1889
|
declare function declareTypeAlias(id: Identifier, typeParameters: TypeParameterDeclaration | null | undefined, right: FlowType): DeclareTypeAlias;
|
|
1883
1890
|
declare function declareOpaqueType(id: Identifier, typeParameters?: TypeParameterDeclaration | null, supertype?: FlowType | null): DeclareOpaqueType;
|
|
1884
1891
|
declare function declareVariable(id: Identifier): DeclareVariable;
|
|
1885
|
-
declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null): DeclareExportDeclaration;
|
|
1886
|
-
declare function declareExportAllDeclaration(source: StringLiteral): DeclareExportAllDeclaration;
|
|
1892
|
+
declare function declareExportDeclaration(declaration?: Flow | null, specifiers?: Array<ExportSpecifier | ExportNamespaceSpecifier> | null, source?: StringLiteral | null, attributes?: Array<ImportAttribute> | null): DeclareExportDeclaration;
|
|
1893
|
+
declare function declareExportAllDeclaration(source: StringLiteral, attributes?: Array<ImportAttribute> | null): DeclareExportAllDeclaration;
|
|
1887
1894
|
declare function declaredPredicate(value: Flow): DeclaredPredicate;
|
|
1888
1895
|
declare function existsTypeAnnotation(): ExistsTypeAnnotation;
|
|
1889
1896
|
declare function functionTypeAnnotation(typeParameters: TypeParameterDeclaration | null | undefined, params: Array<FunctionTypeParam>, rest: FunctionTypeParam | null | undefined, returnType: FlowType): FunctionTypeAnnotation;
|
|
@@ -1958,7 +1965,6 @@ declare function doExpression(body: BlockStatement, async?: boolean): DoExpressi
|
|
|
1958
1965
|
declare function exportDefaultSpecifier(exported: Identifier): ExportDefaultSpecifier;
|
|
1959
1966
|
declare function recordExpression(properties: Array<ObjectProperty | SpreadElement>): RecordExpression;
|
|
1960
1967
|
declare function tupleExpression(elements?: Array<Expression | SpreadElement>): TupleExpression;
|
|
1961
|
-
declare function decimalLiteral(value: string): DecimalLiteral;
|
|
1962
1968
|
declare function moduleExpression(body: Program): ModuleExpression;
|
|
1963
1969
|
declare function topicReference(): TopicReference;
|
|
1964
1970
|
declare function pipelineTopicExpression(expression: Expression): PipelineTopicExpression;
|
|
@@ -2005,10 +2011,11 @@ declare function tsInferType(typeParameter: TSTypeParameter): TSInferType;
|
|
|
2005
2011
|
declare function tsParenthesizedType(typeAnnotation: TSType): TSParenthesizedType;
|
|
2006
2012
|
declare function tsTypeOperator(typeAnnotation: TSType): TSTypeOperator;
|
|
2007
2013
|
declare function tsIndexedAccessType(objectType: TSType, indexType: TSType): TSIndexedAccessType;
|
|
2008
|
-
declare function tsMappedType(
|
|
2014
|
+
declare function tsMappedType(key: Identifier, constraint: TSType, nameType?: TSType | null, typeAnnotation?: TSType | null): TSMappedType;
|
|
2009
2015
|
declare function tsLiteralType(literal: NumericLiteral | StringLiteral | BooleanLiteral | BigIntLiteral | TemplateLiteral | UnaryExpression): TSLiteralType;
|
|
2010
|
-
declare function
|
|
2011
|
-
declare function
|
|
2016
|
+
declare function tsClassImplements(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSClassImplements;
|
|
2017
|
+
declare function tsInterfaceHeritage(expression: TSEntityName, typeParameters?: TSTypeParameterInstantiation | null): TSInterfaceHeritage;
|
|
2018
|
+
declare function tsInterfaceDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, _extends: Array<TSClassImplements> | null | undefined, body: TSInterfaceBody): TSInterfaceDeclaration;
|
|
2012
2019
|
declare function tsInterfaceBody(body: Array<TSTypeElement>): TSInterfaceBody;
|
|
2013
2020
|
declare function tsTypeAliasDeclaration(id: Identifier, typeParameters: TSTypeParameterDeclaration | null | undefined, typeAnnotation: TSType): TSTypeAliasDeclaration;
|
|
2014
2021
|
declare function tsInstantiationExpression(expression: Expression, typeParameters?: TSTypeParameterInstantiation | null): TSInstantiationExpression;
|
|
@@ -2105,8 +2112,6 @@ declare function isContinueStatement(node: object | null | undefined, opts?: obj
|
|
|
2105
2112
|
declare function assertContinueStatement(node: object | null | undefined, opts?: object | null): void;
|
|
2106
2113
|
declare function isDebuggerStatement(node: object | null | undefined, opts?: object | null): node is DebuggerStatement;
|
|
2107
2114
|
declare function assertDebuggerStatement(node: object | null | undefined, opts?: object | null): void;
|
|
2108
|
-
declare function isDecimalLiteral(node: object | null | undefined, opts?: object | null): node is DecimalLiteral;
|
|
2109
|
-
declare function assertDecimalLiteral(node: object | null | undefined, opts?: object | null): void;
|
|
2110
2115
|
declare function isDeclaration(node: object | null | undefined, opts?: object | null): node is Declaration;
|
|
2111
2116
|
declare function assertDeclaration(node: object | null | undefined, opts?: object | null): void;
|
|
2112
2117
|
declare function isDeclareClass(node: object | null | undefined, opts?: object | null): node is DeclareClass;
|
|
@@ -2452,6 +2457,8 @@ declare function isTSBooleanKeyword(node: object | null | undefined, opts?: obje
|
|
|
2452
2457
|
declare function assertTSBooleanKeyword(node: object | null | undefined, opts?: object | null): void;
|
|
2453
2458
|
declare function isTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSCallSignatureDeclaration;
|
|
2454
2459
|
declare function assertTSCallSignatureDeclaration(node: object | null | undefined, opts?: object | null): void;
|
|
2460
|
+
declare function isTSClassImplements(node: object | null | undefined, opts?: object | null): node is TSClassImplements;
|
|
2461
|
+
declare function assertTSClassImplements(node: object | null | undefined, opts?: object | null): void;
|
|
2455
2462
|
declare function isTSConditionalType(node: object | null | undefined, opts?: object | null): node is TSConditionalType;
|
|
2456
2463
|
declare function assertTSConditionalType(node: object | null | undefined, opts?: object | null): void;
|
|
2457
2464
|
declare function isTSConstructSignatureDeclaration(node: object | null | undefined, opts?: object | null): node is TSConstructSignatureDeclaration;
|
|
@@ -2470,8 +2477,6 @@ declare function isTSEnumMember(node: object | null | undefined, opts?: object |
|
|
|
2470
2477
|
declare function assertTSEnumMember(node: object | null | undefined, opts?: object | null): void;
|
|
2471
2478
|
declare function isTSExportAssignment(node: object | null | undefined, opts?: object | null): node is TSExportAssignment;
|
|
2472
2479
|
declare function assertTSExportAssignment(node: object | null | undefined, opts?: object | null): void;
|
|
2473
|
-
declare function isTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): node is TSExpressionWithTypeArguments;
|
|
2474
|
-
declare function assertTSExpressionWithTypeArguments(node: object | null | undefined, opts?: object | null): void;
|
|
2475
2480
|
declare function isTSExternalModuleReference(node: object | null | undefined, opts?: object | null): node is TSExternalModuleReference;
|
|
2476
2481
|
declare function assertTSExternalModuleReference(node: object | null | undefined, opts?: object | null): void;
|
|
2477
2482
|
declare function isTSFunctionType(node: object | null | undefined, opts?: object | null): node is TSFunctionType;
|
|
@@ -2492,6 +2497,8 @@ declare function isTSInterfaceBody(node: object | null | undefined, opts?: objec
|
|
|
2492
2497
|
declare function assertTSInterfaceBody(node: object | null | undefined, opts?: object | null): void;
|
|
2493
2498
|
declare function isTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): node is TSInterfaceDeclaration;
|
|
2494
2499
|
declare function assertTSInterfaceDeclaration(node: object | null | undefined, opts?: object | null): void;
|
|
2500
|
+
declare function isTSInterfaceHeritage(node: object | null | undefined, opts?: object | null): node is TSInterfaceHeritage;
|
|
2501
|
+
declare function assertTSInterfaceHeritage(node: object | null | undefined, opts?: object | null): void;
|
|
2495
2502
|
declare function isTSIntersectionType(node: object | null | undefined, opts?: object | null): node is TSIntersectionType;
|
|
2496
2503
|
declare function assertTSIntersectionType(node: object | null | undefined, opts?: object | null): void;
|
|
2497
2504
|
declare function isTSIntrinsicKeyword(node: object | null | undefined, opts?: object | null): node is TSIntrinsicKeyword;
|
|
@@ -2792,7 +2799,6 @@ type indexLegacy_d_Conditional = Conditional;
|
|
|
2792
2799
|
type indexLegacy_d_ConditionalExpression = ConditionalExpression;
|
|
2793
2800
|
type indexLegacy_d_ContinueStatement = ContinueStatement;
|
|
2794
2801
|
type indexLegacy_d_DebuggerStatement = DebuggerStatement;
|
|
2795
|
-
type indexLegacy_d_DecimalLiteral = DecimalLiteral;
|
|
2796
2802
|
type indexLegacy_d_Declaration = Declaration;
|
|
2797
2803
|
type indexLegacy_d_DeclareClass = DeclareClass;
|
|
2798
2804
|
type indexLegacy_d_DeclareExportAllDeclaration = DeclareExportAllDeclaration;
|
|
@@ -2964,6 +2970,7 @@ type indexLegacy_d_TSBaseType = TSBaseType;
|
|
|
2964
2970
|
type indexLegacy_d_TSBigIntKeyword = TSBigIntKeyword;
|
|
2965
2971
|
type indexLegacy_d_TSBooleanKeyword = TSBooleanKeyword;
|
|
2966
2972
|
type indexLegacy_d_TSCallSignatureDeclaration = TSCallSignatureDeclaration;
|
|
2973
|
+
type indexLegacy_d_TSClassImplements = TSClassImplements;
|
|
2967
2974
|
type indexLegacy_d_TSConditionalType = TSConditionalType;
|
|
2968
2975
|
type indexLegacy_d_TSConstructSignatureDeclaration = TSConstructSignatureDeclaration;
|
|
2969
2976
|
type indexLegacy_d_TSConstructorType = TSConstructorType;
|
|
@@ -2973,7 +2980,6 @@ type indexLegacy_d_TSEntityName = TSEntityName;
|
|
|
2973
2980
|
type indexLegacy_d_TSEnumDeclaration = TSEnumDeclaration;
|
|
2974
2981
|
type indexLegacy_d_TSEnumMember = TSEnumMember;
|
|
2975
2982
|
type indexLegacy_d_TSExportAssignment = TSExportAssignment;
|
|
2976
|
-
type indexLegacy_d_TSExpressionWithTypeArguments = TSExpressionWithTypeArguments;
|
|
2977
2983
|
type indexLegacy_d_TSExternalModuleReference = TSExternalModuleReference;
|
|
2978
2984
|
type indexLegacy_d_TSFunctionType = TSFunctionType;
|
|
2979
2985
|
type indexLegacy_d_TSImportEqualsDeclaration = TSImportEqualsDeclaration;
|
|
@@ -2984,6 +2990,7 @@ type indexLegacy_d_TSInferType = TSInferType;
|
|
|
2984
2990
|
type indexLegacy_d_TSInstantiationExpression = TSInstantiationExpression;
|
|
2985
2991
|
type indexLegacy_d_TSInterfaceBody = TSInterfaceBody;
|
|
2986
2992
|
type indexLegacy_d_TSInterfaceDeclaration = TSInterfaceDeclaration;
|
|
2993
|
+
type indexLegacy_d_TSInterfaceHeritage = TSInterfaceHeritage;
|
|
2987
2994
|
type indexLegacy_d_TSIntersectionType = TSIntersectionType;
|
|
2988
2995
|
type indexLegacy_d_TSIntrinsicKeyword = TSIntrinsicKeyword;
|
|
2989
2996
|
type indexLegacy_d_TSLiteralType = TSLiteralType;
|
|
@@ -3109,7 +3116,6 @@ declare const indexLegacy_d_assertConditional: typeof assertConditional;
|
|
|
3109
3116
|
declare const indexLegacy_d_assertConditionalExpression: typeof assertConditionalExpression;
|
|
3110
3117
|
declare const indexLegacy_d_assertContinueStatement: typeof assertContinueStatement;
|
|
3111
3118
|
declare const indexLegacy_d_assertDebuggerStatement: typeof assertDebuggerStatement;
|
|
3112
|
-
declare const indexLegacy_d_assertDecimalLiteral: typeof assertDecimalLiteral;
|
|
3113
3119
|
declare const indexLegacy_d_assertDeclaration: typeof assertDeclaration;
|
|
3114
3120
|
declare const indexLegacy_d_assertDeclareClass: typeof assertDeclareClass;
|
|
3115
3121
|
declare const indexLegacy_d_assertDeclareExportAllDeclaration: typeof assertDeclareExportAllDeclaration;
|
|
@@ -3280,6 +3286,7 @@ declare const indexLegacy_d_assertTSBaseType: typeof assertTSBaseType;
|
|
|
3280
3286
|
declare const indexLegacy_d_assertTSBigIntKeyword: typeof assertTSBigIntKeyword;
|
|
3281
3287
|
declare const indexLegacy_d_assertTSBooleanKeyword: typeof assertTSBooleanKeyword;
|
|
3282
3288
|
declare const indexLegacy_d_assertTSCallSignatureDeclaration: typeof assertTSCallSignatureDeclaration;
|
|
3289
|
+
declare const indexLegacy_d_assertTSClassImplements: typeof assertTSClassImplements;
|
|
3283
3290
|
declare const indexLegacy_d_assertTSConditionalType: typeof assertTSConditionalType;
|
|
3284
3291
|
declare const indexLegacy_d_assertTSConstructSignatureDeclaration: typeof assertTSConstructSignatureDeclaration;
|
|
3285
3292
|
declare const indexLegacy_d_assertTSConstructorType: typeof assertTSConstructorType;
|
|
@@ -3289,7 +3296,6 @@ declare const indexLegacy_d_assertTSEntityName: typeof assertTSEntityName;
|
|
|
3289
3296
|
declare const indexLegacy_d_assertTSEnumDeclaration: typeof assertTSEnumDeclaration;
|
|
3290
3297
|
declare const indexLegacy_d_assertTSEnumMember: typeof assertTSEnumMember;
|
|
3291
3298
|
declare const indexLegacy_d_assertTSExportAssignment: typeof assertTSExportAssignment;
|
|
3292
|
-
declare const indexLegacy_d_assertTSExpressionWithTypeArguments: typeof assertTSExpressionWithTypeArguments;
|
|
3293
3299
|
declare const indexLegacy_d_assertTSExternalModuleReference: typeof assertTSExternalModuleReference;
|
|
3294
3300
|
declare const indexLegacy_d_assertTSFunctionType: typeof assertTSFunctionType;
|
|
3295
3301
|
declare const indexLegacy_d_assertTSImportEqualsDeclaration: typeof assertTSImportEqualsDeclaration;
|
|
@@ -3300,6 +3306,7 @@ declare const indexLegacy_d_assertTSInferType: typeof assertTSInferType;
|
|
|
3300
3306
|
declare const indexLegacy_d_assertTSInstantiationExpression: typeof assertTSInstantiationExpression;
|
|
3301
3307
|
declare const indexLegacy_d_assertTSInterfaceBody: typeof assertTSInterfaceBody;
|
|
3302
3308
|
declare const indexLegacy_d_assertTSInterfaceDeclaration: typeof assertTSInterfaceDeclaration;
|
|
3309
|
+
declare const indexLegacy_d_assertTSInterfaceHeritage: typeof assertTSInterfaceHeritage;
|
|
3303
3310
|
declare const indexLegacy_d_assertTSIntersectionType: typeof assertTSIntersectionType;
|
|
3304
3311
|
declare const indexLegacy_d_assertTSIntrinsicKeyword: typeof assertTSIntrinsicKeyword;
|
|
3305
3312
|
declare const indexLegacy_d_assertTSLiteralType: typeof assertTSLiteralType;
|
|
@@ -3410,7 +3417,6 @@ declare const indexLegacy_d_createFlowUnionType: typeof createFlowUnionType;
|
|
|
3410
3417
|
declare const indexLegacy_d_createTypeAnnotationBasedOnTypeof: typeof createTypeAnnotationBasedOnTypeof;
|
|
3411
3418
|
declare const indexLegacy_d_createUnionTypeAnnotation: typeof createUnionTypeAnnotation;
|
|
3412
3419
|
declare const indexLegacy_d_debuggerStatement: typeof debuggerStatement;
|
|
3413
|
-
declare const indexLegacy_d_decimalLiteral: typeof decimalLiteral;
|
|
3414
3420
|
declare const indexLegacy_d_declareClass: typeof declareClass;
|
|
3415
3421
|
declare const indexLegacy_d_declareExportAllDeclaration: typeof declareExportAllDeclaration;
|
|
3416
3422
|
declare const indexLegacy_d_declareExportDeclaration: typeof declareExportDeclaration;
|
|
@@ -3519,7 +3525,6 @@ declare const indexLegacy_d_isConditional: typeof isConditional;
|
|
|
3519
3525
|
declare const indexLegacy_d_isConditionalExpression: typeof isConditionalExpression;
|
|
3520
3526
|
declare const indexLegacy_d_isContinueStatement: typeof isContinueStatement;
|
|
3521
3527
|
declare const indexLegacy_d_isDebuggerStatement: typeof isDebuggerStatement;
|
|
3522
|
-
declare const indexLegacy_d_isDecimalLiteral: typeof isDecimalLiteral;
|
|
3523
3528
|
declare const indexLegacy_d_isDeclaration: typeof isDeclaration;
|
|
3524
3529
|
declare const indexLegacy_d_isDeclareClass: typeof isDeclareClass;
|
|
3525
3530
|
declare const indexLegacy_d_isDeclareExportAllDeclaration: typeof isDeclareExportAllDeclaration;
|
|
@@ -3696,6 +3701,7 @@ declare const indexLegacy_d_isTSBaseType: typeof isTSBaseType;
|
|
|
3696
3701
|
declare const indexLegacy_d_isTSBigIntKeyword: typeof isTSBigIntKeyword;
|
|
3697
3702
|
declare const indexLegacy_d_isTSBooleanKeyword: typeof isTSBooleanKeyword;
|
|
3698
3703
|
declare const indexLegacy_d_isTSCallSignatureDeclaration: typeof isTSCallSignatureDeclaration;
|
|
3704
|
+
declare const indexLegacy_d_isTSClassImplements: typeof isTSClassImplements;
|
|
3699
3705
|
declare const indexLegacy_d_isTSConditionalType: typeof isTSConditionalType;
|
|
3700
3706
|
declare const indexLegacy_d_isTSConstructSignatureDeclaration: typeof isTSConstructSignatureDeclaration;
|
|
3701
3707
|
declare const indexLegacy_d_isTSConstructorType: typeof isTSConstructorType;
|
|
@@ -3705,7 +3711,6 @@ declare const indexLegacy_d_isTSEntityName: typeof isTSEntityName;
|
|
|
3705
3711
|
declare const indexLegacy_d_isTSEnumDeclaration: typeof isTSEnumDeclaration;
|
|
3706
3712
|
declare const indexLegacy_d_isTSEnumMember: typeof isTSEnumMember;
|
|
3707
3713
|
declare const indexLegacy_d_isTSExportAssignment: typeof isTSExportAssignment;
|
|
3708
|
-
declare const indexLegacy_d_isTSExpressionWithTypeArguments: typeof isTSExpressionWithTypeArguments;
|
|
3709
3714
|
declare const indexLegacy_d_isTSExternalModuleReference: typeof isTSExternalModuleReference;
|
|
3710
3715
|
declare const indexLegacy_d_isTSFunctionType: typeof isTSFunctionType;
|
|
3711
3716
|
declare const indexLegacy_d_isTSImportEqualsDeclaration: typeof isTSImportEqualsDeclaration;
|
|
@@ -3716,6 +3721,7 @@ declare const indexLegacy_d_isTSInferType: typeof isTSInferType;
|
|
|
3716
3721
|
declare const indexLegacy_d_isTSInstantiationExpression: typeof isTSInstantiationExpression;
|
|
3717
3722
|
declare const indexLegacy_d_isTSInterfaceBody: typeof isTSInterfaceBody;
|
|
3718
3723
|
declare const indexLegacy_d_isTSInterfaceDeclaration: typeof isTSInterfaceDeclaration;
|
|
3724
|
+
declare const indexLegacy_d_isTSInterfaceHeritage: typeof isTSInterfaceHeritage;
|
|
3719
3725
|
declare const indexLegacy_d_isTSIntersectionType: typeof isTSIntersectionType;
|
|
3720
3726
|
declare const indexLegacy_d_isTSIntrinsicKeyword: typeof isTSIntrinsicKeyword;
|
|
3721
3727
|
declare const indexLegacy_d_isTSLiteralType: typeof isTSLiteralType;
|
|
@@ -3889,6 +3895,7 @@ declare const indexLegacy_d_tsAsExpression: typeof tsAsExpression;
|
|
|
3889
3895
|
declare const indexLegacy_d_tsBigIntKeyword: typeof tsBigIntKeyword;
|
|
3890
3896
|
declare const indexLegacy_d_tsBooleanKeyword: typeof tsBooleanKeyword;
|
|
3891
3897
|
declare const indexLegacy_d_tsCallSignatureDeclaration: typeof tsCallSignatureDeclaration;
|
|
3898
|
+
declare const indexLegacy_d_tsClassImplements: typeof tsClassImplements;
|
|
3892
3899
|
declare const indexLegacy_d_tsConditionalType: typeof tsConditionalType;
|
|
3893
3900
|
declare const indexLegacy_d_tsConstructSignatureDeclaration: typeof tsConstructSignatureDeclaration;
|
|
3894
3901
|
declare const indexLegacy_d_tsConstructorType: typeof tsConstructorType;
|
|
@@ -3897,7 +3904,6 @@ declare const indexLegacy_d_tsDeclareMethod: typeof tsDeclareMethod;
|
|
|
3897
3904
|
declare const indexLegacy_d_tsEnumDeclaration: typeof tsEnumDeclaration;
|
|
3898
3905
|
declare const indexLegacy_d_tsEnumMember: typeof tsEnumMember;
|
|
3899
3906
|
declare const indexLegacy_d_tsExportAssignment: typeof tsExportAssignment;
|
|
3900
|
-
declare const indexLegacy_d_tsExpressionWithTypeArguments: typeof tsExpressionWithTypeArguments;
|
|
3901
3907
|
declare const indexLegacy_d_tsExternalModuleReference: typeof tsExternalModuleReference;
|
|
3902
3908
|
declare const indexLegacy_d_tsFunctionType: typeof tsFunctionType;
|
|
3903
3909
|
declare const indexLegacy_d_tsImportEqualsDeclaration: typeof tsImportEqualsDeclaration;
|
|
@@ -3908,6 +3914,7 @@ declare const indexLegacy_d_tsInferType: typeof tsInferType;
|
|
|
3908
3914
|
declare const indexLegacy_d_tsInstantiationExpression: typeof tsInstantiationExpression;
|
|
3909
3915
|
declare const indexLegacy_d_tsInterfaceBody: typeof tsInterfaceBody;
|
|
3910
3916
|
declare const indexLegacy_d_tsInterfaceDeclaration: typeof tsInterfaceDeclaration;
|
|
3917
|
+
declare const indexLegacy_d_tsInterfaceHeritage: typeof tsInterfaceHeritage;
|
|
3911
3918
|
declare const indexLegacy_d_tsIntersectionType: typeof tsIntersectionType;
|
|
3912
3919
|
declare const indexLegacy_d_tsIntrinsicKeyword: typeof tsIntrinsicKeyword;
|
|
3913
3920
|
declare const indexLegacy_d_tsLiteralType: typeof tsLiteralType;
|
|
@@ -3971,64 +3978,67 @@ declare const indexLegacy_d_whileStatement: typeof whileStatement;
|
|
|
3971
3978
|
declare const indexLegacy_d_withStatement: typeof withStatement;
|
|
3972
3979
|
declare const indexLegacy_d_yieldExpression: typeof yieldExpression;
|
|
3973
3980
|
declare namespace indexLegacy_d {
|
|
3974
|
-
export { type indexLegacy_d_Accessor as Accessor, type indexLegacy_d_Aliases as Aliases, type indexLegacy_d_AnyTypeAnnotation as AnyTypeAnnotation, type indexLegacy_d_ArgumentPlaceholder as ArgumentPlaceholder, type indexLegacy_d_ArrayExpression as ArrayExpression, type indexLegacy_d_ArrayPattern as ArrayPattern, type indexLegacy_d_ArrayTypeAnnotation as ArrayTypeAnnotation, type indexLegacy_d_ArrowFunctionExpression as ArrowFunctionExpression, type indexLegacy_d_AssignmentExpression as AssignmentExpression, type indexLegacy_d_AssignmentPattern as AssignmentPattern, type indexLegacy_d_AwaitExpression as AwaitExpression, type indexLegacy_d_BigIntLiteral as BigIntLiteral, type indexLegacy_d_Binary as Binary, type indexLegacy_d_BinaryExpression as BinaryExpression, type indexLegacy_d_BindExpression as BindExpression, type indexLegacy_d_Block as Block, type indexLegacy_d_BlockParent as BlockParent, type indexLegacy_d_BlockStatement as BlockStatement, type indexLegacy_d_BooleanLiteral as BooleanLiteral, type indexLegacy_d_BooleanLiteralTypeAnnotation as BooleanLiteralTypeAnnotation, type indexLegacy_d_BooleanTypeAnnotation as BooleanTypeAnnotation, type indexLegacy_d_BreakStatement as BreakStatement, type indexLegacy_d_CallExpression as CallExpression, type indexLegacy_d_CatchClause as CatchClause, type indexLegacy_d_Class as Class, type indexLegacy_d_ClassAccessorProperty as ClassAccessorProperty, type indexLegacy_d_ClassBody as ClassBody, type indexLegacy_d_ClassDeclaration as ClassDeclaration, type indexLegacy_d_ClassExpression as ClassExpression, type indexLegacy_d_ClassImplements as ClassImplements, type indexLegacy_d_ClassMethod as ClassMethod, type indexLegacy_d_ClassPrivateMethod as ClassPrivateMethod, type indexLegacy_d_ClassPrivateProperty as ClassPrivateProperty, type indexLegacy_d_ClassProperty as ClassProperty, type indexLegacy_d_Comment as Comment, type indexLegacy_d_CommentBlock as CommentBlock, type indexLegacy_d_CommentLine as CommentLine, type indexLegacy_d_CommentTypeShorthand as CommentTypeShorthand, type indexLegacy_d_CompletionStatement as CompletionStatement, type indexLegacy_d_Conditional as Conditional, type indexLegacy_d_ConditionalExpression as ConditionalExpression, type indexLegacy_d_ContinueStatement as ContinueStatement, type indexLegacy_d_DebuggerStatement as DebuggerStatement, type indexLegacy_d_DecimalLiteral as DecimalLiteral, type indexLegacy_d_Declaration as Declaration, type indexLegacy_d_DeclareClass as DeclareClass, type indexLegacy_d_DeclareExportAllDeclaration as DeclareExportAllDeclaration, type indexLegacy_d_DeclareExportDeclaration as DeclareExportDeclaration, type indexLegacy_d_DeclareFunction as DeclareFunction, type indexLegacy_d_DeclareInterface as DeclareInterface, type indexLegacy_d_DeclareModule as DeclareModule, type indexLegacy_d_DeclareModuleExports as DeclareModuleExports, type indexLegacy_d_DeclareOpaqueType as DeclareOpaqueType, type indexLegacy_d_DeclareTypeAlias as DeclareTypeAlias, type indexLegacy_d_DeclareVariable as DeclareVariable, type indexLegacy_d_DeclaredPredicate as DeclaredPredicate, type indexLegacy_d_Decorator as Decorator, type indexLegacy_d_Directive as Directive, type indexLegacy_d_DirectiveLiteral as DirectiveLiteral, type indexLegacy_d_DoExpression as DoExpression, type indexLegacy_d_DoWhileStatement as DoWhileStatement, type indexLegacy_d_EmptyStatement as EmptyStatement, type indexLegacy_d_EmptyTypeAnnotation as EmptyTypeAnnotation, type indexLegacy_d_EnumBody as EnumBody, type indexLegacy_d_EnumBooleanBody as EnumBooleanBody, type indexLegacy_d_EnumBooleanMember as EnumBooleanMember, type indexLegacy_d_EnumDeclaration as EnumDeclaration, type indexLegacy_d_EnumDefaultedMember as EnumDefaultedMember, type indexLegacy_d_EnumMember as EnumMember, type indexLegacy_d_EnumNumberBody as EnumNumberBody, type indexLegacy_d_EnumNumberMember as EnumNumberMember, type indexLegacy_d_EnumStringBody as EnumStringBody, type indexLegacy_d_EnumStringMember as EnumStringMember, type indexLegacy_d_EnumSymbolBody as EnumSymbolBody, type indexLegacy_d_ExistsTypeAnnotation as ExistsTypeAnnotation, type indexLegacy_d_ExportAllDeclaration as ExportAllDeclaration, type indexLegacy_d_ExportDeclaration as ExportDeclaration, type indexLegacy_d_ExportDefaultDeclaration as ExportDefaultDeclaration, type indexLegacy_d_ExportDefaultSpecifier as ExportDefaultSpecifier, type indexLegacy_d_ExportNamedDeclaration as ExportNamedDeclaration, type indexLegacy_d_ExportNamespaceSpecifier as ExportNamespaceSpecifier, type indexLegacy_d_ExportSpecifier as ExportSpecifier, type indexLegacy_d_Expression as Expression, type indexLegacy_d_ExpressionStatement as ExpressionStatement, type indexLegacy_d_ExpressionWrapper as ExpressionWrapper, type indexLegacy_d_File as File, type indexLegacy_d_Flow as Flow, type indexLegacy_d_FlowBaseAnnotation as FlowBaseAnnotation, type indexLegacy_d_FlowDeclaration as FlowDeclaration, type indexLegacy_d_FlowPredicate as FlowPredicate, type indexLegacy_d_FlowType as FlowType, type indexLegacy_d_For as For, type indexLegacy_d_ForInStatement as ForInStatement, type indexLegacy_d_ForOfStatement as ForOfStatement, type indexLegacy_d_ForStatement as ForStatement, type indexLegacy_d_ForXStatement as ForXStatement, type indexLegacy_d_Function as Function, type indexLegacy_d_FunctionDeclaration as FunctionDeclaration, type indexLegacy_d_FunctionExpression as FunctionExpression, type indexLegacy_d_FunctionParent as FunctionParent, type indexLegacy_d_FunctionTypeAnnotation as FunctionTypeAnnotation, type indexLegacy_d_FunctionTypeParam as FunctionTypeParam, type indexLegacy_d_GenericTypeAnnotation as GenericTypeAnnotation, type indexLegacy_d_Identifier as Identifier, type indexLegacy_d_IfStatement as IfStatement, type indexLegacy_d_Immutable as Immutable, type indexLegacy_d_Import as Import, type indexLegacy_d_ImportAttribute as ImportAttribute, type indexLegacy_d_ImportDeclaration as ImportDeclaration, type indexLegacy_d_ImportDefaultSpecifier as ImportDefaultSpecifier, type indexLegacy_d_ImportExpression as ImportExpression, type indexLegacy_d_ImportNamespaceSpecifier as ImportNamespaceSpecifier, type indexLegacy_d_ImportOrExportDeclaration as ImportOrExportDeclaration, type indexLegacy_d_ImportSpecifier as ImportSpecifier, type indexLegacy_d_IndexedAccessType as IndexedAccessType, type indexLegacy_d_InferredPredicate as InferredPredicate, type indexLegacy_d_InterfaceDeclaration as InterfaceDeclaration, type indexLegacy_d_InterfaceExtends as InterfaceExtends, type indexLegacy_d_InterfaceTypeAnnotation as InterfaceTypeAnnotation, type indexLegacy_d_InterpreterDirective as InterpreterDirective, type indexLegacy_d_IntersectionTypeAnnotation as IntersectionTypeAnnotation, type indexLegacy_d_JSX as JSX, type indexLegacy_d_JSXAttribute as JSXAttribute, type indexLegacy_d_JSXClosingElement as JSXClosingElement, type indexLegacy_d_JSXClosingFragment as JSXClosingFragment, type indexLegacy_d_JSXElement as JSXElement, type indexLegacy_d_JSXEmptyExpression as JSXEmptyExpression, type indexLegacy_d_JSXExpressionContainer as JSXExpressionContainer, type indexLegacy_d_JSXFragment as JSXFragment, type indexLegacy_d_JSXIdentifier as JSXIdentifier, type indexLegacy_d_JSXMemberExpression as JSXMemberExpression, type indexLegacy_d_JSXNamespacedName as JSXNamespacedName, type indexLegacy_d_JSXOpeningElement as JSXOpeningElement, type indexLegacy_d_JSXOpeningFragment as JSXOpeningFragment, type indexLegacy_d_JSXSpreadAttribute as JSXSpreadAttribute, type indexLegacy_d_JSXSpreadChild as JSXSpreadChild, type indexLegacy_d_JSXText as JSXText, type indexLegacy_d_LVal as LVal, type indexLegacy_d_LabeledStatement as LabeledStatement, type indexLegacy_d_Literal as Literal, type indexLegacy_d_LogicalExpression as LogicalExpression, type indexLegacy_d_Loop as Loop, type indexLegacy_d_MemberExpression as MemberExpression, type indexLegacy_d_MetaProperty as MetaProperty, type indexLegacy_d_Method as Method, type indexLegacy_d_Miscellaneous as Miscellaneous, type indexLegacy_d_MixedTypeAnnotation as MixedTypeAnnotation, type indexLegacy_d_ModuleDeclaration as ModuleDeclaration, type indexLegacy_d_ModuleExpression as ModuleExpression, type indexLegacy_d_ModuleSpecifier as ModuleSpecifier, type indexLegacy_d_NewExpression as NewExpression, type indexLegacy_d_Node as Node, type indexLegacy_d_NullLiteral as NullLiteral, type indexLegacy_d_NullLiteralTypeAnnotation as NullLiteralTypeAnnotation, type indexLegacy_d_NullableTypeAnnotation as NullableTypeAnnotation, type indexLegacy_d_NumberLiteral as NumberLiteral, type indexLegacy_d_NumberLiteralTypeAnnotation as NumberLiteralTypeAnnotation, type indexLegacy_d_NumberTypeAnnotation as NumberTypeAnnotation, type indexLegacy_d_NumericLiteral as NumericLiteral, type indexLegacy_d_ObjectExpression as ObjectExpression, type indexLegacy_d_ObjectMember as ObjectMember, type indexLegacy_d_ObjectMethod as ObjectMethod, type indexLegacy_d_ObjectPattern as ObjectPattern, type indexLegacy_d_ObjectProperty as ObjectProperty, type indexLegacy_d_ObjectTypeAnnotation as ObjectTypeAnnotation, type indexLegacy_d_ObjectTypeCallProperty as ObjectTypeCallProperty, type indexLegacy_d_ObjectTypeIndexer as ObjectTypeIndexer, type indexLegacy_d_ObjectTypeInternalSlot as ObjectTypeInternalSlot, type indexLegacy_d_ObjectTypeProperty as ObjectTypeProperty, type indexLegacy_d_ObjectTypeSpreadProperty as ObjectTypeSpreadProperty, type indexLegacy_d_OpaqueType as OpaqueType, type indexLegacy_d_OptionalCallExpression as OptionalCallExpression, type indexLegacy_d_OptionalIndexedAccessType as OptionalIndexedAccessType, type indexLegacy_d_OptionalMemberExpression as OptionalMemberExpression, type indexLegacy_d_ParenthesizedExpression as ParenthesizedExpression, type indexLegacy_d_Pattern as Pattern, type indexLegacy_d_PatternLike as PatternLike, type indexLegacy_d_PipelineBareFunction as PipelineBareFunction, type indexLegacy_d_PipelinePrimaryTopicReference as PipelinePrimaryTopicReference, type indexLegacy_d_PipelineTopicExpression as PipelineTopicExpression, type indexLegacy_d_Placeholder as Placeholder, type indexLegacy_d_Private as Private, type indexLegacy_d_PrivateName as PrivateName, type indexLegacy_d_Program as Program, type indexLegacy_d_Property as Property, type indexLegacy_d_Pureish as Pureish, type indexLegacy_d_QualifiedTypeIdentifier as QualifiedTypeIdentifier, type indexLegacy_d_RecordExpression as RecordExpression, type indexLegacy_d_RegExpLiteral as RegExpLiteral, type indexLegacy_d_RegexLiteral as RegexLiteral, type indexLegacy_d_RestElement as RestElement, type indexLegacy_d_RestProperty as RestProperty, type indexLegacy_d_ReturnStatement as ReturnStatement, type indexLegacy_d_Scopable as Scopable, type indexLegacy_d_SequenceExpression as SequenceExpression, type indexLegacy_d_SourceLocation as SourceLocation, type indexLegacy_d_SpreadElement as SpreadElement, type indexLegacy_d_SpreadProperty as SpreadProperty, type indexLegacy_d_Standardized as Standardized, type indexLegacy_d_Statement as Statement, type indexLegacy_d_StaticBlock as StaticBlock, type indexLegacy_d_StringLiteral as StringLiteral, type indexLegacy_d_StringLiteralTypeAnnotation as StringLiteralTypeAnnotation, type indexLegacy_d_StringTypeAnnotation as StringTypeAnnotation, type indexLegacy_d_Super as Super, type indexLegacy_d_SwitchCase as SwitchCase, type indexLegacy_d_SwitchStatement as SwitchStatement, type indexLegacy_d_SymbolTypeAnnotation as SymbolTypeAnnotation, type indexLegacy_d_TSAnyKeyword as TSAnyKeyword, type indexLegacy_d_TSArrayType as TSArrayType, type indexLegacy_d_TSAsExpression as TSAsExpression, type indexLegacy_d_TSBaseType as TSBaseType, type indexLegacy_d_TSBigIntKeyword as TSBigIntKeyword, type indexLegacy_d_TSBooleanKeyword as TSBooleanKeyword, type indexLegacy_d_TSCallSignatureDeclaration as TSCallSignatureDeclaration, type indexLegacy_d_TSConditionalType as TSConditionalType, type indexLegacy_d_TSConstructSignatureDeclaration as TSConstructSignatureDeclaration, type indexLegacy_d_TSConstructorType as TSConstructorType, type indexLegacy_d_TSDeclareFunction as TSDeclareFunction, type indexLegacy_d_TSDeclareMethod as TSDeclareMethod, type indexLegacy_d_TSEntityName as TSEntityName, type indexLegacy_d_TSEnumDeclaration as TSEnumDeclaration, type indexLegacy_d_TSEnumMember as TSEnumMember, type indexLegacy_d_TSExportAssignment as TSExportAssignment, type indexLegacy_d_TSExpressionWithTypeArguments as TSExpressionWithTypeArguments, type indexLegacy_d_TSExternalModuleReference as TSExternalModuleReference, type indexLegacy_d_TSFunctionType as TSFunctionType, type indexLegacy_d_TSImportEqualsDeclaration as TSImportEqualsDeclaration, type indexLegacy_d_TSImportType as TSImportType, type indexLegacy_d_TSIndexSignature as TSIndexSignature, type indexLegacy_d_TSIndexedAccessType as TSIndexedAccessType, type indexLegacy_d_TSInferType as TSInferType, type indexLegacy_d_TSInstantiationExpression as TSInstantiationExpression, type indexLegacy_d_TSInterfaceBody as TSInterfaceBody, type indexLegacy_d_TSInterfaceDeclaration as TSInterfaceDeclaration, type indexLegacy_d_TSIntersectionType as TSIntersectionType, type indexLegacy_d_TSIntrinsicKeyword as TSIntrinsicKeyword, type indexLegacy_d_TSLiteralType as TSLiteralType, type indexLegacy_d_TSMappedType as TSMappedType, type indexLegacy_d_TSMethodSignature as TSMethodSignature, type indexLegacy_d_TSModuleBlock as TSModuleBlock, type indexLegacy_d_TSModuleDeclaration as TSModuleDeclaration, type indexLegacy_d_TSNamedTupleMember as TSNamedTupleMember, type indexLegacy_d_TSNamespaceExportDeclaration as TSNamespaceExportDeclaration, type indexLegacy_d_TSNeverKeyword as TSNeverKeyword, type indexLegacy_d_TSNonNullExpression as TSNonNullExpression, type indexLegacy_d_TSNullKeyword as TSNullKeyword, type indexLegacy_d_TSNumberKeyword as TSNumberKeyword, type indexLegacy_d_TSObjectKeyword as TSObjectKeyword, type indexLegacy_d_TSOptionalType as TSOptionalType, type indexLegacy_d_TSParameterProperty as TSParameterProperty, type indexLegacy_d_TSParenthesizedType as TSParenthesizedType, type indexLegacy_d_TSPropertySignature as TSPropertySignature, type indexLegacy_d_TSQualifiedName as TSQualifiedName, type indexLegacy_d_TSRestType as TSRestType, type indexLegacy_d_TSSatisfiesExpression as TSSatisfiesExpression, type indexLegacy_d_TSStringKeyword as TSStringKeyword, type indexLegacy_d_TSSymbolKeyword as TSSymbolKeyword, type indexLegacy_d_TSThisType as TSThisType, type indexLegacy_d_TSTupleType as TSTupleType, type indexLegacy_d_TSType as TSType, type indexLegacy_d_TSTypeAliasDeclaration as TSTypeAliasDeclaration, type indexLegacy_d_TSTypeAnnotation as TSTypeAnnotation, type indexLegacy_d_TSTypeAssertion as TSTypeAssertion, type indexLegacy_d_TSTypeElement as TSTypeElement, type indexLegacy_d_TSTypeLiteral as TSTypeLiteral, type indexLegacy_d_TSTypeOperator as TSTypeOperator, type indexLegacy_d_TSTypeParameter as TSTypeParameter, type indexLegacy_d_TSTypeParameterDeclaration as TSTypeParameterDeclaration, type indexLegacy_d_TSTypeParameterInstantiation as TSTypeParameterInstantiation, type indexLegacy_d_TSTypePredicate as TSTypePredicate, type indexLegacy_d_TSTypeQuery as TSTypeQuery, type indexLegacy_d_TSTypeReference as TSTypeReference, type indexLegacy_d_TSUndefinedKeyword as TSUndefinedKeyword, type indexLegacy_d_TSUnionType as TSUnionType, type indexLegacy_d_TSUnknownKeyword as TSUnknownKeyword, type indexLegacy_d_TSVoidKeyword as TSVoidKeyword, type indexLegacy_d_TaggedTemplateExpression as TaggedTemplateExpression, type indexLegacy_d_TemplateElement as TemplateElement, type indexLegacy_d_TemplateLiteral as TemplateLiteral, type indexLegacy_d_Terminatorless as Terminatorless, type indexLegacy_d_ThisExpression as ThisExpression, type indexLegacy_d_ThisTypeAnnotation as ThisTypeAnnotation, type indexLegacy_d_ThrowStatement as ThrowStatement, type indexLegacy_d_TopicReference as TopicReference, type indexLegacy_d_TraversalAncestors as TraversalAncestors, type indexLegacy_d_TraversalHandler as TraversalHandler, type indexLegacy_d_TraversalHandlers as TraversalHandlers, type indexLegacy_d_TryStatement as TryStatement, type indexLegacy_d_TupleExpression as TupleExpression, type indexLegacy_d_TupleTypeAnnotation as TupleTypeAnnotation, type indexLegacy_d_TypeAlias as TypeAlias, type indexLegacy_d_TypeAnnotation as TypeAnnotation, type indexLegacy_d_TypeCastExpression as TypeCastExpression, type indexLegacy_d_TypeParameter as TypeParameter, type indexLegacy_d_TypeParameterDeclaration as TypeParameterDeclaration, type indexLegacy_d_TypeParameterInstantiation as TypeParameterInstantiation, type indexLegacy_d_TypeScript as TypeScript, type indexLegacy_d_TypeofTypeAnnotation as TypeofTypeAnnotation, type indexLegacy_d_UnaryExpression as UnaryExpression, type indexLegacy_d_UnaryLike as UnaryLike, type indexLegacy_d_UnionTypeAnnotation as UnionTypeAnnotation, type indexLegacy_d_UpdateExpression as UpdateExpression, type indexLegacy_d_UserWhitespacable as UserWhitespacable, type indexLegacy_d_V8IntrinsicIdentifier as V8IntrinsicIdentifier, type indexLegacy_d_VariableDeclaration as VariableDeclaration, type indexLegacy_d_VariableDeclarator as VariableDeclarator, type indexLegacy_d_Variance as Variance, type indexLegacy_d_VoidTypeAnnotation as VoidTypeAnnotation, type indexLegacy_d_While as While, type indexLegacy_d_WhileStatement as WhileStatement, type indexLegacy_d_WithStatement as WithStatement, type indexLegacy_d_YieldExpression as YieldExpression, indexLegacy_d_addComment as addComment, indexLegacy_d_addComments as addComments, indexLegacy_d_anyTypeAnnotation as anyTypeAnnotation, indexLegacy_d_appendToMemberExpression as appendToMemberExpression, indexLegacy_d_argumentPlaceholder as argumentPlaceholder, indexLegacy_d_arrayExpression as arrayExpression, indexLegacy_d_arrayPattern as arrayPattern, indexLegacy_d_arrayTypeAnnotation as arrayTypeAnnotation, indexLegacy_d_arrowFunctionExpression as arrowFunctionExpression, indexLegacy_d_assertAccessor as assertAccessor, indexLegacy_d_assertAnyTypeAnnotation as assertAnyTypeAnnotation, indexLegacy_d_assertArgumentPlaceholder as assertArgumentPlaceholder, indexLegacy_d_assertArrayExpression as assertArrayExpression, indexLegacy_d_assertArrayPattern as assertArrayPattern, indexLegacy_d_assertArrayTypeAnnotation as assertArrayTypeAnnotation, indexLegacy_d_assertArrowFunctionExpression as assertArrowFunctionExpression, indexLegacy_d_assertAssignmentExpression as assertAssignmentExpression, indexLegacy_d_assertAssignmentPattern as assertAssignmentPattern, indexLegacy_d_assertAwaitExpression as assertAwaitExpression, indexLegacy_d_assertBigIntLiteral as assertBigIntLiteral, indexLegacy_d_assertBinary as assertBinary, indexLegacy_d_assertBinaryExpression as assertBinaryExpression, indexLegacy_d_assertBindExpression as assertBindExpression, indexLegacy_d_assertBlock as assertBlock, indexLegacy_d_assertBlockParent as assertBlockParent, indexLegacy_d_assertBlockStatement as assertBlockStatement, indexLegacy_d_assertBooleanLiteral as assertBooleanLiteral, indexLegacy_d_assertBooleanLiteralTypeAnnotation as assertBooleanLiteralTypeAnnotation, indexLegacy_d_assertBooleanTypeAnnotation as assertBooleanTypeAnnotation, indexLegacy_d_assertBreakStatement as assertBreakStatement, indexLegacy_d_assertCallExpression as assertCallExpression, indexLegacy_d_assertCatchClause as assertCatchClause, indexLegacy_d_assertClass as assertClass, indexLegacy_d_assertClassAccessorProperty as assertClassAccessorProperty, indexLegacy_d_assertClassBody as assertClassBody, indexLegacy_d_assertClassDeclaration as assertClassDeclaration, indexLegacy_d_assertClassExpression as assertClassExpression, indexLegacy_d_assertClassImplements as assertClassImplements, indexLegacy_d_assertClassMethod as assertClassMethod, indexLegacy_d_assertClassPrivateMethod as assertClassPrivateMethod, indexLegacy_d_assertClassPrivateProperty as assertClassPrivateProperty, indexLegacy_d_assertClassProperty as assertClassProperty, indexLegacy_d_assertCompletionStatement as assertCompletionStatement, indexLegacy_d_assertConditional as assertConditional, indexLegacy_d_assertConditionalExpression as assertConditionalExpression, indexLegacy_d_assertContinueStatement as assertContinueStatement, indexLegacy_d_assertDebuggerStatement as assertDebuggerStatement, indexLegacy_d_assertDecimalLiteral as assertDecimalLiteral, indexLegacy_d_assertDeclaration as assertDeclaration, indexLegacy_d_assertDeclareClass as assertDeclareClass, indexLegacy_d_assertDeclareExportAllDeclaration as assertDeclareExportAllDeclaration, indexLegacy_d_assertDeclareExportDeclaration as assertDeclareExportDeclaration, indexLegacy_d_assertDeclareFunction as assertDeclareFunction, indexLegacy_d_assertDeclareInterface as assertDeclareInterface, indexLegacy_d_assertDeclareModule as assertDeclareModule, indexLegacy_d_assertDeclareModuleExports as assertDeclareModuleExports, indexLegacy_d_assertDeclareOpaqueType as assertDeclareOpaqueType, indexLegacy_d_assertDeclareTypeAlias as assertDeclareTypeAlias, indexLegacy_d_assertDeclareVariable as assertDeclareVariable, indexLegacy_d_assertDeclaredPredicate as assertDeclaredPredicate, indexLegacy_d_assertDecorator as assertDecorator, indexLegacy_d_assertDirective as assertDirective, indexLegacy_d_assertDirectiveLiteral as assertDirectiveLiteral, indexLegacy_d_assertDoExpression as assertDoExpression, indexLegacy_d_assertDoWhileStatement as assertDoWhileStatement, indexLegacy_d_assertEmptyStatement as assertEmptyStatement, indexLegacy_d_assertEmptyTypeAnnotation as assertEmptyTypeAnnotation, indexLegacy_d_assertEnumBody as assertEnumBody, indexLegacy_d_assertEnumBooleanBody as assertEnumBooleanBody, indexLegacy_d_assertEnumBooleanMember as assertEnumBooleanMember, indexLegacy_d_assertEnumDeclaration as assertEnumDeclaration, indexLegacy_d_assertEnumDefaultedMember as assertEnumDefaultedMember, indexLegacy_d_assertEnumMember as assertEnumMember, indexLegacy_d_assertEnumNumberBody as assertEnumNumberBody, indexLegacy_d_assertEnumNumberMember as assertEnumNumberMember, indexLegacy_d_assertEnumStringBody as assertEnumStringBody, indexLegacy_d_assertEnumStringMember as assertEnumStringMember, indexLegacy_d_assertEnumSymbolBody as assertEnumSymbolBody, indexLegacy_d_assertExistsTypeAnnotation as assertExistsTypeAnnotation, indexLegacy_d_assertExportAllDeclaration as assertExportAllDeclaration, indexLegacy_d_assertExportDeclaration as assertExportDeclaration, indexLegacy_d_assertExportDefaultDeclaration as assertExportDefaultDeclaration, indexLegacy_d_assertExportDefaultSpecifier as assertExportDefaultSpecifier, indexLegacy_d_assertExportNamedDeclaration as assertExportNamedDeclaration, indexLegacy_d_assertExportNamespaceSpecifier as assertExportNamespaceSpecifier, indexLegacy_d_assertExportSpecifier as assertExportSpecifier, indexLegacy_d_assertExpression as assertExpression, indexLegacy_d_assertExpressionStatement as assertExpressionStatement, indexLegacy_d_assertExpressionWrapper as assertExpressionWrapper, indexLegacy_d_assertFile as assertFile, indexLegacy_d_assertFlow as assertFlow, indexLegacy_d_assertFlowBaseAnnotation as assertFlowBaseAnnotation, indexLegacy_d_assertFlowDeclaration as assertFlowDeclaration, indexLegacy_d_assertFlowPredicate as assertFlowPredicate, indexLegacy_d_assertFlowType as assertFlowType, indexLegacy_d_assertFor as assertFor, indexLegacy_d_assertForInStatement as assertForInStatement, indexLegacy_d_assertForOfStatement as assertForOfStatement, indexLegacy_d_assertForStatement as assertForStatement, indexLegacy_d_assertForXStatement as assertForXStatement, indexLegacy_d_assertFunction as assertFunction, indexLegacy_d_assertFunctionDeclaration as assertFunctionDeclaration, indexLegacy_d_assertFunctionExpression as assertFunctionExpression, indexLegacy_d_assertFunctionParent as assertFunctionParent, indexLegacy_d_assertFunctionTypeAnnotation as assertFunctionTypeAnnotation, indexLegacy_d_assertFunctionTypeParam as assertFunctionTypeParam, indexLegacy_d_assertGenericTypeAnnotation as assertGenericTypeAnnotation, indexLegacy_d_assertIdentifier as assertIdentifier, indexLegacy_d_assertIfStatement as assertIfStatement, indexLegacy_d_assertImmutable as assertImmutable, indexLegacy_d_assertImport as assertImport, indexLegacy_d_assertImportAttribute as assertImportAttribute, indexLegacy_d_assertImportDeclaration as assertImportDeclaration, indexLegacy_d_assertImportDefaultSpecifier as assertImportDefaultSpecifier, indexLegacy_d_assertImportExpression as assertImportExpression, indexLegacy_d_assertImportNamespaceSpecifier as assertImportNamespaceSpecifier, indexLegacy_d_assertImportOrExportDeclaration as assertImportOrExportDeclaration, indexLegacy_d_assertImportSpecifier as assertImportSpecifier, indexLegacy_d_assertIndexedAccessType as assertIndexedAccessType, indexLegacy_d_assertInferredPredicate as assertInferredPredicate, indexLegacy_d_assertInterfaceDeclaration as assertInterfaceDeclaration, indexLegacy_d_assertInterfaceExtends as assertInterfaceExtends, indexLegacy_d_assertInterfaceTypeAnnotation as assertInterfaceTypeAnnotation, indexLegacy_d_assertInterpreterDirective as assertInterpreterDirective, indexLegacy_d_assertIntersectionTypeAnnotation as assertIntersectionTypeAnnotation, indexLegacy_d_assertJSX as assertJSX, indexLegacy_d_assertJSXAttribute as assertJSXAttribute, indexLegacy_d_assertJSXClosingElement as assertJSXClosingElement, indexLegacy_d_assertJSXClosingFragment as assertJSXClosingFragment, indexLegacy_d_assertJSXElement as assertJSXElement, indexLegacy_d_assertJSXEmptyExpression as assertJSXEmptyExpression, indexLegacy_d_assertJSXExpressionContainer as assertJSXExpressionContainer, indexLegacy_d_assertJSXFragment as assertJSXFragment, indexLegacy_d_assertJSXIdentifier as assertJSXIdentifier, indexLegacy_d_assertJSXMemberExpression as assertJSXMemberExpression, indexLegacy_d_assertJSXNamespacedName as assertJSXNamespacedName, indexLegacy_d_assertJSXOpeningElement as assertJSXOpeningElement, indexLegacy_d_assertJSXOpeningFragment as assertJSXOpeningFragment, indexLegacy_d_assertJSXSpreadAttribute as assertJSXSpreadAttribute, indexLegacy_d_assertJSXSpreadChild as assertJSXSpreadChild, indexLegacy_d_assertJSXText as assertJSXText, indexLegacy_d_assertLVal as assertLVal, indexLegacy_d_assertLabeledStatement as assertLabeledStatement, indexLegacy_d_assertLiteral as assertLiteral, indexLegacy_d_assertLogicalExpression as assertLogicalExpression, indexLegacy_d_assertLoop as assertLoop, indexLegacy_d_assertMemberExpression as assertMemberExpression, indexLegacy_d_assertMetaProperty as assertMetaProperty, indexLegacy_d_assertMethod as assertMethod, indexLegacy_d_assertMiscellaneous as assertMiscellaneous, indexLegacy_d_assertMixedTypeAnnotation as assertMixedTypeAnnotation, indexLegacy_d_assertModuleDeclaration as assertModuleDeclaration, indexLegacy_d_assertModuleExpression as assertModuleExpression, indexLegacy_d_assertModuleSpecifier as assertModuleSpecifier, indexLegacy_d_assertNewExpression as assertNewExpression, indexLegacy_d_assertNode as assertNode, indexLegacy_d_assertNullLiteral as assertNullLiteral, indexLegacy_d_assertNullLiteralTypeAnnotation as assertNullLiteralTypeAnnotation, indexLegacy_d_assertNullableTypeAnnotation as assertNullableTypeAnnotation, indexLegacy_d_assertNumberLiteral as assertNumberLiteral, indexLegacy_d_assertNumberLiteralTypeAnnotation as assertNumberLiteralTypeAnnotation, indexLegacy_d_assertNumberTypeAnnotation as assertNumberTypeAnnotation, indexLegacy_d_assertNumericLiteral as assertNumericLiteral, indexLegacy_d_assertObjectExpression as assertObjectExpression, indexLegacy_d_assertObjectMember as assertObjectMember, indexLegacy_d_assertObjectMethod as assertObjectMethod, indexLegacy_d_assertObjectPattern as assertObjectPattern, indexLegacy_d_assertObjectProperty as assertObjectProperty, indexLegacy_d_assertObjectTypeAnnotation as assertObjectTypeAnnotation, indexLegacy_d_assertObjectTypeCallProperty as assertObjectTypeCallProperty, indexLegacy_d_assertObjectTypeIndexer as assertObjectTypeIndexer, indexLegacy_d_assertObjectTypeInternalSlot as assertObjectTypeInternalSlot, indexLegacy_d_assertObjectTypeProperty as assertObjectTypeProperty, indexLegacy_d_assertObjectTypeSpreadProperty as assertObjectTypeSpreadProperty, indexLegacy_d_assertOpaqueType as assertOpaqueType, indexLegacy_d_assertOptionalCallExpression as assertOptionalCallExpression, indexLegacy_d_assertOptionalIndexedAccessType as assertOptionalIndexedAccessType, indexLegacy_d_assertOptionalMemberExpression as assertOptionalMemberExpression, indexLegacy_d_assertParenthesizedExpression as assertParenthesizedExpression, indexLegacy_d_assertPattern as assertPattern, indexLegacy_d_assertPatternLike as assertPatternLike, indexLegacy_d_assertPipelineBareFunction as assertPipelineBareFunction, indexLegacy_d_assertPipelinePrimaryTopicReference as assertPipelinePrimaryTopicReference, indexLegacy_d_assertPipelineTopicExpression as assertPipelineTopicExpression, indexLegacy_d_assertPlaceholder as assertPlaceholder, indexLegacy_d_assertPrivate as assertPrivate, indexLegacy_d_assertPrivateName as assertPrivateName, indexLegacy_d_assertProgram as assertProgram, indexLegacy_d_assertProperty as assertProperty, indexLegacy_d_assertPureish as assertPureish, indexLegacy_d_assertQualifiedTypeIdentifier as assertQualifiedTypeIdentifier, indexLegacy_d_assertRecordExpression as assertRecordExpression, indexLegacy_d_assertRegExpLiteral as assertRegExpLiteral, indexLegacy_d_assertRegexLiteral as assertRegexLiteral, indexLegacy_d_assertRestElement as assertRestElement, indexLegacy_d_assertRestProperty as assertRestProperty, indexLegacy_d_assertReturnStatement as assertReturnStatement, indexLegacy_d_assertScopable as assertScopable, indexLegacy_d_assertSequenceExpression as assertSequenceExpression, indexLegacy_d_assertSpreadElement as assertSpreadElement, indexLegacy_d_assertSpreadProperty as assertSpreadProperty, indexLegacy_d_assertStandardized as assertStandardized, indexLegacy_d_assertStatement as assertStatement, indexLegacy_d_assertStaticBlock as assertStaticBlock, indexLegacy_d_assertStringLiteral as assertStringLiteral, indexLegacy_d_assertStringLiteralTypeAnnotation as assertStringLiteralTypeAnnotation, indexLegacy_d_assertStringTypeAnnotation as assertStringTypeAnnotation, indexLegacy_d_assertSuper as assertSuper, indexLegacy_d_assertSwitchCase as assertSwitchCase, indexLegacy_d_assertSwitchStatement as assertSwitchStatement, indexLegacy_d_assertSymbolTypeAnnotation as assertSymbolTypeAnnotation, indexLegacy_d_assertTSAnyKeyword as assertTSAnyKeyword, indexLegacy_d_assertTSArrayType as assertTSArrayType, indexLegacy_d_assertTSAsExpression as assertTSAsExpression, indexLegacy_d_assertTSBaseType as assertTSBaseType, indexLegacy_d_assertTSBigIntKeyword as assertTSBigIntKeyword, indexLegacy_d_assertTSBooleanKeyword as assertTSBooleanKeyword, indexLegacy_d_assertTSCallSignatureDeclaration as assertTSCallSignatureDeclaration, indexLegacy_d_assertTSConditionalType as assertTSConditionalType, indexLegacy_d_assertTSConstructSignatureDeclaration as assertTSConstructSignatureDeclaration, indexLegacy_d_assertTSConstructorType as assertTSConstructorType, indexLegacy_d_assertTSDeclareFunction as assertTSDeclareFunction, indexLegacy_d_assertTSDeclareMethod as assertTSDeclareMethod, indexLegacy_d_assertTSEntityName as assertTSEntityName, indexLegacy_d_assertTSEnumDeclaration as assertTSEnumDeclaration, indexLegacy_d_assertTSEnumMember as assertTSEnumMember, indexLegacy_d_assertTSExportAssignment as assertTSExportAssignment, indexLegacy_d_assertTSExpressionWithTypeArguments as assertTSExpressionWithTypeArguments, indexLegacy_d_assertTSExternalModuleReference as assertTSExternalModuleReference, indexLegacy_d_assertTSFunctionType as assertTSFunctionType, indexLegacy_d_assertTSImportEqualsDeclaration as assertTSImportEqualsDeclaration, indexLegacy_d_assertTSImportType as assertTSImportType, indexLegacy_d_assertTSIndexSignature as assertTSIndexSignature, indexLegacy_d_assertTSIndexedAccessType as assertTSIndexedAccessType, indexLegacy_d_assertTSInferType as assertTSInferType, indexLegacy_d_assertTSInstantiationExpression as assertTSInstantiationExpression, indexLegacy_d_assertTSInterfaceBody as assertTSInterfaceBody, indexLegacy_d_assertTSInterfaceDeclaration as assertTSInterfaceDeclaration, indexLegacy_d_assertTSIntersectionType as assertTSIntersectionType, indexLegacy_d_assertTSIntrinsicKeyword as assertTSIntrinsicKeyword, indexLegacy_d_assertTSLiteralType as assertTSLiteralType, indexLegacy_d_assertTSMappedType as assertTSMappedType, indexLegacy_d_assertTSMethodSignature as assertTSMethodSignature, indexLegacy_d_assertTSModuleBlock as assertTSModuleBlock, indexLegacy_d_assertTSModuleDeclaration as assertTSModuleDeclaration, indexLegacy_d_assertTSNamedTupleMember as assertTSNamedTupleMember, indexLegacy_d_assertTSNamespaceExportDeclaration as assertTSNamespaceExportDeclaration, indexLegacy_d_assertTSNeverKeyword as assertTSNeverKeyword, indexLegacy_d_assertTSNonNullExpression as assertTSNonNullExpression, indexLegacy_d_assertTSNullKeyword as assertTSNullKeyword, indexLegacy_d_assertTSNumberKeyword as assertTSNumberKeyword, indexLegacy_d_assertTSObjectKeyword as assertTSObjectKeyword, indexLegacy_d_assertTSOptionalType as assertTSOptionalType, indexLegacy_d_assertTSParameterProperty as assertTSParameterProperty, indexLegacy_d_assertTSParenthesizedType as assertTSParenthesizedType, indexLegacy_d_assertTSPropertySignature as assertTSPropertySignature, indexLegacy_d_assertTSQualifiedName as assertTSQualifiedName, indexLegacy_d_assertTSRestType as assertTSRestType, indexLegacy_d_assertTSSatisfiesExpression as assertTSSatisfiesExpression, indexLegacy_d_assertTSStringKeyword as assertTSStringKeyword, indexLegacy_d_assertTSSymbolKeyword as assertTSSymbolKeyword, indexLegacy_d_assertTSThisType as assertTSThisType, indexLegacy_d_assertTSTupleType as assertTSTupleType, indexLegacy_d_assertTSType as assertTSType, indexLegacy_d_assertTSTypeAliasDeclaration as assertTSTypeAliasDeclaration, indexLegacy_d_assertTSTypeAnnotation as assertTSTypeAnnotation, indexLegacy_d_assertTSTypeAssertion as assertTSTypeAssertion, indexLegacy_d_assertTSTypeElement as assertTSTypeElement, indexLegacy_d_assertTSTypeLiteral as assertTSTypeLiteral, indexLegacy_d_assertTSTypeOperator as assertTSTypeOperator, indexLegacy_d_assertTSTypeParameter as assertTSTypeParameter, indexLegacy_d_assertTSTypeParameterDeclaration as assertTSTypeParameterDeclaration, indexLegacy_d_assertTSTypeParameterInstantiation as assertTSTypeParameterInstantiation, indexLegacy_d_assertTSTypePredicate as assertTSTypePredicate, indexLegacy_d_assertTSTypeQuery as assertTSTypeQuery, indexLegacy_d_assertTSTypeReference as assertTSTypeReference, indexLegacy_d_assertTSUndefinedKeyword as assertTSUndefinedKeyword, indexLegacy_d_assertTSUnionType as assertTSUnionType, indexLegacy_d_assertTSUnknownKeyword as assertTSUnknownKeyword, indexLegacy_d_assertTSVoidKeyword as assertTSVoidKeyword, indexLegacy_d_assertTaggedTemplateExpression as assertTaggedTemplateExpression, indexLegacy_d_assertTemplateElement as assertTemplateElement, indexLegacy_d_assertTemplateLiteral as assertTemplateLiteral, indexLegacy_d_assertTerminatorless as assertTerminatorless, indexLegacy_d_assertThisExpression as assertThisExpression, indexLegacy_d_assertThisTypeAnnotation as assertThisTypeAnnotation, indexLegacy_d_assertThrowStatement as assertThrowStatement, indexLegacy_d_assertTopicReference as assertTopicReference, indexLegacy_d_assertTryStatement as assertTryStatement, indexLegacy_d_assertTupleExpression as assertTupleExpression, indexLegacy_d_assertTupleTypeAnnotation as assertTupleTypeAnnotation, indexLegacy_d_assertTypeAlias as assertTypeAlias, indexLegacy_d_assertTypeAnnotation as assertTypeAnnotation, indexLegacy_d_assertTypeCastExpression as assertTypeCastExpression, indexLegacy_d_assertTypeParameter as assertTypeParameter, indexLegacy_d_assertTypeParameterDeclaration as assertTypeParameterDeclaration, indexLegacy_d_assertTypeParameterInstantiation as assertTypeParameterInstantiation, indexLegacy_d_assertTypeScript as assertTypeScript, indexLegacy_d_assertTypeofTypeAnnotation as assertTypeofTypeAnnotation, indexLegacy_d_assertUnaryExpression as assertUnaryExpression, indexLegacy_d_assertUnaryLike as assertUnaryLike, indexLegacy_d_assertUnionTypeAnnotation as assertUnionTypeAnnotation, indexLegacy_d_assertUpdateExpression as assertUpdateExpression, indexLegacy_d_assertUserWhitespacable as assertUserWhitespacable, indexLegacy_d_assertV8IntrinsicIdentifier as assertV8IntrinsicIdentifier, indexLegacy_d_assertVariableDeclaration as assertVariableDeclaration, indexLegacy_d_assertVariableDeclarator as assertVariableDeclarator, indexLegacy_d_assertVariance as assertVariance, indexLegacy_d_assertVoidTypeAnnotation as assertVoidTypeAnnotation, indexLegacy_d_assertWhile as assertWhile, indexLegacy_d_assertWhileStatement as assertWhileStatement, indexLegacy_d_assertWithStatement as assertWithStatement, indexLegacy_d_assertYieldExpression as assertYieldExpression, indexLegacy_d_assignmentExpression as assignmentExpression, indexLegacy_d_assignmentPattern as assignmentPattern, indexLegacy_d_awaitExpression as awaitExpression, indexLegacy_d_bigIntLiteral as bigIntLiteral, indexLegacy_d_binaryExpression as binaryExpression, indexLegacy_d_bindExpression as bindExpression, indexLegacy_d_blockStatement as blockStatement, indexLegacy_d_booleanLiteral as booleanLiteral, indexLegacy_d_booleanLiteralTypeAnnotation as booleanLiteralTypeAnnotation, indexLegacy_d_booleanTypeAnnotation as booleanTypeAnnotation, indexLegacy_d_breakStatement as breakStatement, indexLegacy_d_buildChildren as buildChildren, indexLegacy_d_buildMatchMemberExpression as buildMatchMemberExpression, indexLegacy_d_callExpression as callExpression, indexLegacy_d_catchClause as catchClause, indexLegacy_d_classAccessorProperty as classAccessorProperty, indexLegacy_d_classBody as classBody, indexLegacy_d_classDeclaration as classDeclaration, indexLegacy_d_classExpression as classExpression, indexLegacy_d_classImplements as classImplements, indexLegacy_d_classMethod as classMethod, indexLegacy_d_classPrivateMethod as classPrivateMethod, indexLegacy_d_classPrivateProperty as classPrivateProperty, indexLegacy_d_classProperty as classProperty, indexLegacy_d_clone as clone, indexLegacy_d_cloneDeep as cloneDeep, indexLegacy_d_cloneDeepWithoutLoc as cloneDeepWithoutLoc, indexLegacy_d_cloneNode as cloneNode, indexLegacy_d_cloneWithoutLoc as cloneWithoutLoc, indexLegacy_d_conditionalExpression as conditionalExpression, indexLegacy_d_continueStatement as continueStatement, indexLegacy_d_createFlowUnionType as createFlowUnionType, indexLegacy_d_createTypeAnnotationBasedOnTypeof as createTypeAnnotationBasedOnTypeof, indexLegacy_d_createUnionTypeAnnotation as createUnionTypeAnnotation, indexLegacy_d_debuggerStatement as debuggerStatement, indexLegacy_d_decimalLiteral as decimalLiteral, indexLegacy_d_declareClass as declareClass, indexLegacy_d_declareExportAllDeclaration as declareExportAllDeclaration, indexLegacy_d_declareExportDeclaration as declareExportDeclaration, indexLegacy_d_declareFunction as declareFunction, indexLegacy_d_declareInterface as declareInterface, indexLegacy_d_declareModule as declareModule, indexLegacy_d_declareModuleExports as declareModuleExports, indexLegacy_d_declareOpaqueType as declareOpaqueType, indexLegacy_d_declareTypeAlias as declareTypeAlias, indexLegacy_d_declareVariable as declareVariable, indexLegacy_d_declaredPredicate as declaredPredicate, indexLegacy_d_decorator as decorator, indexLegacy_d_directive as directive, indexLegacy_d_directiveLiteral as directiveLiteral, indexLegacy_d_doExpression as doExpression, indexLegacy_d_doWhileStatement as doWhileStatement, indexLegacy_d_emptyStatement as emptyStatement, indexLegacy_d_emptyTypeAnnotation as emptyTypeAnnotation, indexLegacy_d_ensureBlock as ensureBlock, indexLegacy_d_enumBooleanBody as enumBooleanBody, indexLegacy_d_enumBooleanMember as enumBooleanMember, indexLegacy_d_enumDeclaration as enumDeclaration, indexLegacy_d_enumDefaultedMember as enumDefaultedMember, indexLegacy_d_enumNumberBody as enumNumberBody, indexLegacy_d_enumNumberMember as enumNumberMember, indexLegacy_d_enumStringBody as enumStringBody, indexLegacy_d_enumStringMember as enumStringMember, indexLegacy_d_enumSymbolBody as enumSymbolBody, indexLegacy_d_existsTypeAnnotation as existsTypeAnnotation, indexLegacy_d_exportAllDeclaration as exportAllDeclaration, indexLegacy_d_exportDefaultDeclaration as exportDefaultDeclaration, indexLegacy_d_exportDefaultSpecifier as exportDefaultSpecifier, indexLegacy_d_exportNamedDeclaration as exportNamedDeclaration, indexLegacy_d_exportNamespaceSpecifier as exportNamespaceSpecifier, indexLegacy_d_exportSpecifier as exportSpecifier, indexLegacy_d_expressionStatement as expressionStatement, indexLegacy_d_file as file, indexLegacy_d_forInStatement as forInStatement, indexLegacy_d_forOfStatement as forOfStatement, indexLegacy_d_forStatement as forStatement, indexLegacy_d_functionDeclaration as functionDeclaration, indexLegacy_d_functionExpression as functionExpression, indexLegacy_d_functionTypeAnnotation as functionTypeAnnotation, indexLegacy_d_functionTypeParam as functionTypeParam, indexLegacy_d_genericTypeAnnotation as genericTypeAnnotation, indexLegacy_d_getBindingIdentifiers as getBindingIdentifiers, indexLegacy_d_getOuterBindingIdentifiers as getOuterBindingIdentifiers, indexLegacy_d_identifier as identifier, indexLegacy_d_ifStatement as ifStatement, _import as import, indexLegacy_d_importAttribute as importAttribute, indexLegacy_d_importDeclaration as importDeclaration, indexLegacy_d_importDefaultSpecifier as importDefaultSpecifier, indexLegacy_d_importExpression as importExpression, indexLegacy_d_importNamespaceSpecifier as importNamespaceSpecifier, indexLegacy_d_importSpecifier as importSpecifier, indexLegacy_d_indexedAccessType as indexedAccessType, indexLegacy_d_inferredPredicate as inferredPredicate, indexLegacy_d_inheritInnerComments as inheritInnerComments, indexLegacy_d_inheritLeadingComments as inheritLeadingComments, indexLegacy_d_inheritTrailingComments as inheritTrailingComments, indexLegacy_d_inherits as inherits, indexLegacy_d_inheritsComments as inheritsComments, indexLegacy_d_interfaceDeclaration as interfaceDeclaration, indexLegacy_d_interfaceExtends as interfaceExtends, indexLegacy_d_interfaceTypeAnnotation as interfaceTypeAnnotation, indexLegacy_d_interpreterDirective as interpreterDirective, indexLegacy_d_intersectionTypeAnnotation as intersectionTypeAnnotation, indexLegacy_d_is as is, indexLegacy_d_isAccessor as isAccessor, indexLegacy_d_isAnyTypeAnnotation as isAnyTypeAnnotation, indexLegacy_d_isArgumentPlaceholder as isArgumentPlaceholder, indexLegacy_d_isArrayExpression as isArrayExpression, indexLegacy_d_isArrayPattern as isArrayPattern, indexLegacy_d_isArrayTypeAnnotation as isArrayTypeAnnotation, indexLegacy_d_isArrowFunctionExpression as isArrowFunctionExpression, indexLegacy_d_isAssignmentExpression as isAssignmentExpression, indexLegacy_d_isAssignmentPattern as isAssignmentPattern, indexLegacy_d_isAwaitExpression as isAwaitExpression, indexLegacy_d_isBigIntLiteral as isBigIntLiteral, indexLegacy_d_isBinary as isBinary, indexLegacy_d_isBinaryExpression as isBinaryExpression, indexLegacy_d_isBindExpression as isBindExpression, indexLegacy_d_isBinding as isBinding, indexLegacy_d_isBlock as isBlock, indexLegacy_d_isBlockParent as isBlockParent, indexLegacy_d_isBlockScoped as isBlockScoped, indexLegacy_d_isBlockStatement as isBlockStatement, indexLegacy_d_isBooleanLiteral as isBooleanLiteral, indexLegacy_d_isBooleanLiteralTypeAnnotation as isBooleanLiteralTypeAnnotation, indexLegacy_d_isBooleanTypeAnnotation as isBooleanTypeAnnotation, indexLegacy_d_isBreakStatement as isBreakStatement, indexLegacy_d_isCallExpression as isCallExpression, indexLegacy_d_isCatchClause as isCatchClause, indexLegacy_d_isClass as isClass, indexLegacy_d_isClassAccessorProperty as isClassAccessorProperty, indexLegacy_d_isClassBody as isClassBody, indexLegacy_d_isClassDeclaration as isClassDeclaration, indexLegacy_d_isClassExpression as isClassExpression, indexLegacy_d_isClassImplements as isClassImplements, indexLegacy_d_isClassMethod as isClassMethod, indexLegacy_d_isClassPrivateMethod as isClassPrivateMethod, indexLegacy_d_isClassPrivateProperty as isClassPrivateProperty, indexLegacy_d_isClassProperty as isClassProperty, indexLegacy_d_isCompletionStatement as isCompletionStatement, indexLegacy_d_isConditional as isConditional, indexLegacy_d_isConditionalExpression as isConditionalExpression, indexLegacy_d_isContinueStatement as isContinueStatement, indexLegacy_d_isDebuggerStatement as isDebuggerStatement, indexLegacy_d_isDecimalLiteral as isDecimalLiteral, indexLegacy_d_isDeclaration as isDeclaration, indexLegacy_d_isDeclareClass as isDeclareClass, indexLegacy_d_isDeclareExportAllDeclaration as isDeclareExportAllDeclaration, indexLegacy_d_isDeclareExportDeclaration as isDeclareExportDeclaration, indexLegacy_d_isDeclareFunction as isDeclareFunction, indexLegacy_d_isDeclareInterface as isDeclareInterface, indexLegacy_d_isDeclareModule as isDeclareModule, indexLegacy_d_isDeclareModuleExports as isDeclareModuleExports, indexLegacy_d_isDeclareOpaqueType as isDeclareOpaqueType, indexLegacy_d_isDeclareTypeAlias as isDeclareTypeAlias, indexLegacy_d_isDeclareVariable as isDeclareVariable, indexLegacy_d_isDeclaredPredicate as isDeclaredPredicate, indexLegacy_d_isDecorator as isDecorator, indexLegacy_d_isDirective as isDirective, indexLegacy_d_isDirectiveLiteral as isDirectiveLiteral, indexLegacy_d_isDoExpression as isDoExpression, indexLegacy_d_isDoWhileStatement as isDoWhileStatement, indexLegacy_d_isEmptyStatement as isEmptyStatement, indexLegacy_d_isEmptyTypeAnnotation as isEmptyTypeAnnotation, indexLegacy_d_isEnumBody as isEnumBody, indexLegacy_d_isEnumBooleanBody as isEnumBooleanBody, indexLegacy_d_isEnumBooleanMember as isEnumBooleanMember, indexLegacy_d_isEnumDeclaration as isEnumDeclaration, indexLegacy_d_isEnumDefaultedMember as isEnumDefaultedMember, indexLegacy_d_isEnumMember as isEnumMember, indexLegacy_d_isEnumNumberBody as isEnumNumberBody, indexLegacy_d_isEnumNumberMember as isEnumNumberMember, indexLegacy_d_isEnumStringBody as isEnumStringBody, indexLegacy_d_isEnumStringMember as isEnumStringMember, indexLegacy_d_isEnumSymbolBody as isEnumSymbolBody, indexLegacy_d_isExistsTypeAnnotation as isExistsTypeAnnotation, indexLegacy_d_isExportAllDeclaration as isExportAllDeclaration, indexLegacy_d_isExportDeclaration as isExportDeclaration, indexLegacy_d_isExportDefaultDeclaration as isExportDefaultDeclaration, indexLegacy_d_isExportDefaultSpecifier as isExportDefaultSpecifier, indexLegacy_d_isExportNamedDeclaration as isExportNamedDeclaration, indexLegacy_d_isExportNamespaceSpecifier as isExportNamespaceSpecifier, indexLegacy_d_isExportSpecifier as isExportSpecifier, indexLegacy_d_isExpression as isExpression, indexLegacy_d_isExpressionStatement as isExpressionStatement, indexLegacy_d_isExpressionWrapper as isExpressionWrapper, indexLegacy_d_isFile as isFile, indexLegacy_d_isFlow as isFlow, indexLegacy_d_isFlowBaseAnnotation as isFlowBaseAnnotation, indexLegacy_d_isFlowDeclaration as isFlowDeclaration, indexLegacy_d_isFlowPredicate as isFlowPredicate, indexLegacy_d_isFlowType as isFlowType, indexLegacy_d_isFor as isFor, indexLegacy_d_isForInStatement as isForInStatement, indexLegacy_d_isForOfStatement as isForOfStatement, indexLegacy_d_isForStatement as isForStatement, indexLegacy_d_isForXStatement as isForXStatement, indexLegacy_d_isFunction as isFunction, indexLegacy_d_isFunctionDeclaration as isFunctionDeclaration, indexLegacy_d_isFunctionExpression as isFunctionExpression, indexLegacy_d_isFunctionParent as isFunctionParent, indexLegacy_d_isFunctionTypeAnnotation as isFunctionTypeAnnotation, indexLegacy_d_isFunctionTypeParam as isFunctionTypeParam, indexLegacy_d_isGenericTypeAnnotation as isGenericTypeAnnotation, indexLegacy_d_isIdentifier as isIdentifier, indexLegacy_d_isIfStatement as isIfStatement, indexLegacy_d_isImmutable as isImmutable, indexLegacy_d_isImport as isImport, indexLegacy_d_isImportAttribute as isImportAttribute, indexLegacy_d_isImportDeclaration as isImportDeclaration, indexLegacy_d_isImportDefaultSpecifier as isImportDefaultSpecifier, indexLegacy_d_isImportExpression as isImportExpression, indexLegacy_d_isImportNamespaceSpecifier as isImportNamespaceSpecifier, indexLegacy_d_isImportOrExportDeclaration as isImportOrExportDeclaration, indexLegacy_d_isImportSpecifier as isImportSpecifier, indexLegacy_d_isIndexedAccessType as isIndexedAccessType, indexLegacy_d_isInferredPredicate as isInferredPredicate, indexLegacy_d_isInterfaceDeclaration as isInterfaceDeclaration, indexLegacy_d_isInterfaceExtends as isInterfaceExtends, indexLegacy_d_isInterfaceTypeAnnotation as isInterfaceTypeAnnotation, indexLegacy_d_isInterpreterDirective as isInterpreterDirective, indexLegacy_d_isIntersectionTypeAnnotation as isIntersectionTypeAnnotation, indexLegacy_d_isJSX as isJSX, indexLegacy_d_isJSXAttribute as isJSXAttribute, indexLegacy_d_isJSXClosingElement as isJSXClosingElement, indexLegacy_d_isJSXClosingFragment as isJSXClosingFragment, indexLegacy_d_isJSXElement as isJSXElement, indexLegacy_d_isJSXEmptyExpression as isJSXEmptyExpression, indexLegacy_d_isJSXExpressionContainer as isJSXExpressionContainer, indexLegacy_d_isJSXFragment as isJSXFragment, indexLegacy_d_isJSXIdentifier as isJSXIdentifier, indexLegacy_d_isJSXMemberExpression as isJSXMemberExpression, indexLegacy_d_isJSXNamespacedName as isJSXNamespacedName, indexLegacy_d_isJSXOpeningElement as isJSXOpeningElement, indexLegacy_d_isJSXOpeningFragment as isJSXOpeningFragment, indexLegacy_d_isJSXSpreadAttribute as isJSXSpreadAttribute, indexLegacy_d_isJSXSpreadChild as isJSXSpreadChild, indexLegacy_d_isJSXText as isJSXText, indexLegacy_d_isLVal as isLVal, indexLegacy_d_isLabeledStatement as isLabeledStatement, indexLegacy_d_isLet as isLet, indexLegacy_d_isLiteral as isLiteral, indexLegacy_d_isLogicalExpression as isLogicalExpression, indexLegacy_d_isLoop as isLoop, indexLegacy_d_isMemberExpression as isMemberExpression, indexLegacy_d_isMetaProperty as isMetaProperty, indexLegacy_d_isMethod as isMethod, indexLegacy_d_isMiscellaneous as isMiscellaneous, indexLegacy_d_isMixedTypeAnnotation as isMixedTypeAnnotation, indexLegacy_d_isModuleDeclaration as isModuleDeclaration, indexLegacy_d_isModuleExpression as isModuleExpression, indexLegacy_d_isModuleSpecifier as isModuleSpecifier, indexLegacy_d_isNewExpression as isNewExpression, indexLegacy_d_isNode as isNode, indexLegacy_d_isNodesEquivalent as isNodesEquivalent, indexLegacy_d_isNullLiteral as isNullLiteral, indexLegacy_d_isNullLiteralTypeAnnotation as isNullLiteralTypeAnnotation, indexLegacy_d_isNullableTypeAnnotation as isNullableTypeAnnotation, indexLegacy_d_isNumberLiteral as isNumberLiteral, indexLegacy_d_isNumberLiteralTypeAnnotation as isNumberLiteralTypeAnnotation, indexLegacy_d_isNumberTypeAnnotation as isNumberTypeAnnotation, indexLegacy_d_isNumericLiteral as isNumericLiteral, indexLegacy_d_isObjectExpression as isObjectExpression, indexLegacy_d_isObjectMember as isObjectMember, indexLegacy_d_isObjectMethod as isObjectMethod, indexLegacy_d_isObjectPattern as isObjectPattern, indexLegacy_d_isObjectProperty as isObjectProperty, indexLegacy_d_isObjectTypeAnnotation as isObjectTypeAnnotation, indexLegacy_d_isObjectTypeCallProperty as isObjectTypeCallProperty, indexLegacy_d_isObjectTypeIndexer as isObjectTypeIndexer, indexLegacy_d_isObjectTypeInternalSlot as isObjectTypeInternalSlot, indexLegacy_d_isObjectTypeProperty as isObjectTypeProperty, indexLegacy_d_isObjectTypeSpreadProperty as isObjectTypeSpreadProperty, indexLegacy_d_isOpaqueType as isOpaqueType, indexLegacy_d_isOptionalCallExpression as isOptionalCallExpression, indexLegacy_d_isOptionalIndexedAccessType as isOptionalIndexedAccessType, indexLegacy_d_isOptionalMemberExpression as isOptionalMemberExpression, indexLegacy_d_isParenthesizedExpression as isParenthesizedExpression, indexLegacy_d_isPattern as isPattern, indexLegacy_d_isPatternLike as isPatternLike, indexLegacy_d_isPipelineBareFunction as isPipelineBareFunction, indexLegacy_d_isPipelinePrimaryTopicReference as isPipelinePrimaryTopicReference, indexLegacy_d_isPipelineTopicExpression as isPipelineTopicExpression, indexLegacy_d_isPlaceholder as isPlaceholder, indexLegacy_d_isPlaceholderType as isPlaceholderType, indexLegacy_d_isPrivate as isPrivate, indexLegacy_d_isPrivateName as isPrivateName, indexLegacy_d_isProgram as isProgram, indexLegacy_d_isProperty as isProperty, indexLegacy_d_isPureish as isPureish, indexLegacy_d_isQualifiedTypeIdentifier as isQualifiedTypeIdentifier, indexLegacy_d_isRecordExpression as isRecordExpression, indexLegacy_d_isReferenced as isReferenced, indexLegacy_d_isRegExpLiteral as isRegExpLiteral, indexLegacy_d_isRegexLiteral as isRegexLiteral, indexLegacy_d_isRestElement as isRestElement, indexLegacy_d_isRestProperty as isRestProperty, indexLegacy_d_isReturnStatement as isReturnStatement, indexLegacy_d_isScopable as isScopable, indexLegacy_d_isScope as isScope, indexLegacy_d_isSequenceExpression as isSequenceExpression, indexLegacy_d_isSpecifierDefault as isSpecifierDefault, indexLegacy_d_isSpreadElement as isSpreadElement, indexLegacy_d_isSpreadProperty as isSpreadProperty, indexLegacy_d_isStandardized as isStandardized, indexLegacy_d_isStatement as isStatement, indexLegacy_d_isStaticBlock as isStaticBlock, indexLegacy_d_isStringLiteral as isStringLiteral, indexLegacy_d_isStringLiteralTypeAnnotation as isStringLiteralTypeAnnotation, indexLegacy_d_isStringTypeAnnotation as isStringTypeAnnotation, indexLegacy_d_isSuper as isSuper, indexLegacy_d_isSwitchCase as isSwitchCase, indexLegacy_d_isSwitchStatement as isSwitchStatement, indexLegacy_d_isSymbolTypeAnnotation as isSymbolTypeAnnotation, indexLegacy_d_isTSAnyKeyword as isTSAnyKeyword, indexLegacy_d_isTSArrayType as isTSArrayType, indexLegacy_d_isTSAsExpression as isTSAsExpression, indexLegacy_d_isTSBaseType as isTSBaseType, indexLegacy_d_isTSBigIntKeyword as isTSBigIntKeyword, indexLegacy_d_isTSBooleanKeyword as isTSBooleanKeyword, indexLegacy_d_isTSCallSignatureDeclaration as isTSCallSignatureDeclaration, indexLegacy_d_isTSConditionalType as isTSConditionalType, indexLegacy_d_isTSConstructSignatureDeclaration as isTSConstructSignatureDeclaration, indexLegacy_d_isTSConstructorType as isTSConstructorType, indexLegacy_d_isTSDeclareFunction as isTSDeclareFunction, indexLegacy_d_isTSDeclareMethod as isTSDeclareMethod, indexLegacy_d_isTSEntityName as isTSEntityName, indexLegacy_d_isTSEnumDeclaration as isTSEnumDeclaration, indexLegacy_d_isTSEnumMember as isTSEnumMember, indexLegacy_d_isTSExportAssignment as isTSExportAssignment, indexLegacy_d_isTSExpressionWithTypeArguments as isTSExpressionWithTypeArguments, indexLegacy_d_isTSExternalModuleReference as isTSExternalModuleReference, indexLegacy_d_isTSFunctionType as isTSFunctionType, indexLegacy_d_isTSImportEqualsDeclaration as isTSImportEqualsDeclaration, indexLegacy_d_isTSImportType as isTSImportType, indexLegacy_d_isTSIndexSignature as isTSIndexSignature, indexLegacy_d_isTSIndexedAccessType as isTSIndexedAccessType, indexLegacy_d_isTSInferType as isTSInferType, indexLegacy_d_isTSInstantiationExpression as isTSInstantiationExpression, indexLegacy_d_isTSInterfaceBody as isTSInterfaceBody, indexLegacy_d_isTSInterfaceDeclaration as isTSInterfaceDeclaration, indexLegacy_d_isTSIntersectionType as isTSIntersectionType, indexLegacy_d_isTSIntrinsicKeyword as isTSIntrinsicKeyword, indexLegacy_d_isTSLiteralType as isTSLiteralType, indexLegacy_d_isTSMappedType as isTSMappedType, indexLegacy_d_isTSMethodSignature as isTSMethodSignature, indexLegacy_d_isTSModuleBlock as isTSModuleBlock, indexLegacy_d_isTSModuleDeclaration as isTSModuleDeclaration, indexLegacy_d_isTSNamedTupleMember as isTSNamedTupleMember, indexLegacy_d_isTSNamespaceExportDeclaration as isTSNamespaceExportDeclaration, indexLegacy_d_isTSNeverKeyword as isTSNeverKeyword, indexLegacy_d_isTSNonNullExpression as isTSNonNullExpression, indexLegacy_d_isTSNullKeyword as isTSNullKeyword, indexLegacy_d_isTSNumberKeyword as isTSNumberKeyword, indexLegacy_d_isTSObjectKeyword as isTSObjectKeyword, indexLegacy_d_isTSOptionalType as isTSOptionalType, indexLegacy_d_isTSParameterProperty as isTSParameterProperty, indexLegacy_d_isTSParenthesizedType as isTSParenthesizedType, indexLegacy_d_isTSPropertySignature as isTSPropertySignature, indexLegacy_d_isTSQualifiedName as isTSQualifiedName, indexLegacy_d_isTSRestType as isTSRestType, indexLegacy_d_isTSSatisfiesExpression as isTSSatisfiesExpression, indexLegacy_d_isTSStringKeyword as isTSStringKeyword, indexLegacy_d_isTSSymbolKeyword as isTSSymbolKeyword, indexLegacy_d_isTSThisType as isTSThisType, indexLegacy_d_isTSTupleType as isTSTupleType, indexLegacy_d_isTSType as isTSType, indexLegacy_d_isTSTypeAliasDeclaration as isTSTypeAliasDeclaration, indexLegacy_d_isTSTypeAnnotation as isTSTypeAnnotation, indexLegacy_d_isTSTypeAssertion as isTSTypeAssertion, indexLegacy_d_isTSTypeElement as isTSTypeElement, indexLegacy_d_isTSTypeLiteral as isTSTypeLiteral, indexLegacy_d_isTSTypeOperator as isTSTypeOperator, indexLegacy_d_isTSTypeParameter as isTSTypeParameter, indexLegacy_d_isTSTypeParameterDeclaration as isTSTypeParameterDeclaration, indexLegacy_d_isTSTypeParameterInstantiation as isTSTypeParameterInstantiation, indexLegacy_d_isTSTypePredicate as isTSTypePredicate, indexLegacy_d_isTSTypeQuery as isTSTypeQuery, indexLegacy_d_isTSTypeReference as isTSTypeReference, indexLegacy_d_isTSUndefinedKeyword as isTSUndefinedKeyword, indexLegacy_d_isTSUnionType as isTSUnionType, indexLegacy_d_isTSUnknownKeyword as isTSUnknownKeyword, indexLegacy_d_isTSVoidKeyword as isTSVoidKeyword, indexLegacy_d_isTaggedTemplateExpression as isTaggedTemplateExpression, indexLegacy_d_isTemplateElement as isTemplateElement, indexLegacy_d_isTemplateLiteral as isTemplateLiteral, indexLegacy_d_isTerminatorless as isTerminatorless, indexLegacy_d_isThisExpression as isThisExpression, indexLegacy_d_isThisTypeAnnotation as isThisTypeAnnotation, indexLegacy_d_isThrowStatement as isThrowStatement, indexLegacy_d_isTopicReference as isTopicReference, indexLegacy_d_isTryStatement as isTryStatement, indexLegacy_d_isTupleExpression as isTupleExpression, indexLegacy_d_isTupleTypeAnnotation as isTupleTypeAnnotation, indexLegacy_d_isType as isType, indexLegacy_d_isTypeAlias as isTypeAlias, indexLegacy_d_isTypeAnnotation as isTypeAnnotation, indexLegacy_d_isTypeCastExpression as isTypeCastExpression, indexLegacy_d_isTypeParameter as isTypeParameter, indexLegacy_d_isTypeParameterDeclaration as isTypeParameterDeclaration, indexLegacy_d_isTypeParameterInstantiation as isTypeParameterInstantiation, indexLegacy_d_isTypeScript as isTypeScript, indexLegacy_d_isTypeofTypeAnnotation as isTypeofTypeAnnotation, indexLegacy_d_isUnaryExpression as isUnaryExpression, indexLegacy_d_isUnaryLike as isUnaryLike, indexLegacy_d_isUnionTypeAnnotation as isUnionTypeAnnotation, indexLegacy_d_isUpdateExpression as isUpdateExpression, indexLegacy_d_isUserWhitespacable as isUserWhitespacable, indexLegacy_d_isV8IntrinsicIdentifier as isV8IntrinsicIdentifier, indexLegacy_d_isValidES3Identifier as isValidES3Identifier, indexLegacy_d_isValidIdentifier as isValidIdentifier, indexLegacy_d_isVar as isVar, indexLegacy_d_isVariableDeclaration as isVariableDeclaration, indexLegacy_d_isVariableDeclarator as isVariableDeclarator, indexLegacy_d_isVariance as isVariance, indexLegacy_d_isVoidTypeAnnotation as isVoidTypeAnnotation, indexLegacy_d_isWhile as isWhile, indexLegacy_d_isWhileStatement as isWhileStatement, indexLegacy_d_isWithStatement as isWithStatement, indexLegacy_d_isYieldExpression as isYieldExpression, indexLegacy_d_jsxAttribute as jsxAttribute, indexLegacy_d_jsxClosingElement as jsxClosingElement, indexLegacy_d_jsxClosingFragment as jsxClosingFragment, indexLegacy_d_jsxElement as jsxElement, indexLegacy_d_jsxEmptyExpression as jsxEmptyExpression, indexLegacy_d_jsxExpressionContainer as jsxExpressionContainer, indexLegacy_d_jsxFragment as jsxFragment, indexLegacy_d_jsxIdentifier as jsxIdentifier, indexLegacy_d_jsxMemberExpression as jsxMemberExpression, indexLegacy_d_jsxNamespacedName as jsxNamespacedName, indexLegacy_d_jsxOpeningElement as jsxOpeningElement, indexLegacy_d_jsxOpeningFragment as jsxOpeningFragment, indexLegacy_d_jsxSpreadAttribute as jsxSpreadAttribute, indexLegacy_d_jsxSpreadChild as jsxSpreadChild, indexLegacy_d_jsxText as jsxText, indexLegacy_d_labeledStatement as labeledStatement, indexLegacy_d_logicalExpression as logicalExpression, indexLegacy_d_matchesPattern as matchesPattern, indexLegacy_d_memberExpression as memberExpression, indexLegacy_d_metaProperty as metaProperty, indexLegacy_d_mixedTypeAnnotation as mixedTypeAnnotation, indexLegacy_d_moduleExpression as moduleExpression, indexLegacy_d_newExpression as newExpression, indexLegacy_d_nullLiteral as nullLiteral, indexLegacy_d_nullLiteralTypeAnnotation as nullLiteralTypeAnnotation, indexLegacy_d_nullableTypeAnnotation as nullableTypeAnnotation, indexLegacy_d_numberLiteralTypeAnnotation as numberLiteralTypeAnnotation, indexLegacy_d_numberTypeAnnotation as numberTypeAnnotation, indexLegacy_d_numericLiteral as numericLiteral, indexLegacy_d_objectExpression as objectExpression, indexLegacy_d_objectMethod as objectMethod, indexLegacy_d_objectPattern as objectPattern, indexLegacy_d_objectProperty as objectProperty, indexLegacy_d_objectTypeAnnotation as objectTypeAnnotation, indexLegacy_d_objectTypeCallProperty as objectTypeCallProperty, indexLegacy_d_objectTypeIndexer as objectTypeIndexer, indexLegacy_d_objectTypeInternalSlot as objectTypeInternalSlot, indexLegacy_d_objectTypeProperty as objectTypeProperty, indexLegacy_d_objectTypeSpreadProperty as objectTypeSpreadProperty, indexLegacy_d_opaqueType as opaqueType, indexLegacy_d_optionalCallExpression as optionalCallExpression, indexLegacy_d_optionalIndexedAccessType as optionalIndexedAccessType, indexLegacy_d_optionalMemberExpression as optionalMemberExpression, indexLegacy_d_parenthesizedExpression as parenthesizedExpression, indexLegacy_d_pipelineBareFunction as pipelineBareFunction, indexLegacy_d_pipelinePrimaryTopicReference as pipelinePrimaryTopicReference, indexLegacy_d_pipelineTopicExpression as pipelineTopicExpression, indexLegacy_d_placeholder as placeholder, indexLegacy_d_prependToMemberExpression as prependToMemberExpression, indexLegacy_d_privateName as privateName, indexLegacy_d_program as program, indexLegacy_d_qualifiedTypeIdentifier as qualifiedTypeIdentifier, indexLegacy_d_recordExpression as recordExpression, indexLegacy_d_regExpLiteral as regExpLiteral, indexLegacy_d_removeComments as removeComments, indexLegacy_d_removeProperties as removeProperties, indexLegacy_d_removePropertiesDeep as removePropertiesDeep, indexLegacy_d_removeTypeDuplicates as removeTypeDuplicates, indexLegacy_d_restElement as restElement, indexLegacy_d_returnStatement as returnStatement, indexLegacy_d_sequenceExpression as sequenceExpression, indexLegacy_d_shallowEqual as shallowEqual, indexLegacy_d_spreadElement as spreadElement, indexLegacy_d_staticBlock as staticBlock, indexLegacy_d_stringLiteral as stringLiteral, indexLegacy_d_stringLiteralTypeAnnotation as stringLiteralTypeAnnotation, indexLegacy_d_stringTypeAnnotation as stringTypeAnnotation, _super as super, indexLegacy_d_switchCase as switchCase, indexLegacy_d_switchStatement as switchStatement, indexLegacy_d_symbolTypeAnnotation as symbolTypeAnnotation, indexLegacy_d_taggedTemplateExpression as taggedTemplateExpression, indexLegacy_d_templateElement as templateElement, indexLegacy_d_templateLiteral as templateLiteral, indexLegacy_d_thisExpression as thisExpression, indexLegacy_d_thisTypeAnnotation as thisTypeAnnotation, indexLegacy_d_throwStatement as throwStatement, indexLegacy_d_toBindingIdentifierName as toBindingIdentifierName, indexLegacy_d_toBlock as toBlock, indexLegacy_d_toComputedKey as toComputedKey, indexLegacy_d_toExpression as toExpression, indexLegacy_d_toIdentifier as toIdentifier, indexLegacy_d_toKeyAlias as toKeyAlias, indexLegacy_d_toSequenceExpression as toSequenceExpression, indexLegacy_d_toStatement as toStatement, indexLegacy_d_topicReference as topicReference, indexLegacy_d_traverse as traverse, indexLegacy_d_traverseFast as traverseFast, indexLegacy_d_tryStatement as tryStatement, indexLegacy_d_tsAnyKeyword as tsAnyKeyword, indexLegacy_d_tsArrayType as tsArrayType, indexLegacy_d_tsAsExpression as tsAsExpression, indexLegacy_d_tsBigIntKeyword as tsBigIntKeyword, indexLegacy_d_tsBooleanKeyword as tsBooleanKeyword, indexLegacy_d_tsCallSignatureDeclaration as tsCallSignatureDeclaration, indexLegacy_d_tsConditionalType as tsConditionalType, indexLegacy_d_tsConstructSignatureDeclaration as tsConstructSignatureDeclaration, indexLegacy_d_tsConstructorType as tsConstructorType, indexLegacy_d_tsDeclareFunction as tsDeclareFunction, indexLegacy_d_tsDeclareMethod as tsDeclareMethod, indexLegacy_d_tsEnumDeclaration as tsEnumDeclaration, indexLegacy_d_tsEnumMember as tsEnumMember, indexLegacy_d_tsExportAssignment as tsExportAssignment, indexLegacy_d_tsExpressionWithTypeArguments as tsExpressionWithTypeArguments, indexLegacy_d_tsExternalModuleReference as tsExternalModuleReference, indexLegacy_d_tsFunctionType as tsFunctionType, indexLegacy_d_tsImportEqualsDeclaration as tsImportEqualsDeclaration, indexLegacy_d_tsImportType as tsImportType, indexLegacy_d_tsIndexSignature as tsIndexSignature, indexLegacy_d_tsIndexedAccessType as tsIndexedAccessType, indexLegacy_d_tsInferType as tsInferType, indexLegacy_d_tsInstantiationExpression as tsInstantiationExpression, indexLegacy_d_tsInterfaceBody as tsInterfaceBody, indexLegacy_d_tsInterfaceDeclaration as tsInterfaceDeclaration, indexLegacy_d_tsIntersectionType as tsIntersectionType, indexLegacy_d_tsIntrinsicKeyword as tsIntrinsicKeyword, indexLegacy_d_tsLiteralType as tsLiteralType, indexLegacy_d_tsMappedType as tsMappedType, indexLegacy_d_tsMethodSignature as tsMethodSignature, indexLegacy_d_tsModuleBlock as tsModuleBlock, indexLegacy_d_tsModuleDeclaration as tsModuleDeclaration, indexLegacy_d_tsNamedTupleMember as tsNamedTupleMember, indexLegacy_d_tsNamespaceExportDeclaration as tsNamespaceExportDeclaration, indexLegacy_d_tsNeverKeyword as tsNeverKeyword, indexLegacy_d_tsNonNullExpression as tsNonNullExpression, indexLegacy_d_tsNullKeyword as tsNullKeyword, indexLegacy_d_tsNumberKeyword as tsNumberKeyword, indexLegacy_d_tsObjectKeyword as tsObjectKeyword, indexLegacy_d_tsOptionalType as tsOptionalType, indexLegacy_d_tsParameterProperty as tsParameterProperty, indexLegacy_d_tsParenthesizedType as tsParenthesizedType, indexLegacy_d_tsPropertySignature as tsPropertySignature, indexLegacy_d_tsQualifiedName as tsQualifiedName, indexLegacy_d_tsRestType as tsRestType, indexLegacy_d_tsSatisfiesExpression as tsSatisfiesExpression, indexLegacy_d_tsStringKeyword as tsStringKeyword, indexLegacy_d_tsSymbolKeyword as tsSymbolKeyword, indexLegacy_d_tsThisType as tsThisType, indexLegacy_d_tsTupleType as tsTupleType, indexLegacy_d_tsTypeAliasDeclaration as tsTypeAliasDeclaration, indexLegacy_d_tsTypeAnnotation as tsTypeAnnotation, indexLegacy_d_tsTypeAssertion as tsTypeAssertion, indexLegacy_d_tsTypeLiteral as tsTypeLiteral, indexLegacy_d_tsTypeOperator as tsTypeOperator, indexLegacy_d_tsTypeParameter as tsTypeParameter, indexLegacy_d_tsTypeParameterDeclaration as tsTypeParameterDeclaration, indexLegacy_d_tsTypeParameterInstantiation as tsTypeParameterInstantiation, indexLegacy_d_tsTypePredicate as tsTypePredicate, indexLegacy_d_tsTypeQuery as tsTypeQuery, indexLegacy_d_tsTypeReference as tsTypeReference, indexLegacy_d_tsUndefinedKeyword as tsUndefinedKeyword, indexLegacy_d_tsUnionType as tsUnionType, indexLegacy_d_tsUnknownKeyword as tsUnknownKeyword, indexLegacy_d_tsVoidKeyword as tsVoidKeyword, indexLegacy_d_tupleExpression as tupleExpression, indexLegacy_d_tupleTypeAnnotation as tupleTypeAnnotation, indexLegacy_d_typeAlias as typeAlias, indexLegacy_d_typeAnnotation as typeAnnotation, indexLegacy_d_typeCastExpression as typeCastExpression, indexLegacy_d_typeParameter as typeParameter, indexLegacy_d_typeParameterDeclaration as typeParameterDeclaration, indexLegacy_d_typeParameterInstantiation as typeParameterInstantiation, indexLegacy_d_typeofTypeAnnotation as typeofTypeAnnotation, indexLegacy_d_unaryExpression as unaryExpression, indexLegacy_d_unionTypeAnnotation as unionTypeAnnotation, indexLegacy_d_updateExpression as updateExpression, indexLegacy_d_v8IntrinsicIdentifier as v8IntrinsicIdentifier, indexLegacy_d_validate as validate, indexLegacy_d_valueToNode as valueToNode, indexLegacy_d_variableDeclaration as variableDeclaration, indexLegacy_d_variableDeclarator as variableDeclarator, indexLegacy_d_variance as variance, indexLegacy_d_voidTypeAnnotation as voidTypeAnnotation, indexLegacy_d_whileStatement as whileStatement, indexLegacy_d_withStatement as withStatement, indexLegacy_d_yieldExpression as yieldExpression };
|
|
3981
|
+
export { type indexLegacy_d_Accessor as Accessor, type indexLegacy_d_Aliases as Aliases, type indexLegacy_d_AnyTypeAnnotation as AnyTypeAnnotation, type indexLegacy_d_ArgumentPlaceholder as ArgumentPlaceholder, type indexLegacy_d_ArrayExpression as ArrayExpression, type indexLegacy_d_ArrayPattern as ArrayPattern, type indexLegacy_d_ArrayTypeAnnotation as ArrayTypeAnnotation, type indexLegacy_d_ArrowFunctionExpression as ArrowFunctionExpression, type indexLegacy_d_AssignmentExpression as AssignmentExpression, type indexLegacy_d_AssignmentPattern as AssignmentPattern, type indexLegacy_d_AwaitExpression as AwaitExpression, type indexLegacy_d_BigIntLiteral as BigIntLiteral, type indexLegacy_d_Binary as Binary, type indexLegacy_d_BinaryExpression as BinaryExpression, type indexLegacy_d_BindExpression as BindExpression, type indexLegacy_d_Block as Block, type indexLegacy_d_BlockParent as BlockParent, type indexLegacy_d_BlockStatement as BlockStatement, type indexLegacy_d_BooleanLiteral as BooleanLiteral, type indexLegacy_d_BooleanLiteralTypeAnnotation as BooleanLiteralTypeAnnotation, type indexLegacy_d_BooleanTypeAnnotation as BooleanTypeAnnotation, type indexLegacy_d_BreakStatement as BreakStatement, type indexLegacy_d_CallExpression as CallExpression, type indexLegacy_d_CatchClause as CatchClause, type indexLegacy_d_Class as Class, type indexLegacy_d_ClassAccessorProperty as ClassAccessorProperty, type indexLegacy_d_ClassBody as ClassBody, type indexLegacy_d_ClassDeclaration as ClassDeclaration, type indexLegacy_d_ClassExpression as ClassExpression, type indexLegacy_d_ClassImplements as ClassImplements, type indexLegacy_d_ClassMethod as ClassMethod, type indexLegacy_d_ClassPrivateMethod as ClassPrivateMethod, type indexLegacy_d_ClassPrivateProperty as ClassPrivateProperty, type indexLegacy_d_ClassProperty as ClassProperty, type indexLegacy_d_Comment as Comment, type indexLegacy_d_CommentBlock as CommentBlock, type indexLegacy_d_CommentLine as CommentLine, type indexLegacy_d_CommentTypeShorthand as CommentTypeShorthand, type indexLegacy_d_CompletionStatement as CompletionStatement, type indexLegacy_d_Conditional as Conditional, type indexLegacy_d_ConditionalExpression as ConditionalExpression, type indexLegacy_d_ContinueStatement as ContinueStatement, type indexLegacy_d_DebuggerStatement as DebuggerStatement, type indexLegacy_d_Declaration as Declaration, type indexLegacy_d_DeclareClass as DeclareClass, type indexLegacy_d_DeclareExportAllDeclaration as DeclareExportAllDeclaration, type indexLegacy_d_DeclareExportDeclaration as DeclareExportDeclaration, type indexLegacy_d_DeclareFunction as DeclareFunction, type indexLegacy_d_DeclareInterface as DeclareInterface, type indexLegacy_d_DeclareModule as DeclareModule, type indexLegacy_d_DeclareModuleExports as DeclareModuleExports, type indexLegacy_d_DeclareOpaqueType as DeclareOpaqueType, type indexLegacy_d_DeclareTypeAlias as DeclareTypeAlias, type indexLegacy_d_DeclareVariable as DeclareVariable, type indexLegacy_d_DeclaredPredicate as DeclaredPredicate, type indexLegacy_d_Decorator as Decorator, type indexLegacy_d_Directive as Directive, type indexLegacy_d_DirectiveLiteral as DirectiveLiteral, type indexLegacy_d_DoExpression as DoExpression, type indexLegacy_d_DoWhileStatement as DoWhileStatement, type indexLegacy_d_EmptyStatement as EmptyStatement, type indexLegacy_d_EmptyTypeAnnotation as EmptyTypeAnnotation, type indexLegacy_d_EnumBody as EnumBody, type indexLegacy_d_EnumBooleanBody as EnumBooleanBody, type indexLegacy_d_EnumBooleanMember as EnumBooleanMember, type indexLegacy_d_EnumDeclaration as EnumDeclaration, type indexLegacy_d_EnumDefaultedMember as EnumDefaultedMember, type indexLegacy_d_EnumMember as EnumMember, type indexLegacy_d_EnumNumberBody as EnumNumberBody, type indexLegacy_d_EnumNumberMember as EnumNumberMember, type indexLegacy_d_EnumStringBody as EnumStringBody, type indexLegacy_d_EnumStringMember as EnumStringMember, type indexLegacy_d_EnumSymbolBody as EnumSymbolBody, type indexLegacy_d_ExistsTypeAnnotation as ExistsTypeAnnotation, type indexLegacy_d_ExportAllDeclaration as ExportAllDeclaration, type indexLegacy_d_ExportDeclaration as ExportDeclaration, type indexLegacy_d_ExportDefaultDeclaration as ExportDefaultDeclaration, type indexLegacy_d_ExportDefaultSpecifier as ExportDefaultSpecifier, type indexLegacy_d_ExportNamedDeclaration as ExportNamedDeclaration, type indexLegacy_d_ExportNamespaceSpecifier as ExportNamespaceSpecifier, type indexLegacy_d_ExportSpecifier as ExportSpecifier, type indexLegacy_d_Expression as Expression, type indexLegacy_d_ExpressionStatement as ExpressionStatement, type indexLegacy_d_ExpressionWrapper as ExpressionWrapper, type indexLegacy_d_File as File, type indexLegacy_d_Flow as Flow, type indexLegacy_d_FlowBaseAnnotation as FlowBaseAnnotation, type indexLegacy_d_FlowDeclaration as FlowDeclaration, type indexLegacy_d_FlowPredicate as FlowPredicate, type indexLegacy_d_FlowType as FlowType, type indexLegacy_d_For as For, type indexLegacy_d_ForInStatement as ForInStatement, type indexLegacy_d_ForOfStatement as ForOfStatement, type indexLegacy_d_ForStatement as ForStatement, type indexLegacy_d_ForXStatement as ForXStatement, type indexLegacy_d_Function as Function, type indexLegacy_d_FunctionDeclaration as FunctionDeclaration, type indexLegacy_d_FunctionExpression as FunctionExpression, type indexLegacy_d_FunctionParent as FunctionParent, type indexLegacy_d_FunctionTypeAnnotation as FunctionTypeAnnotation, type indexLegacy_d_FunctionTypeParam as FunctionTypeParam, type indexLegacy_d_GenericTypeAnnotation as GenericTypeAnnotation, type indexLegacy_d_Identifier as Identifier, type indexLegacy_d_IfStatement as IfStatement, type indexLegacy_d_Immutable as Immutable, type indexLegacy_d_Import as Import, type indexLegacy_d_ImportAttribute as ImportAttribute, type indexLegacy_d_ImportDeclaration as ImportDeclaration, type indexLegacy_d_ImportDefaultSpecifier as ImportDefaultSpecifier, type indexLegacy_d_ImportExpression as ImportExpression, type indexLegacy_d_ImportNamespaceSpecifier as ImportNamespaceSpecifier, type indexLegacy_d_ImportOrExportDeclaration as ImportOrExportDeclaration, type indexLegacy_d_ImportSpecifier as ImportSpecifier, type indexLegacy_d_IndexedAccessType as IndexedAccessType, type indexLegacy_d_InferredPredicate as InferredPredicate, type indexLegacy_d_InterfaceDeclaration as InterfaceDeclaration, type indexLegacy_d_InterfaceExtends as InterfaceExtends, type indexLegacy_d_InterfaceTypeAnnotation as InterfaceTypeAnnotation, type indexLegacy_d_InterpreterDirective as InterpreterDirective, type indexLegacy_d_IntersectionTypeAnnotation as IntersectionTypeAnnotation, type indexLegacy_d_JSX as JSX, type indexLegacy_d_JSXAttribute as JSXAttribute, type indexLegacy_d_JSXClosingElement as JSXClosingElement, type indexLegacy_d_JSXClosingFragment as JSXClosingFragment, type indexLegacy_d_JSXElement as JSXElement, type indexLegacy_d_JSXEmptyExpression as JSXEmptyExpression, type indexLegacy_d_JSXExpressionContainer as JSXExpressionContainer, type indexLegacy_d_JSXFragment as JSXFragment, type indexLegacy_d_JSXIdentifier as JSXIdentifier, type indexLegacy_d_JSXMemberExpression as JSXMemberExpression, type indexLegacy_d_JSXNamespacedName as JSXNamespacedName, type indexLegacy_d_JSXOpeningElement as JSXOpeningElement, type indexLegacy_d_JSXOpeningFragment as JSXOpeningFragment, type indexLegacy_d_JSXSpreadAttribute as JSXSpreadAttribute, type indexLegacy_d_JSXSpreadChild as JSXSpreadChild, type indexLegacy_d_JSXText as JSXText, type indexLegacy_d_LVal as LVal, type indexLegacy_d_LabeledStatement as LabeledStatement, type indexLegacy_d_Literal as Literal, type indexLegacy_d_LogicalExpression as LogicalExpression, type indexLegacy_d_Loop as Loop, type indexLegacy_d_MemberExpression as MemberExpression, type indexLegacy_d_MetaProperty as MetaProperty, type indexLegacy_d_Method as Method, type indexLegacy_d_Miscellaneous as Miscellaneous, type indexLegacy_d_MixedTypeAnnotation as MixedTypeAnnotation, type indexLegacy_d_ModuleDeclaration as ModuleDeclaration, type indexLegacy_d_ModuleExpression as ModuleExpression, type indexLegacy_d_ModuleSpecifier as ModuleSpecifier, type indexLegacy_d_NewExpression as NewExpression, type indexLegacy_d_Node as Node, type indexLegacy_d_NullLiteral as NullLiteral, type indexLegacy_d_NullLiteralTypeAnnotation as NullLiteralTypeAnnotation, type indexLegacy_d_NullableTypeAnnotation as NullableTypeAnnotation, type indexLegacy_d_NumberLiteral as NumberLiteral, type indexLegacy_d_NumberLiteralTypeAnnotation as NumberLiteralTypeAnnotation, type indexLegacy_d_NumberTypeAnnotation as NumberTypeAnnotation, type indexLegacy_d_NumericLiteral as NumericLiteral, type indexLegacy_d_ObjectExpression as ObjectExpression, type indexLegacy_d_ObjectMember as ObjectMember, type indexLegacy_d_ObjectMethod as ObjectMethod, type indexLegacy_d_ObjectPattern as ObjectPattern, type indexLegacy_d_ObjectProperty as ObjectProperty, type indexLegacy_d_ObjectTypeAnnotation as ObjectTypeAnnotation, type indexLegacy_d_ObjectTypeCallProperty as ObjectTypeCallProperty, type indexLegacy_d_ObjectTypeIndexer as ObjectTypeIndexer, type indexLegacy_d_ObjectTypeInternalSlot as ObjectTypeInternalSlot, type indexLegacy_d_ObjectTypeProperty as ObjectTypeProperty, type indexLegacy_d_ObjectTypeSpreadProperty as ObjectTypeSpreadProperty, type indexLegacy_d_OpaqueType as OpaqueType, type indexLegacy_d_OptionalCallExpression as OptionalCallExpression, type indexLegacy_d_OptionalIndexedAccessType as OptionalIndexedAccessType, type indexLegacy_d_OptionalMemberExpression as OptionalMemberExpression, type indexLegacy_d_ParenthesizedExpression as ParenthesizedExpression, type indexLegacy_d_Pattern as Pattern, type indexLegacy_d_PatternLike as PatternLike, type indexLegacy_d_PipelineBareFunction as PipelineBareFunction, type indexLegacy_d_PipelinePrimaryTopicReference as PipelinePrimaryTopicReference, type indexLegacy_d_PipelineTopicExpression as PipelineTopicExpression, type indexLegacy_d_Placeholder as Placeholder, type indexLegacy_d_Private as Private, type indexLegacy_d_PrivateName as PrivateName, type indexLegacy_d_Program as Program, type indexLegacy_d_Property as Property, type indexLegacy_d_Pureish as Pureish, type indexLegacy_d_QualifiedTypeIdentifier as QualifiedTypeIdentifier, type indexLegacy_d_RecordExpression as RecordExpression, type indexLegacy_d_RegExpLiteral as RegExpLiteral, type indexLegacy_d_RegexLiteral as RegexLiteral, type indexLegacy_d_RestElement as RestElement, type indexLegacy_d_RestProperty as RestProperty, type indexLegacy_d_ReturnStatement as ReturnStatement, type indexLegacy_d_Scopable as Scopable, type indexLegacy_d_SequenceExpression as SequenceExpression, type indexLegacy_d_SourceLocation as SourceLocation, type indexLegacy_d_SpreadElement as SpreadElement, type indexLegacy_d_SpreadProperty as SpreadProperty, type indexLegacy_d_Standardized as Standardized, type indexLegacy_d_Statement as Statement, type indexLegacy_d_StaticBlock as StaticBlock, type indexLegacy_d_StringLiteral as StringLiteral, type indexLegacy_d_StringLiteralTypeAnnotation as StringLiteralTypeAnnotation, type indexLegacy_d_StringTypeAnnotation as StringTypeAnnotation, type indexLegacy_d_Super as Super, type indexLegacy_d_SwitchCase as SwitchCase, type indexLegacy_d_SwitchStatement as SwitchStatement, type indexLegacy_d_SymbolTypeAnnotation as SymbolTypeAnnotation, type indexLegacy_d_TSAnyKeyword as TSAnyKeyword, type indexLegacy_d_TSArrayType as TSArrayType, type indexLegacy_d_TSAsExpression as TSAsExpression, type indexLegacy_d_TSBaseType as TSBaseType, type indexLegacy_d_TSBigIntKeyword as TSBigIntKeyword, type indexLegacy_d_TSBooleanKeyword as TSBooleanKeyword, type indexLegacy_d_TSCallSignatureDeclaration as TSCallSignatureDeclaration, type indexLegacy_d_TSClassImplements as TSClassImplements, type indexLegacy_d_TSConditionalType as TSConditionalType, type indexLegacy_d_TSConstructSignatureDeclaration as TSConstructSignatureDeclaration, type indexLegacy_d_TSConstructorType as TSConstructorType, type indexLegacy_d_TSDeclareFunction as TSDeclareFunction, type indexLegacy_d_TSDeclareMethod as TSDeclareMethod, type indexLegacy_d_TSEntityName as TSEntityName, type indexLegacy_d_TSEnumDeclaration as TSEnumDeclaration, type indexLegacy_d_TSEnumMember as TSEnumMember, type indexLegacy_d_TSExportAssignment as TSExportAssignment, type indexLegacy_d_TSExternalModuleReference as TSExternalModuleReference, type indexLegacy_d_TSFunctionType as TSFunctionType, type indexLegacy_d_TSImportEqualsDeclaration as TSImportEqualsDeclaration, type indexLegacy_d_TSImportType as TSImportType, type indexLegacy_d_TSIndexSignature as TSIndexSignature, type indexLegacy_d_TSIndexedAccessType as TSIndexedAccessType, type indexLegacy_d_TSInferType as TSInferType, type indexLegacy_d_TSInstantiationExpression as TSInstantiationExpression, type indexLegacy_d_TSInterfaceBody as TSInterfaceBody, type indexLegacy_d_TSInterfaceDeclaration as TSInterfaceDeclaration, type indexLegacy_d_TSInterfaceHeritage as TSInterfaceHeritage, type indexLegacy_d_TSIntersectionType as TSIntersectionType, type indexLegacy_d_TSIntrinsicKeyword as TSIntrinsicKeyword, type indexLegacy_d_TSLiteralType as TSLiteralType, type indexLegacy_d_TSMappedType as TSMappedType, type indexLegacy_d_TSMethodSignature as TSMethodSignature, type indexLegacy_d_TSModuleBlock as TSModuleBlock, type indexLegacy_d_TSModuleDeclaration as TSModuleDeclaration, type indexLegacy_d_TSNamedTupleMember as TSNamedTupleMember, type indexLegacy_d_TSNamespaceExportDeclaration as TSNamespaceExportDeclaration, type indexLegacy_d_TSNeverKeyword as TSNeverKeyword, type indexLegacy_d_TSNonNullExpression as TSNonNullExpression, type indexLegacy_d_TSNullKeyword as TSNullKeyword, type indexLegacy_d_TSNumberKeyword as TSNumberKeyword, type indexLegacy_d_TSObjectKeyword as TSObjectKeyword, type indexLegacy_d_TSOptionalType as TSOptionalType, type indexLegacy_d_TSParameterProperty as TSParameterProperty, type indexLegacy_d_TSParenthesizedType as TSParenthesizedType, type indexLegacy_d_TSPropertySignature as TSPropertySignature, type indexLegacy_d_TSQualifiedName as TSQualifiedName, type indexLegacy_d_TSRestType as TSRestType, type indexLegacy_d_TSSatisfiesExpression as TSSatisfiesExpression, type indexLegacy_d_TSStringKeyword as TSStringKeyword, type indexLegacy_d_TSSymbolKeyword as TSSymbolKeyword, type indexLegacy_d_TSThisType as TSThisType, type indexLegacy_d_TSTupleType as TSTupleType, type indexLegacy_d_TSType as TSType, type indexLegacy_d_TSTypeAliasDeclaration as TSTypeAliasDeclaration, type indexLegacy_d_TSTypeAnnotation as TSTypeAnnotation, type indexLegacy_d_TSTypeAssertion as TSTypeAssertion, type indexLegacy_d_TSTypeElement as TSTypeElement, type indexLegacy_d_TSTypeLiteral as TSTypeLiteral, type indexLegacy_d_TSTypeOperator as TSTypeOperator, type indexLegacy_d_TSTypeParameter as TSTypeParameter, type indexLegacy_d_TSTypeParameterDeclaration as TSTypeParameterDeclaration, type indexLegacy_d_TSTypeParameterInstantiation as TSTypeParameterInstantiation, type indexLegacy_d_TSTypePredicate as TSTypePredicate, type indexLegacy_d_TSTypeQuery as TSTypeQuery, type indexLegacy_d_TSTypeReference as TSTypeReference, type indexLegacy_d_TSUndefinedKeyword as TSUndefinedKeyword, type indexLegacy_d_TSUnionType as TSUnionType, type indexLegacy_d_TSUnknownKeyword as TSUnknownKeyword, type indexLegacy_d_TSVoidKeyword as TSVoidKeyword, type indexLegacy_d_TaggedTemplateExpression as TaggedTemplateExpression, type indexLegacy_d_TemplateElement as TemplateElement, type indexLegacy_d_TemplateLiteral as TemplateLiteral, type indexLegacy_d_Terminatorless as Terminatorless, type indexLegacy_d_ThisExpression as ThisExpression, type indexLegacy_d_ThisTypeAnnotation as ThisTypeAnnotation, type indexLegacy_d_ThrowStatement as ThrowStatement, type indexLegacy_d_TopicReference as TopicReference, type indexLegacy_d_TraversalAncestors as TraversalAncestors, type indexLegacy_d_TraversalHandler as TraversalHandler, type indexLegacy_d_TraversalHandlers as TraversalHandlers, type indexLegacy_d_TryStatement as TryStatement, type indexLegacy_d_TupleExpression as TupleExpression, type indexLegacy_d_TupleTypeAnnotation as TupleTypeAnnotation, type indexLegacy_d_TypeAlias as TypeAlias, type indexLegacy_d_TypeAnnotation as TypeAnnotation, type indexLegacy_d_TypeCastExpression as TypeCastExpression, type indexLegacy_d_TypeParameter as TypeParameter, type indexLegacy_d_TypeParameterDeclaration as TypeParameterDeclaration, type indexLegacy_d_TypeParameterInstantiation as TypeParameterInstantiation, type indexLegacy_d_TypeScript as TypeScript, type indexLegacy_d_TypeofTypeAnnotation as TypeofTypeAnnotation, type indexLegacy_d_UnaryExpression as UnaryExpression, type indexLegacy_d_UnaryLike as UnaryLike, type indexLegacy_d_UnionTypeAnnotation as UnionTypeAnnotation, type indexLegacy_d_UpdateExpression as UpdateExpression, type indexLegacy_d_UserWhitespacable as UserWhitespacable, type indexLegacy_d_V8IntrinsicIdentifier as V8IntrinsicIdentifier, type indexLegacy_d_VariableDeclaration as VariableDeclaration, type indexLegacy_d_VariableDeclarator as VariableDeclarator, type indexLegacy_d_Variance as Variance, type indexLegacy_d_VoidTypeAnnotation as VoidTypeAnnotation, type indexLegacy_d_While as While, type indexLegacy_d_WhileStatement as WhileStatement, type indexLegacy_d_WithStatement as WithStatement, type indexLegacy_d_YieldExpression as YieldExpression, indexLegacy_d_addComment as addComment, indexLegacy_d_addComments as addComments, indexLegacy_d_anyTypeAnnotation as anyTypeAnnotation, indexLegacy_d_appendToMemberExpression as appendToMemberExpression, indexLegacy_d_argumentPlaceholder as argumentPlaceholder, indexLegacy_d_arrayExpression as arrayExpression, indexLegacy_d_arrayPattern as arrayPattern, indexLegacy_d_arrayTypeAnnotation as arrayTypeAnnotation, indexLegacy_d_arrowFunctionExpression as arrowFunctionExpression, indexLegacy_d_assertAccessor as assertAccessor, indexLegacy_d_assertAnyTypeAnnotation as assertAnyTypeAnnotation, indexLegacy_d_assertArgumentPlaceholder as assertArgumentPlaceholder, indexLegacy_d_assertArrayExpression as assertArrayExpression, indexLegacy_d_assertArrayPattern as assertArrayPattern, indexLegacy_d_assertArrayTypeAnnotation as assertArrayTypeAnnotation, indexLegacy_d_assertArrowFunctionExpression as assertArrowFunctionExpression, indexLegacy_d_assertAssignmentExpression as assertAssignmentExpression, indexLegacy_d_assertAssignmentPattern as assertAssignmentPattern, indexLegacy_d_assertAwaitExpression as assertAwaitExpression, indexLegacy_d_assertBigIntLiteral as assertBigIntLiteral, indexLegacy_d_assertBinary as assertBinary, indexLegacy_d_assertBinaryExpression as assertBinaryExpression, indexLegacy_d_assertBindExpression as assertBindExpression, indexLegacy_d_assertBlock as assertBlock, indexLegacy_d_assertBlockParent as assertBlockParent, indexLegacy_d_assertBlockStatement as assertBlockStatement, indexLegacy_d_assertBooleanLiteral as assertBooleanLiteral, indexLegacy_d_assertBooleanLiteralTypeAnnotation as assertBooleanLiteralTypeAnnotation, indexLegacy_d_assertBooleanTypeAnnotation as assertBooleanTypeAnnotation, indexLegacy_d_assertBreakStatement as assertBreakStatement, indexLegacy_d_assertCallExpression as assertCallExpression, indexLegacy_d_assertCatchClause as assertCatchClause, indexLegacy_d_assertClass as assertClass, indexLegacy_d_assertClassAccessorProperty as assertClassAccessorProperty, indexLegacy_d_assertClassBody as assertClassBody, indexLegacy_d_assertClassDeclaration as assertClassDeclaration, indexLegacy_d_assertClassExpression as assertClassExpression, indexLegacy_d_assertClassImplements as assertClassImplements, indexLegacy_d_assertClassMethod as assertClassMethod, indexLegacy_d_assertClassPrivateMethod as assertClassPrivateMethod, indexLegacy_d_assertClassPrivateProperty as assertClassPrivateProperty, indexLegacy_d_assertClassProperty as assertClassProperty, indexLegacy_d_assertCompletionStatement as assertCompletionStatement, indexLegacy_d_assertConditional as assertConditional, indexLegacy_d_assertConditionalExpression as assertConditionalExpression, indexLegacy_d_assertContinueStatement as assertContinueStatement, indexLegacy_d_assertDebuggerStatement as assertDebuggerStatement, indexLegacy_d_assertDeclaration as assertDeclaration, indexLegacy_d_assertDeclareClass as assertDeclareClass, indexLegacy_d_assertDeclareExportAllDeclaration as assertDeclareExportAllDeclaration, indexLegacy_d_assertDeclareExportDeclaration as assertDeclareExportDeclaration, indexLegacy_d_assertDeclareFunction as assertDeclareFunction, indexLegacy_d_assertDeclareInterface as assertDeclareInterface, indexLegacy_d_assertDeclareModule as assertDeclareModule, indexLegacy_d_assertDeclareModuleExports as assertDeclareModuleExports, indexLegacy_d_assertDeclareOpaqueType as assertDeclareOpaqueType, indexLegacy_d_assertDeclareTypeAlias as assertDeclareTypeAlias, indexLegacy_d_assertDeclareVariable as assertDeclareVariable, indexLegacy_d_assertDeclaredPredicate as assertDeclaredPredicate, indexLegacy_d_assertDecorator as assertDecorator, indexLegacy_d_assertDirective as assertDirective, indexLegacy_d_assertDirectiveLiteral as assertDirectiveLiteral, indexLegacy_d_assertDoExpression as assertDoExpression, indexLegacy_d_assertDoWhileStatement as assertDoWhileStatement, indexLegacy_d_assertEmptyStatement as assertEmptyStatement, indexLegacy_d_assertEmptyTypeAnnotation as assertEmptyTypeAnnotation, indexLegacy_d_assertEnumBody as assertEnumBody, indexLegacy_d_assertEnumBooleanBody as assertEnumBooleanBody, indexLegacy_d_assertEnumBooleanMember as assertEnumBooleanMember, indexLegacy_d_assertEnumDeclaration as assertEnumDeclaration, indexLegacy_d_assertEnumDefaultedMember as assertEnumDefaultedMember, indexLegacy_d_assertEnumMember as assertEnumMember, indexLegacy_d_assertEnumNumberBody as assertEnumNumberBody, indexLegacy_d_assertEnumNumberMember as assertEnumNumberMember, indexLegacy_d_assertEnumStringBody as assertEnumStringBody, indexLegacy_d_assertEnumStringMember as assertEnumStringMember, indexLegacy_d_assertEnumSymbolBody as assertEnumSymbolBody, indexLegacy_d_assertExistsTypeAnnotation as assertExistsTypeAnnotation, indexLegacy_d_assertExportAllDeclaration as assertExportAllDeclaration, indexLegacy_d_assertExportDeclaration as assertExportDeclaration, indexLegacy_d_assertExportDefaultDeclaration as assertExportDefaultDeclaration, indexLegacy_d_assertExportDefaultSpecifier as assertExportDefaultSpecifier, indexLegacy_d_assertExportNamedDeclaration as assertExportNamedDeclaration, indexLegacy_d_assertExportNamespaceSpecifier as assertExportNamespaceSpecifier, indexLegacy_d_assertExportSpecifier as assertExportSpecifier, indexLegacy_d_assertExpression as assertExpression, indexLegacy_d_assertExpressionStatement as assertExpressionStatement, indexLegacy_d_assertExpressionWrapper as assertExpressionWrapper, indexLegacy_d_assertFile as assertFile, indexLegacy_d_assertFlow as assertFlow, indexLegacy_d_assertFlowBaseAnnotation as assertFlowBaseAnnotation, indexLegacy_d_assertFlowDeclaration as assertFlowDeclaration, indexLegacy_d_assertFlowPredicate as assertFlowPredicate, indexLegacy_d_assertFlowType as assertFlowType, indexLegacy_d_assertFor as assertFor, indexLegacy_d_assertForInStatement as assertForInStatement, indexLegacy_d_assertForOfStatement as assertForOfStatement, indexLegacy_d_assertForStatement as assertForStatement, indexLegacy_d_assertForXStatement as assertForXStatement, indexLegacy_d_assertFunction as assertFunction, indexLegacy_d_assertFunctionDeclaration as assertFunctionDeclaration, indexLegacy_d_assertFunctionExpression as assertFunctionExpression, indexLegacy_d_assertFunctionParent as assertFunctionParent, indexLegacy_d_assertFunctionTypeAnnotation as assertFunctionTypeAnnotation, indexLegacy_d_assertFunctionTypeParam as assertFunctionTypeParam, indexLegacy_d_assertGenericTypeAnnotation as assertGenericTypeAnnotation, indexLegacy_d_assertIdentifier as assertIdentifier, indexLegacy_d_assertIfStatement as assertIfStatement, indexLegacy_d_assertImmutable as assertImmutable, indexLegacy_d_assertImport as assertImport, indexLegacy_d_assertImportAttribute as assertImportAttribute, indexLegacy_d_assertImportDeclaration as assertImportDeclaration, indexLegacy_d_assertImportDefaultSpecifier as assertImportDefaultSpecifier, indexLegacy_d_assertImportExpression as assertImportExpression, indexLegacy_d_assertImportNamespaceSpecifier as assertImportNamespaceSpecifier, indexLegacy_d_assertImportOrExportDeclaration as assertImportOrExportDeclaration, indexLegacy_d_assertImportSpecifier as assertImportSpecifier, indexLegacy_d_assertIndexedAccessType as assertIndexedAccessType, indexLegacy_d_assertInferredPredicate as assertInferredPredicate, indexLegacy_d_assertInterfaceDeclaration as assertInterfaceDeclaration, indexLegacy_d_assertInterfaceExtends as assertInterfaceExtends, indexLegacy_d_assertInterfaceTypeAnnotation as assertInterfaceTypeAnnotation, indexLegacy_d_assertInterpreterDirective as assertInterpreterDirective, indexLegacy_d_assertIntersectionTypeAnnotation as assertIntersectionTypeAnnotation, indexLegacy_d_assertJSX as assertJSX, indexLegacy_d_assertJSXAttribute as assertJSXAttribute, indexLegacy_d_assertJSXClosingElement as assertJSXClosingElement, indexLegacy_d_assertJSXClosingFragment as assertJSXClosingFragment, indexLegacy_d_assertJSXElement as assertJSXElement, indexLegacy_d_assertJSXEmptyExpression as assertJSXEmptyExpression, indexLegacy_d_assertJSXExpressionContainer as assertJSXExpressionContainer, indexLegacy_d_assertJSXFragment as assertJSXFragment, indexLegacy_d_assertJSXIdentifier as assertJSXIdentifier, indexLegacy_d_assertJSXMemberExpression as assertJSXMemberExpression, indexLegacy_d_assertJSXNamespacedName as assertJSXNamespacedName, indexLegacy_d_assertJSXOpeningElement as assertJSXOpeningElement, indexLegacy_d_assertJSXOpeningFragment as assertJSXOpeningFragment, indexLegacy_d_assertJSXSpreadAttribute as assertJSXSpreadAttribute, indexLegacy_d_assertJSXSpreadChild as assertJSXSpreadChild, indexLegacy_d_assertJSXText as assertJSXText, indexLegacy_d_assertLVal as assertLVal, indexLegacy_d_assertLabeledStatement as assertLabeledStatement, indexLegacy_d_assertLiteral as assertLiteral, indexLegacy_d_assertLogicalExpression as assertLogicalExpression, indexLegacy_d_assertLoop as assertLoop, indexLegacy_d_assertMemberExpression as assertMemberExpression, indexLegacy_d_assertMetaProperty as assertMetaProperty, indexLegacy_d_assertMethod as assertMethod, indexLegacy_d_assertMiscellaneous as assertMiscellaneous, indexLegacy_d_assertMixedTypeAnnotation as assertMixedTypeAnnotation, indexLegacy_d_assertModuleDeclaration as assertModuleDeclaration, indexLegacy_d_assertModuleExpression as assertModuleExpression, indexLegacy_d_assertModuleSpecifier as assertModuleSpecifier, indexLegacy_d_assertNewExpression as assertNewExpression, indexLegacy_d_assertNode as assertNode, indexLegacy_d_assertNullLiteral as assertNullLiteral, indexLegacy_d_assertNullLiteralTypeAnnotation as assertNullLiteralTypeAnnotation, indexLegacy_d_assertNullableTypeAnnotation as assertNullableTypeAnnotation, indexLegacy_d_assertNumberLiteral as assertNumberLiteral, indexLegacy_d_assertNumberLiteralTypeAnnotation as assertNumberLiteralTypeAnnotation, indexLegacy_d_assertNumberTypeAnnotation as assertNumberTypeAnnotation, indexLegacy_d_assertNumericLiteral as assertNumericLiteral, indexLegacy_d_assertObjectExpression as assertObjectExpression, indexLegacy_d_assertObjectMember as assertObjectMember, indexLegacy_d_assertObjectMethod as assertObjectMethod, indexLegacy_d_assertObjectPattern as assertObjectPattern, indexLegacy_d_assertObjectProperty as assertObjectProperty, indexLegacy_d_assertObjectTypeAnnotation as assertObjectTypeAnnotation, indexLegacy_d_assertObjectTypeCallProperty as assertObjectTypeCallProperty, indexLegacy_d_assertObjectTypeIndexer as assertObjectTypeIndexer, indexLegacy_d_assertObjectTypeInternalSlot as assertObjectTypeInternalSlot, indexLegacy_d_assertObjectTypeProperty as assertObjectTypeProperty, indexLegacy_d_assertObjectTypeSpreadProperty as assertObjectTypeSpreadProperty, indexLegacy_d_assertOpaqueType as assertOpaqueType, indexLegacy_d_assertOptionalCallExpression as assertOptionalCallExpression, indexLegacy_d_assertOptionalIndexedAccessType as assertOptionalIndexedAccessType, indexLegacy_d_assertOptionalMemberExpression as assertOptionalMemberExpression, indexLegacy_d_assertParenthesizedExpression as assertParenthesizedExpression, indexLegacy_d_assertPattern as assertPattern, indexLegacy_d_assertPatternLike as assertPatternLike, indexLegacy_d_assertPipelineBareFunction as assertPipelineBareFunction, indexLegacy_d_assertPipelinePrimaryTopicReference as assertPipelinePrimaryTopicReference, indexLegacy_d_assertPipelineTopicExpression as assertPipelineTopicExpression, indexLegacy_d_assertPlaceholder as assertPlaceholder, indexLegacy_d_assertPrivate as assertPrivate, indexLegacy_d_assertPrivateName as assertPrivateName, indexLegacy_d_assertProgram as assertProgram, indexLegacy_d_assertProperty as assertProperty, indexLegacy_d_assertPureish as assertPureish, indexLegacy_d_assertQualifiedTypeIdentifier as assertQualifiedTypeIdentifier, indexLegacy_d_assertRecordExpression as assertRecordExpression, indexLegacy_d_assertRegExpLiteral as assertRegExpLiteral, indexLegacy_d_assertRegexLiteral as assertRegexLiteral, indexLegacy_d_assertRestElement as assertRestElement, indexLegacy_d_assertRestProperty as assertRestProperty, indexLegacy_d_assertReturnStatement as assertReturnStatement, indexLegacy_d_assertScopable as assertScopable, indexLegacy_d_assertSequenceExpression as assertSequenceExpression, indexLegacy_d_assertSpreadElement as assertSpreadElement, indexLegacy_d_assertSpreadProperty as assertSpreadProperty, indexLegacy_d_assertStandardized as assertStandardized, indexLegacy_d_assertStatement as assertStatement, indexLegacy_d_assertStaticBlock as assertStaticBlock, indexLegacy_d_assertStringLiteral as assertStringLiteral, indexLegacy_d_assertStringLiteralTypeAnnotation as assertStringLiteralTypeAnnotation, indexLegacy_d_assertStringTypeAnnotation as assertStringTypeAnnotation, indexLegacy_d_assertSuper as assertSuper, indexLegacy_d_assertSwitchCase as assertSwitchCase, indexLegacy_d_assertSwitchStatement as assertSwitchStatement, indexLegacy_d_assertSymbolTypeAnnotation as assertSymbolTypeAnnotation, indexLegacy_d_assertTSAnyKeyword as assertTSAnyKeyword, indexLegacy_d_assertTSArrayType as assertTSArrayType, indexLegacy_d_assertTSAsExpression as assertTSAsExpression, indexLegacy_d_assertTSBaseType as assertTSBaseType, indexLegacy_d_assertTSBigIntKeyword as assertTSBigIntKeyword, indexLegacy_d_assertTSBooleanKeyword as assertTSBooleanKeyword, indexLegacy_d_assertTSCallSignatureDeclaration as assertTSCallSignatureDeclaration, indexLegacy_d_assertTSClassImplements as assertTSClassImplements, indexLegacy_d_assertTSConditionalType as assertTSConditionalType, indexLegacy_d_assertTSConstructSignatureDeclaration as assertTSConstructSignatureDeclaration, indexLegacy_d_assertTSConstructorType as assertTSConstructorType, indexLegacy_d_assertTSDeclareFunction as assertTSDeclareFunction, indexLegacy_d_assertTSDeclareMethod as assertTSDeclareMethod, indexLegacy_d_assertTSEntityName as assertTSEntityName, indexLegacy_d_assertTSEnumDeclaration as assertTSEnumDeclaration, indexLegacy_d_assertTSEnumMember as assertTSEnumMember, indexLegacy_d_assertTSExportAssignment as assertTSExportAssignment, indexLegacy_d_assertTSExternalModuleReference as assertTSExternalModuleReference, indexLegacy_d_assertTSFunctionType as assertTSFunctionType, indexLegacy_d_assertTSImportEqualsDeclaration as assertTSImportEqualsDeclaration, indexLegacy_d_assertTSImportType as assertTSImportType, indexLegacy_d_assertTSIndexSignature as assertTSIndexSignature, indexLegacy_d_assertTSIndexedAccessType as assertTSIndexedAccessType, indexLegacy_d_assertTSInferType as assertTSInferType, indexLegacy_d_assertTSInstantiationExpression as assertTSInstantiationExpression, indexLegacy_d_assertTSInterfaceBody as assertTSInterfaceBody, indexLegacy_d_assertTSInterfaceDeclaration as assertTSInterfaceDeclaration, indexLegacy_d_assertTSInterfaceHeritage as assertTSInterfaceHeritage, indexLegacy_d_assertTSIntersectionType as assertTSIntersectionType, indexLegacy_d_assertTSIntrinsicKeyword as assertTSIntrinsicKeyword, indexLegacy_d_assertTSLiteralType as assertTSLiteralType, indexLegacy_d_assertTSMappedType as assertTSMappedType, indexLegacy_d_assertTSMethodSignature as assertTSMethodSignature, indexLegacy_d_assertTSModuleBlock as assertTSModuleBlock, indexLegacy_d_assertTSModuleDeclaration as assertTSModuleDeclaration, indexLegacy_d_assertTSNamedTupleMember as assertTSNamedTupleMember, indexLegacy_d_assertTSNamespaceExportDeclaration as assertTSNamespaceExportDeclaration, indexLegacy_d_assertTSNeverKeyword as assertTSNeverKeyword, indexLegacy_d_assertTSNonNullExpression as assertTSNonNullExpression, indexLegacy_d_assertTSNullKeyword as assertTSNullKeyword, indexLegacy_d_assertTSNumberKeyword as assertTSNumberKeyword, indexLegacy_d_assertTSObjectKeyword as assertTSObjectKeyword, indexLegacy_d_assertTSOptionalType as assertTSOptionalType, indexLegacy_d_assertTSParameterProperty as assertTSParameterProperty, indexLegacy_d_assertTSParenthesizedType as assertTSParenthesizedType, indexLegacy_d_assertTSPropertySignature as assertTSPropertySignature, indexLegacy_d_assertTSQualifiedName as assertTSQualifiedName, indexLegacy_d_assertTSRestType as assertTSRestType, indexLegacy_d_assertTSSatisfiesExpression as assertTSSatisfiesExpression, indexLegacy_d_assertTSStringKeyword as assertTSStringKeyword, indexLegacy_d_assertTSSymbolKeyword as assertTSSymbolKeyword, indexLegacy_d_assertTSThisType as assertTSThisType, indexLegacy_d_assertTSTupleType as assertTSTupleType, indexLegacy_d_assertTSType as assertTSType, indexLegacy_d_assertTSTypeAliasDeclaration as assertTSTypeAliasDeclaration, indexLegacy_d_assertTSTypeAnnotation as assertTSTypeAnnotation, indexLegacy_d_assertTSTypeAssertion as assertTSTypeAssertion, indexLegacy_d_assertTSTypeElement as assertTSTypeElement, indexLegacy_d_assertTSTypeLiteral as assertTSTypeLiteral, indexLegacy_d_assertTSTypeOperator as assertTSTypeOperator, indexLegacy_d_assertTSTypeParameter as assertTSTypeParameter, indexLegacy_d_assertTSTypeParameterDeclaration as assertTSTypeParameterDeclaration, indexLegacy_d_assertTSTypeParameterInstantiation as assertTSTypeParameterInstantiation, indexLegacy_d_assertTSTypePredicate as assertTSTypePredicate, indexLegacy_d_assertTSTypeQuery as assertTSTypeQuery, indexLegacy_d_assertTSTypeReference as assertTSTypeReference, indexLegacy_d_assertTSUndefinedKeyword as assertTSUndefinedKeyword, indexLegacy_d_assertTSUnionType as assertTSUnionType, indexLegacy_d_assertTSUnknownKeyword as assertTSUnknownKeyword, indexLegacy_d_assertTSVoidKeyword as assertTSVoidKeyword, indexLegacy_d_assertTaggedTemplateExpression as assertTaggedTemplateExpression, indexLegacy_d_assertTemplateElement as assertTemplateElement, indexLegacy_d_assertTemplateLiteral as assertTemplateLiteral, indexLegacy_d_assertTerminatorless as assertTerminatorless, indexLegacy_d_assertThisExpression as assertThisExpression, indexLegacy_d_assertThisTypeAnnotation as assertThisTypeAnnotation, indexLegacy_d_assertThrowStatement as assertThrowStatement, indexLegacy_d_assertTopicReference as assertTopicReference, indexLegacy_d_assertTryStatement as assertTryStatement, indexLegacy_d_assertTupleExpression as assertTupleExpression, indexLegacy_d_assertTupleTypeAnnotation as assertTupleTypeAnnotation, indexLegacy_d_assertTypeAlias as assertTypeAlias, indexLegacy_d_assertTypeAnnotation as assertTypeAnnotation, indexLegacy_d_assertTypeCastExpression as assertTypeCastExpression, indexLegacy_d_assertTypeParameter as assertTypeParameter, indexLegacy_d_assertTypeParameterDeclaration as assertTypeParameterDeclaration, indexLegacy_d_assertTypeParameterInstantiation as assertTypeParameterInstantiation, indexLegacy_d_assertTypeScript as assertTypeScript, indexLegacy_d_assertTypeofTypeAnnotation as assertTypeofTypeAnnotation, indexLegacy_d_assertUnaryExpression as assertUnaryExpression, indexLegacy_d_assertUnaryLike as assertUnaryLike, indexLegacy_d_assertUnionTypeAnnotation as assertUnionTypeAnnotation, indexLegacy_d_assertUpdateExpression as assertUpdateExpression, indexLegacy_d_assertUserWhitespacable as assertUserWhitespacable, indexLegacy_d_assertV8IntrinsicIdentifier as assertV8IntrinsicIdentifier, indexLegacy_d_assertVariableDeclaration as assertVariableDeclaration, indexLegacy_d_assertVariableDeclarator as assertVariableDeclarator, indexLegacy_d_assertVariance as assertVariance, indexLegacy_d_assertVoidTypeAnnotation as assertVoidTypeAnnotation, indexLegacy_d_assertWhile as assertWhile, indexLegacy_d_assertWhileStatement as assertWhileStatement, indexLegacy_d_assertWithStatement as assertWithStatement, indexLegacy_d_assertYieldExpression as assertYieldExpression, indexLegacy_d_assignmentExpression as assignmentExpression, indexLegacy_d_assignmentPattern as assignmentPattern, indexLegacy_d_awaitExpression as awaitExpression, indexLegacy_d_bigIntLiteral as bigIntLiteral, indexLegacy_d_binaryExpression as binaryExpression, indexLegacy_d_bindExpression as bindExpression, indexLegacy_d_blockStatement as blockStatement, indexLegacy_d_booleanLiteral as booleanLiteral, indexLegacy_d_booleanLiteralTypeAnnotation as booleanLiteralTypeAnnotation, indexLegacy_d_booleanTypeAnnotation as booleanTypeAnnotation, indexLegacy_d_breakStatement as breakStatement, indexLegacy_d_buildChildren as buildChildren, indexLegacy_d_buildMatchMemberExpression as buildMatchMemberExpression, indexLegacy_d_callExpression as callExpression, indexLegacy_d_catchClause as catchClause, indexLegacy_d_classAccessorProperty as classAccessorProperty, indexLegacy_d_classBody as classBody, indexLegacy_d_classDeclaration as classDeclaration, indexLegacy_d_classExpression as classExpression, indexLegacy_d_classImplements as classImplements, indexLegacy_d_classMethod as classMethod, indexLegacy_d_classPrivateMethod as classPrivateMethod, indexLegacy_d_classPrivateProperty as classPrivateProperty, indexLegacy_d_classProperty as classProperty, indexLegacy_d_clone as clone, indexLegacy_d_cloneDeep as cloneDeep, indexLegacy_d_cloneDeepWithoutLoc as cloneDeepWithoutLoc, indexLegacy_d_cloneNode as cloneNode, indexLegacy_d_cloneWithoutLoc as cloneWithoutLoc, indexLegacy_d_conditionalExpression as conditionalExpression, indexLegacy_d_continueStatement as continueStatement, indexLegacy_d_createFlowUnionType as createFlowUnionType, indexLegacy_d_createTypeAnnotationBasedOnTypeof as createTypeAnnotationBasedOnTypeof, indexLegacy_d_createUnionTypeAnnotation as createUnionTypeAnnotation, indexLegacy_d_debuggerStatement as debuggerStatement, indexLegacy_d_declareClass as declareClass, indexLegacy_d_declareExportAllDeclaration as declareExportAllDeclaration, indexLegacy_d_declareExportDeclaration as declareExportDeclaration, indexLegacy_d_declareFunction as declareFunction, indexLegacy_d_declareInterface as declareInterface, indexLegacy_d_declareModule as declareModule, indexLegacy_d_declareModuleExports as declareModuleExports, indexLegacy_d_declareOpaqueType as declareOpaqueType, indexLegacy_d_declareTypeAlias as declareTypeAlias, indexLegacy_d_declareVariable as declareVariable, indexLegacy_d_declaredPredicate as declaredPredicate, indexLegacy_d_decorator as decorator, indexLegacy_d_directive as directive, indexLegacy_d_directiveLiteral as directiveLiteral, indexLegacy_d_doExpression as doExpression, indexLegacy_d_doWhileStatement as doWhileStatement, indexLegacy_d_emptyStatement as emptyStatement, indexLegacy_d_emptyTypeAnnotation as emptyTypeAnnotation, indexLegacy_d_ensureBlock as ensureBlock, indexLegacy_d_enumBooleanBody as enumBooleanBody, indexLegacy_d_enumBooleanMember as enumBooleanMember, indexLegacy_d_enumDeclaration as enumDeclaration, indexLegacy_d_enumDefaultedMember as enumDefaultedMember, indexLegacy_d_enumNumberBody as enumNumberBody, indexLegacy_d_enumNumberMember as enumNumberMember, indexLegacy_d_enumStringBody as enumStringBody, indexLegacy_d_enumStringMember as enumStringMember, indexLegacy_d_enumSymbolBody as enumSymbolBody, indexLegacy_d_existsTypeAnnotation as existsTypeAnnotation, indexLegacy_d_exportAllDeclaration as exportAllDeclaration, indexLegacy_d_exportDefaultDeclaration as exportDefaultDeclaration, indexLegacy_d_exportDefaultSpecifier as exportDefaultSpecifier, indexLegacy_d_exportNamedDeclaration as exportNamedDeclaration, indexLegacy_d_exportNamespaceSpecifier as exportNamespaceSpecifier, indexLegacy_d_exportSpecifier as exportSpecifier, indexLegacy_d_expressionStatement as expressionStatement, indexLegacy_d_file as file, indexLegacy_d_forInStatement as forInStatement, indexLegacy_d_forOfStatement as forOfStatement, indexLegacy_d_forStatement as forStatement, indexLegacy_d_functionDeclaration as functionDeclaration, indexLegacy_d_functionExpression as functionExpression, indexLegacy_d_functionTypeAnnotation as functionTypeAnnotation, indexLegacy_d_functionTypeParam as functionTypeParam, indexLegacy_d_genericTypeAnnotation as genericTypeAnnotation, indexLegacy_d_getBindingIdentifiers as getBindingIdentifiers, indexLegacy_d_getOuterBindingIdentifiers as getOuterBindingIdentifiers, indexLegacy_d_identifier as identifier, indexLegacy_d_ifStatement as ifStatement, _import as import, indexLegacy_d_importAttribute as importAttribute, indexLegacy_d_importDeclaration as importDeclaration, indexLegacy_d_importDefaultSpecifier as importDefaultSpecifier, indexLegacy_d_importExpression as importExpression, indexLegacy_d_importNamespaceSpecifier as importNamespaceSpecifier, indexLegacy_d_importSpecifier as importSpecifier, indexLegacy_d_indexedAccessType as indexedAccessType, indexLegacy_d_inferredPredicate as inferredPredicate, indexLegacy_d_inheritInnerComments as inheritInnerComments, indexLegacy_d_inheritLeadingComments as inheritLeadingComments, indexLegacy_d_inheritTrailingComments as inheritTrailingComments, indexLegacy_d_inherits as inherits, indexLegacy_d_inheritsComments as inheritsComments, indexLegacy_d_interfaceDeclaration as interfaceDeclaration, indexLegacy_d_interfaceExtends as interfaceExtends, indexLegacy_d_interfaceTypeAnnotation as interfaceTypeAnnotation, indexLegacy_d_interpreterDirective as interpreterDirective, indexLegacy_d_intersectionTypeAnnotation as intersectionTypeAnnotation, indexLegacy_d_is as is, indexLegacy_d_isAccessor as isAccessor, indexLegacy_d_isAnyTypeAnnotation as isAnyTypeAnnotation, indexLegacy_d_isArgumentPlaceholder as isArgumentPlaceholder, indexLegacy_d_isArrayExpression as isArrayExpression, indexLegacy_d_isArrayPattern as isArrayPattern, indexLegacy_d_isArrayTypeAnnotation as isArrayTypeAnnotation, indexLegacy_d_isArrowFunctionExpression as isArrowFunctionExpression, indexLegacy_d_isAssignmentExpression as isAssignmentExpression, indexLegacy_d_isAssignmentPattern as isAssignmentPattern, indexLegacy_d_isAwaitExpression as isAwaitExpression, indexLegacy_d_isBigIntLiteral as isBigIntLiteral, indexLegacy_d_isBinary as isBinary, indexLegacy_d_isBinaryExpression as isBinaryExpression, indexLegacy_d_isBindExpression as isBindExpression, indexLegacy_d_isBinding as isBinding, indexLegacy_d_isBlock as isBlock, indexLegacy_d_isBlockParent as isBlockParent, indexLegacy_d_isBlockScoped as isBlockScoped, indexLegacy_d_isBlockStatement as isBlockStatement, indexLegacy_d_isBooleanLiteral as isBooleanLiteral, indexLegacy_d_isBooleanLiteralTypeAnnotation as isBooleanLiteralTypeAnnotation, indexLegacy_d_isBooleanTypeAnnotation as isBooleanTypeAnnotation, indexLegacy_d_isBreakStatement as isBreakStatement, indexLegacy_d_isCallExpression as isCallExpression, indexLegacy_d_isCatchClause as isCatchClause, indexLegacy_d_isClass as isClass, indexLegacy_d_isClassAccessorProperty as isClassAccessorProperty, indexLegacy_d_isClassBody as isClassBody, indexLegacy_d_isClassDeclaration as isClassDeclaration, indexLegacy_d_isClassExpression as isClassExpression, indexLegacy_d_isClassImplements as isClassImplements, indexLegacy_d_isClassMethod as isClassMethod, indexLegacy_d_isClassPrivateMethod as isClassPrivateMethod, indexLegacy_d_isClassPrivateProperty as isClassPrivateProperty, indexLegacy_d_isClassProperty as isClassProperty, indexLegacy_d_isCompletionStatement as isCompletionStatement, indexLegacy_d_isConditional as isConditional, indexLegacy_d_isConditionalExpression as isConditionalExpression, indexLegacy_d_isContinueStatement as isContinueStatement, indexLegacy_d_isDebuggerStatement as isDebuggerStatement, indexLegacy_d_isDeclaration as isDeclaration, indexLegacy_d_isDeclareClass as isDeclareClass, indexLegacy_d_isDeclareExportAllDeclaration as isDeclareExportAllDeclaration, indexLegacy_d_isDeclareExportDeclaration as isDeclareExportDeclaration, indexLegacy_d_isDeclareFunction as isDeclareFunction, indexLegacy_d_isDeclareInterface as isDeclareInterface, indexLegacy_d_isDeclareModule as isDeclareModule, indexLegacy_d_isDeclareModuleExports as isDeclareModuleExports, indexLegacy_d_isDeclareOpaqueType as isDeclareOpaqueType, indexLegacy_d_isDeclareTypeAlias as isDeclareTypeAlias, indexLegacy_d_isDeclareVariable as isDeclareVariable, indexLegacy_d_isDeclaredPredicate as isDeclaredPredicate, indexLegacy_d_isDecorator as isDecorator, indexLegacy_d_isDirective as isDirective, indexLegacy_d_isDirectiveLiteral as isDirectiveLiteral, indexLegacy_d_isDoExpression as isDoExpression, indexLegacy_d_isDoWhileStatement as isDoWhileStatement, indexLegacy_d_isEmptyStatement as isEmptyStatement, indexLegacy_d_isEmptyTypeAnnotation as isEmptyTypeAnnotation, indexLegacy_d_isEnumBody as isEnumBody, indexLegacy_d_isEnumBooleanBody as isEnumBooleanBody, indexLegacy_d_isEnumBooleanMember as isEnumBooleanMember, indexLegacy_d_isEnumDeclaration as isEnumDeclaration, indexLegacy_d_isEnumDefaultedMember as isEnumDefaultedMember, indexLegacy_d_isEnumMember as isEnumMember, indexLegacy_d_isEnumNumberBody as isEnumNumberBody, indexLegacy_d_isEnumNumberMember as isEnumNumberMember, indexLegacy_d_isEnumStringBody as isEnumStringBody, indexLegacy_d_isEnumStringMember as isEnumStringMember, indexLegacy_d_isEnumSymbolBody as isEnumSymbolBody, indexLegacy_d_isExistsTypeAnnotation as isExistsTypeAnnotation, indexLegacy_d_isExportAllDeclaration as isExportAllDeclaration, indexLegacy_d_isExportDeclaration as isExportDeclaration, indexLegacy_d_isExportDefaultDeclaration as isExportDefaultDeclaration, indexLegacy_d_isExportDefaultSpecifier as isExportDefaultSpecifier, indexLegacy_d_isExportNamedDeclaration as isExportNamedDeclaration, indexLegacy_d_isExportNamespaceSpecifier as isExportNamespaceSpecifier, indexLegacy_d_isExportSpecifier as isExportSpecifier, indexLegacy_d_isExpression as isExpression, indexLegacy_d_isExpressionStatement as isExpressionStatement, indexLegacy_d_isExpressionWrapper as isExpressionWrapper, indexLegacy_d_isFile as isFile, indexLegacy_d_isFlow as isFlow, indexLegacy_d_isFlowBaseAnnotation as isFlowBaseAnnotation, indexLegacy_d_isFlowDeclaration as isFlowDeclaration, indexLegacy_d_isFlowPredicate as isFlowPredicate, indexLegacy_d_isFlowType as isFlowType, indexLegacy_d_isFor as isFor, indexLegacy_d_isForInStatement as isForInStatement, indexLegacy_d_isForOfStatement as isForOfStatement, indexLegacy_d_isForStatement as isForStatement, indexLegacy_d_isForXStatement as isForXStatement, indexLegacy_d_isFunction as isFunction, indexLegacy_d_isFunctionDeclaration as isFunctionDeclaration, indexLegacy_d_isFunctionExpression as isFunctionExpression, indexLegacy_d_isFunctionParent as isFunctionParent, indexLegacy_d_isFunctionTypeAnnotation as isFunctionTypeAnnotation, indexLegacy_d_isFunctionTypeParam as isFunctionTypeParam, indexLegacy_d_isGenericTypeAnnotation as isGenericTypeAnnotation, indexLegacy_d_isIdentifier as isIdentifier, indexLegacy_d_isIfStatement as isIfStatement, indexLegacy_d_isImmutable as isImmutable, indexLegacy_d_isImport as isImport, indexLegacy_d_isImportAttribute as isImportAttribute, indexLegacy_d_isImportDeclaration as isImportDeclaration, indexLegacy_d_isImportDefaultSpecifier as isImportDefaultSpecifier, indexLegacy_d_isImportExpression as isImportExpression, indexLegacy_d_isImportNamespaceSpecifier as isImportNamespaceSpecifier, indexLegacy_d_isImportOrExportDeclaration as isImportOrExportDeclaration, indexLegacy_d_isImportSpecifier as isImportSpecifier, indexLegacy_d_isIndexedAccessType as isIndexedAccessType, indexLegacy_d_isInferredPredicate as isInferredPredicate, indexLegacy_d_isInterfaceDeclaration as isInterfaceDeclaration, indexLegacy_d_isInterfaceExtends as isInterfaceExtends, indexLegacy_d_isInterfaceTypeAnnotation as isInterfaceTypeAnnotation, indexLegacy_d_isInterpreterDirective as isInterpreterDirective, indexLegacy_d_isIntersectionTypeAnnotation as isIntersectionTypeAnnotation, indexLegacy_d_isJSX as isJSX, indexLegacy_d_isJSXAttribute as isJSXAttribute, indexLegacy_d_isJSXClosingElement as isJSXClosingElement, indexLegacy_d_isJSXClosingFragment as isJSXClosingFragment, indexLegacy_d_isJSXElement as isJSXElement, indexLegacy_d_isJSXEmptyExpression as isJSXEmptyExpression, indexLegacy_d_isJSXExpressionContainer as isJSXExpressionContainer, indexLegacy_d_isJSXFragment as isJSXFragment, indexLegacy_d_isJSXIdentifier as isJSXIdentifier, indexLegacy_d_isJSXMemberExpression as isJSXMemberExpression, indexLegacy_d_isJSXNamespacedName as isJSXNamespacedName, indexLegacy_d_isJSXOpeningElement as isJSXOpeningElement, indexLegacy_d_isJSXOpeningFragment as isJSXOpeningFragment, indexLegacy_d_isJSXSpreadAttribute as isJSXSpreadAttribute, indexLegacy_d_isJSXSpreadChild as isJSXSpreadChild, indexLegacy_d_isJSXText as isJSXText, indexLegacy_d_isLVal as isLVal, indexLegacy_d_isLabeledStatement as isLabeledStatement, indexLegacy_d_isLet as isLet, indexLegacy_d_isLiteral as isLiteral, indexLegacy_d_isLogicalExpression as isLogicalExpression, indexLegacy_d_isLoop as isLoop, indexLegacy_d_isMemberExpression as isMemberExpression, indexLegacy_d_isMetaProperty as isMetaProperty, indexLegacy_d_isMethod as isMethod, indexLegacy_d_isMiscellaneous as isMiscellaneous, indexLegacy_d_isMixedTypeAnnotation as isMixedTypeAnnotation, indexLegacy_d_isModuleDeclaration as isModuleDeclaration, indexLegacy_d_isModuleExpression as isModuleExpression, indexLegacy_d_isModuleSpecifier as isModuleSpecifier, indexLegacy_d_isNewExpression as isNewExpression, indexLegacy_d_isNode as isNode, indexLegacy_d_isNodesEquivalent as isNodesEquivalent, indexLegacy_d_isNullLiteral as isNullLiteral, indexLegacy_d_isNullLiteralTypeAnnotation as isNullLiteralTypeAnnotation, indexLegacy_d_isNullableTypeAnnotation as isNullableTypeAnnotation, indexLegacy_d_isNumberLiteral as isNumberLiteral, indexLegacy_d_isNumberLiteralTypeAnnotation as isNumberLiteralTypeAnnotation, indexLegacy_d_isNumberTypeAnnotation as isNumberTypeAnnotation, indexLegacy_d_isNumericLiteral as isNumericLiteral, indexLegacy_d_isObjectExpression as isObjectExpression, indexLegacy_d_isObjectMember as isObjectMember, indexLegacy_d_isObjectMethod as isObjectMethod, indexLegacy_d_isObjectPattern as isObjectPattern, indexLegacy_d_isObjectProperty as isObjectProperty, indexLegacy_d_isObjectTypeAnnotation as isObjectTypeAnnotation, indexLegacy_d_isObjectTypeCallProperty as isObjectTypeCallProperty, indexLegacy_d_isObjectTypeIndexer as isObjectTypeIndexer, indexLegacy_d_isObjectTypeInternalSlot as isObjectTypeInternalSlot, indexLegacy_d_isObjectTypeProperty as isObjectTypeProperty, indexLegacy_d_isObjectTypeSpreadProperty as isObjectTypeSpreadProperty, indexLegacy_d_isOpaqueType as isOpaqueType, indexLegacy_d_isOptionalCallExpression as isOptionalCallExpression, indexLegacy_d_isOptionalIndexedAccessType as isOptionalIndexedAccessType, indexLegacy_d_isOptionalMemberExpression as isOptionalMemberExpression, indexLegacy_d_isParenthesizedExpression as isParenthesizedExpression, indexLegacy_d_isPattern as isPattern, indexLegacy_d_isPatternLike as isPatternLike, indexLegacy_d_isPipelineBareFunction as isPipelineBareFunction, indexLegacy_d_isPipelinePrimaryTopicReference as isPipelinePrimaryTopicReference, indexLegacy_d_isPipelineTopicExpression as isPipelineTopicExpression, indexLegacy_d_isPlaceholder as isPlaceholder, indexLegacy_d_isPlaceholderType as isPlaceholderType, indexLegacy_d_isPrivate as isPrivate, indexLegacy_d_isPrivateName as isPrivateName, indexLegacy_d_isProgram as isProgram, indexLegacy_d_isProperty as isProperty, indexLegacy_d_isPureish as isPureish, indexLegacy_d_isQualifiedTypeIdentifier as isQualifiedTypeIdentifier, indexLegacy_d_isRecordExpression as isRecordExpression, indexLegacy_d_isReferenced as isReferenced, indexLegacy_d_isRegExpLiteral as isRegExpLiteral, indexLegacy_d_isRegexLiteral as isRegexLiteral, indexLegacy_d_isRestElement as isRestElement, indexLegacy_d_isRestProperty as isRestProperty, indexLegacy_d_isReturnStatement as isReturnStatement, indexLegacy_d_isScopable as isScopable, indexLegacy_d_isScope as isScope, indexLegacy_d_isSequenceExpression as isSequenceExpression, indexLegacy_d_isSpecifierDefault as isSpecifierDefault, indexLegacy_d_isSpreadElement as isSpreadElement, indexLegacy_d_isSpreadProperty as isSpreadProperty, indexLegacy_d_isStandardized as isStandardized, indexLegacy_d_isStatement as isStatement, indexLegacy_d_isStaticBlock as isStaticBlock, indexLegacy_d_isStringLiteral as isStringLiteral, indexLegacy_d_isStringLiteralTypeAnnotation as isStringLiteralTypeAnnotation, indexLegacy_d_isStringTypeAnnotation as isStringTypeAnnotation, indexLegacy_d_isSuper as isSuper, indexLegacy_d_isSwitchCase as isSwitchCase, indexLegacy_d_isSwitchStatement as isSwitchStatement, indexLegacy_d_isSymbolTypeAnnotation as isSymbolTypeAnnotation, indexLegacy_d_isTSAnyKeyword as isTSAnyKeyword, indexLegacy_d_isTSArrayType as isTSArrayType, indexLegacy_d_isTSAsExpression as isTSAsExpression, indexLegacy_d_isTSBaseType as isTSBaseType, indexLegacy_d_isTSBigIntKeyword as isTSBigIntKeyword, indexLegacy_d_isTSBooleanKeyword as isTSBooleanKeyword, indexLegacy_d_isTSCallSignatureDeclaration as isTSCallSignatureDeclaration, indexLegacy_d_isTSClassImplements as isTSClassImplements, indexLegacy_d_isTSConditionalType as isTSConditionalType, indexLegacy_d_isTSConstructSignatureDeclaration as isTSConstructSignatureDeclaration, indexLegacy_d_isTSConstructorType as isTSConstructorType, indexLegacy_d_isTSDeclareFunction as isTSDeclareFunction, indexLegacy_d_isTSDeclareMethod as isTSDeclareMethod, indexLegacy_d_isTSEntityName as isTSEntityName, indexLegacy_d_isTSEnumDeclaration as isTSEnumDeclaration, indexLegacy_d_isTSEnumMember as isTSEnumMember, indexLegacy_d_isTSExportAssignment as isTSExportAssignment, indexLegacy_d_isTSExternalModuleReference as isTSExternalModuleReference, indexLegacy_d_isTSFunctionType as isTSFunctionType, indexLegacy_d_isTSImportEqualsDeclaration as isTSImportEqualsDeclaration, indexLegacy_d_isTSImportType as isTSImportType, indexLegacy_d_isTSIndexSignature as isTSIndexSignature, indexLegacy_d_isTSIndexedAccessType as isTSIndexedAccessType, indexLegacy_d_isTSInferType as isTSInferType, indexLegacy_d_isTSInstantiationExpression as isTSInstantiationExpression, indexLegacy_d_isTSInterfaceBody as isTSInterfaceBody, indexLegacy_d_isTSInterfaceDeclaration as isTSInterfaceDeclaration, indexLegacy_d_isTSInterfaceHeritage as isTSInterfaceHeritage, indexLegacy_d_isTSIntersectionType as isTSIntersectionType, indexLegacy_d_isTSIntrinsicKeyword as isTSIntrinsicKeyword, indexLegacy_d_isTSLiteralType as isTSLiteralType, indexLegacy_d_isTSMappedType as isTSMappedType, indexLegacy_d_isTSMethodSignature as isTSMethodSignature, indexLegacy_d_isTSModuleBlock as isTSModuleBlock, indexLegacy_d_isTSModuleDeclaration as isTSModuleDeclaration, indexLegacy_d_isTSNamedTupleMember as isTSNamedTupleMember, indexLegacy_d_isTSNamespaceExportDeclaration as isTSNamespaceExportDeclaration, indexLegacy_d_isTSNeverKeyword as isTSNeverKeyword, indexLegacy_d_isTSNonNullExpression as isTSNonNullExpression, indexLegacy_d_isTSNullKeyword as isTSNullKeyword, indexLegacy_d_isTSNumberKeyword as isTSNumberKeyword, indexLegacy_d_isTSObjectKeyword as isTSObjectKeyword, indexLegacy_d_isTSOptionalType as isTSOptionalType, indexLegacy_d_isTSParameterProperty as isTSParameterProperty, indexLegacy_d_isTSParenthesizedType as isTSParenthesizedType, indexLegacy_d_isTSPropertySignature as isTSPropertySignature, indexLegacy_d_isTSQualifiedName as isTSQualifiedName, indexLegacy_d_isTSRestType as isTSRestType, indexLegacy_d_isTSSatisfiesExpression as isTSSatisfiesExpression, indexLegacy_d_isTSStringKeyword as isTSStringKeyword, indexLegacy_d_isTSSymbolKeyword as isTSSymbolKeyword, indexLegacy_d_isTSThisType as isTSThisType, indexLegacy_d_isTSTupleType as isTSTupleType, indexLegacy_d_isTSType as isTSType, indexLegacy_d_isTSTypeAliasDeclaration as isTSTypeAliasDeclaration, indexLegacy_d_isTSTypeAnnotation as isTSTypeAnnotation, indexLegacy_d_isTSTypeAssertion as isTSTypeAssertion, indexLegacy_d_isTSTypeElement as isTSTypeElement, indexLegacy_d_isTSTypeLiteral as isTSTypeLiteral, indexLegacy_d_isTSTypeOperator as isTSTypeOperator, indexLegacy_d_isTSTypeParameter as isTSTypeParameter, indexLegacy_d_isTSTypeParameterDeclaration as isTSTypeParameterDeclaration, indexLegacy_d_isTSTypeParameterInstantiation as isTSTypeParameterInstantiation, indexLegacy_d_isTSTypePredicate as isTSTypePredicate, indexLegacy_d_isTSTypeQuery as isTSTypeQuery, indexLegacy_d_isTSTypeReference as isTSTypeReference, indexLegacy_d_isTSUndefinedKeyword as isTSUndefinedKeyword, indexLegacy_d_isTSUnionType as isTSUnionType, indexLegacy_d_isTSUnknownKeyword as isTSUnknownKeyword, indexLegacy_d_isTSVoidKeyword as isTSVoidKeyword, indexLegacy_d_isTaggedTemplateExpression as isTaggedTemplateExpression, indexLegacy_d_isTemplateElement as isTemplateElement, indexLegacy_d_isTemplateLiteral as isTemplateLiteral, indexLegacy_d_isTerminatorless as isTerminatorless, indexLegacy_d_isThisExpression as isThisExpression, indexLegacy_d_isThisTypeAnnotation as isThisTypeAnnotation, indexLegacy_d_isThrowStatement as isThrowStatement, indexLegacy_d_isTopicReference as isTopicReference, indexLegacy_d_isTryStatement as isTryStatement, indexLegacy_d_isTupleExpression as isTupleExpression, indexLegacy_d_isTupleTypeAnnotation as isTupleTypeAnnotation, indexLegacy_d_isType as isType, indexLegacy_d_isTypeAlias as isTypeAlias, indexLegacy_d_isTypeAnnotation as isTypeAnnotation, indexLegacy_d_isTypeCastExpression as isTypeCastExpression, indexLegacy_d_isTypeParameter as isTypeParameter, indexLegacy_d_isTypeParameterDeclaration as isTypeParameterDeclaration, indexLegacy_d_isTypeParameterInstantiation as isTypeParameterInstantiation, indexLegacy_d_isTypeScript as isTypeScript, indexLegacy_d_isTypeofTypeAnnotation as isTypeofTypeAnnotation, indexLegacy_d_isUnaryExpression as isUnaryExpression, indexLegacy_d_isUnaryLike as isUnaryLike, indexLegacy_d_isUnionTypeAnnotation as isUnionTypeAnnotation, indexLegacy_d_isUpdateExpression as isUpdateExpression, indexLegacy_d_isUserWhitespacable as isUserWhitespacable, indexLegacy_d_isV8IntrinsicIdentifier as isV8IntrinsicIdentifier, indexLegacy_d_isValidES3Identifier as isValidES3Identifier, indexLegacy_d_isValidIdentifier as isValidIdentifier, indexLegacy_d_isVar as isVar, indexLegacy_d_isVariableDeclaration as isVariableDeclaration, indexLegacy_d_isVariableDeclarator as isVariableDeclarator, indexLegacy_d_isVariance as isVariance, indexLegacy_d_isVoidTypeAnnotation as isVoidTypeAnnotation, indexLegacy_d_isWhile as isWhile, indexLegacy_d_isWhileStatement as isWhileStatement, indexLegacy_d_isWithStatement as isWithStatement, indexLegacy_d_isYieldExpression as isYieldExpression, indexLegacy_d_jsxAttribute as jsxAttribute, indexLegacy_d_jsxClosingElement as jsxClosingElement, indexLegacy_d_jsxClosingFragment as jsxClosingFragment, indexLegacy_d_jsxElement as jsxElement, indexLegacy_d_jsxEmptyExpression as jsxEmptyExpression, indexLegacy_d_jsxExpressionContainer as jsxExpressionContainer, indexLegacy_d_jsxFragment as jsxFragment, indexLegacy_d_jsxIdentifier as jsxIdentifier, indexLegacy_d_jsxMemberExpression as jsxMemberExpression, indexLegacy_d_jsxNamespacedName as jsxNamespacedName, indexLegacy_d_jsxOpeningElement as jsxOpeningElement, indexLegacy_d_jsxOpeningFragment as jsxOpeningFragment, indexLegacy_d_jsxSpreadAttribute as jsxSpreadAttribute, indexLegacy_d_jsxSpreadChild as jsxSpreadChild, indexLegacy_d_jsxText as jsxText, indexLegacy_d_labeledStatement as labeledStatement, indexLegacy_d_logicalExpression as logicalExpression, indexLegacy_d_matchesPattern as matchesPattern, indexLegacy_d_memberExpression as memberExpression, indexLegacy_d_metaProperty as metaProperty, indexLegacy_d_mixedTypeAnnotation as mixedTypeAnnotation, indexLegacy_d_moduleExpression as moduleExpression, indexLegacy_d_newExpression as newExpression, indexLegacy_d_nullLiteral as nullLiteral, indexLegacy_d_nullLiteralTypeAnnotation as nullLiteralTypeAnnotation, indexLegacy_d_nullableTypeAnnotation as nullableTypeAnnotation, indexLegacy_d_numberLiteralTypeAnnotation as numberLiteralTypeAnnotation, indexLegacy_d_numberTypeAnnotation as numberTypeAnnotation, indexLegacy_d_numericLiteral as numericLiteral, indexLegacy_d_objectExpression as objectExpression, indexLegacy_d_objectMethod as objectMethod, indexLegacy_d_objectPattern as objectPattern, indexLegacy_d_objectProperty as objectProperty, indexLegacy_d_objectTypeAnnotation as objectTypeAnnotation, indexLegacy_d_objectTypeCallProperty as objectTypeCallProperty, indexLegacy_d_objectTypeIndexer as objectTypeIndexer, indexLegacy_d_objectTypeInternalSlot as objectTypeInternalSlot, indexLegacy_d_objectTypeProperty as objectTypeProperty, indexLegacy_d_objectTypeSpreadProperty as objectTypeSpreadProperty, indexLegacy_d_opaqueType as opaqueType, indexLegacy_d_optionalCallExpression as optionalCallExpression, indexLegacy_d_optionalIndexedAccessType as optionalIndexedAccessType, indexLegacy_d_optionalMemberExpression as optionalMemberExpression, indexLegacy_d_parenthesizedExpression as parenthesizedExpression, indexLegacy_d_pipelineBareFunction as pipelineBareFunction, indexLegacy_d_pipelinePrimaryTopicReference as pipelinePrimaryTopicReference, indexLegacy_d_pipelineTopicExpression as pipelineTopicExpression, indexLegacy_d_placeholder as placeholder, indexLegacy_d_prependToMemberExpression as prependToMemberExpression, indexLegacy_d_privateName as privateName, indexLegacy_d_program as program, indexLegacy_d_qualifiedTypeIdentifier as qualifiedTypeIdentifier, indexLegacy_d_recordExpression as recordExpression, indexLegacy_d_regExpLiteral as regExpLiteral, indexLegacy_d_removeComments as removeComments, indexLegacy_d_removeProperties as removeProperties, indexLegacy_d_removePropertiesDeep as removePropertiesDeep, indexLegacy_d_removeTypeDuplicates as removeTypeDuplicates, indexLegacy_d_restElement as restElement, indexLegacy_d_returnStatement as returnStatement, indexLegacy_d_sequenceExpression as sequenceExpression, indexLegacy_d_shallowEqual as shallowEqual, indexLegacy_d_spreadElement as spreadElement, indexLegacy_d_staticBlock as staticBlock, indexLegacy_d_stringLiteral as stringLiteral, indexLegacy_d_stringLiteralTypeAnnotation as stringLiteralTypeAnnotation, indexLegacy_d_stringTypeAnnotation as stringTypeAnnotation, _super as super, indexLegacy_d_switchCase as switchCase, indexLegacy_d_switchStatement as switchStatement, indexLegacy_d_symbolTypeAnnotation as symbolTypeAnnotation, indexLegacy_d_taggedTemplateExpression as taggedTemplateExpression, indexLegacy_d_templateElement as templateElement, indexLegacy_d_templateLiteral as templateLiteral, indexLegacy_d_thisExpression as thisExpression, indexLegacy_d_thisTypeAnnotation as thisTypeAnnotation, indexLegacy_d_throwStatement as throwStatement, indexLegacy_d_toBindingIdentifierName as toBindingIdentifierName, indexLegacy_d_toBlock as toBlock, indexLegacy_d_toComputedKey as toComputedKey, indexLegacy_d_toExpression as toExpression, indexLegacy_d_toIdentifier as toIdentifier, indexLegacy_d_toKeyAlias as toKeyAlias, indexLegacy_d_toSequenceExpression as toSequenceExpression, indexLegacy_d_toStatement as toStatement, indexLegacy_d_topicReference as topicReference, indexLegacy_d_traverse as traverse, indexLegacy_d_traverseFast as traverseFast, indexLegacy_d_tryStatement as tryStatement, indexLegacy_d_tsAnyKeyword as tsAnyKeyword, indexLegacy_d_tsArrayType as tsArrayType, indexLegacy_d_tsAsExpression as tsAsExpression, indexLegacy_d_tsBigIntKeyword as tsBigIntKeyword, indexLegacy_d_tsBooleanKeyword as tsBooleanKeyword, indexLegacy_d_tsCallSignatureDeclaration as tsCallSignatureDeclaration, indexLegacy_d_tsClassImplements as tsClassImplements, indexLegacy_d_tsConditionalType as tsConditionalType, indexLegacy_d_tsConstructSignatureDeclaration as tsConstructSignatureDeclaration, indexLegacy_d_tsConstructorType as tsConstructorType, indexLegacy_d_tsDeclareFunction as tsDeclareFunction, indexLegacy_d_tsDeclareMethod as tsDeclareMethod, indexLegacy_d_tsEnumDeclaration as tsEnumDeclaration, indexLegacy_d_tsEnumMember as tsEnumMember, indexLegacy_d_tsExportAssignment as tsExportAssignment, indexLegacy_d_tsExternalModuleReference as tsExternalModuleReference, indexLegacy_d_tsFunctionType as tsFunctionType, indexLegacy_d_tsImportEqualsDeclaration as tsImportEqualsDeclaration, indexLegacy_d_tsImportType as tsImportType, indexLegacy_d_tsIndexSignature as tsIndexSignature, indexLegacy_d_tsIndexedAccessType as tsIndexedAccessType, indexLegacy_d_tsInferType as tsInferType, indexLegacy_d_tsInstantiationExpression as tsInstantiationExpression, indexLegacy_d_tsInterfaceBody as tsInterfaceBody, indexLegacy_d_tsInterfaceDeclaration as tsInterfaceDeclaration, indexLegacy_d_tsInterfaceHeritage as tsInterfaceHeritage, indexLegacy_d_tsIntersectionType as tsIntersectionType, indexLegacy_d_tsIntrinsicKeyword as tsIntrinsicKeyword, indexLegacy_d_tsLiteralType as tsLiteralType, indexLegacy_d_tsMappedType as tsMappedType, indexLegacy_d_tsMethodSignature as tsMethodSignature, indexLegacy_d_tsModuleBlock as tsModuleBlock, indexLegacy_d_tsModuleDeclaration as tsModuleDeclaration, indexLegacy_d_tsNamedTupleMember as tsNamedTupleMember, indexLegacy_d_tsNamespaceExportDeclaration as tsNamespaceExportDeclaration, indexLegacy_d_tsNeverKeyword as tsNeverKeyword, indexLegacy_d_tsNonNullExpression as tsNonNullExpression, indexLegacy_d_tsNullKeyword as tsNullKeyword, indexLegacy_d_tsNumberKeyword as tsNumberKeyword, indexLegacy_d_tsObjectKeyword as tsObjectKeyword, indexLegacy_d_tsOptionalType as tsOptionalType, indexLegacy_d_tsParameterProperty as tsParameterProperty, indexLegacy_d_tsParenthesizedType as tsParenthesizedType, indexLegacy_d_tsPropertySignature as tsPropertySignature, indexLegacy_d_tsQualifiedName as tsQualifiedName, indexLegacy_d_tsRestType as tsRestType, indexLegacy_d_tsSatisfiesExpression as tsSatisfiesExpression, indexLegacy_d_tsStringKeyword as tsStringKeyword, indexLegacy_d_tsSymbolKeyword as tsSymbolKeyword, indexLegacy_d_tsThisType as tsThisType, indexLegacy_d_tsTupleType as tsTupleType, indexLegacy_d_tsTypeAliasDeclaration as tsTypeAliasDeclaration, indexLegacy_d_tsTypeAnnotation as tsTypeAnnotation, indexLegacy_d_tsTypeAssertion as tsTypeAssertion, indexLegacy_d_tsTypeLiteral as tsTypeLiteral, indexLegacy_d_tsTypeOperator as tsTypeOperator, indexLegacy_d_tsTypeParameter as tsTypeParameter, indexLegacy_d_tsTypeParameterDeclaration as tsTypeParameterDeclaration, indexLegacy_d_tsTypeParameterInstantiation as tsTypeParameterInstantiation, indexLegacy_d_tsTypePredicate as tsTypePredicate, indexLegacy_d_tsTypeQuery as tsTypeQuery, indexLegacy_d_tsTypeReference as tsTypeReference, indexLegacy_d_tsUndefinedKeyword as tsUndefinedKeyword, indexLegacy_d_tsUnionType as tsUnionType, indexLegacy_d_tsUnknownKeyword as tsUnknownKeyword, indexLegacy_d_tsVoidKeyword as tsVoidKeyword, indexLegacy_d_tupleExpression as tupleExpression, indexLegacy_d_tupleTypeAnnotation as tupleTypeAnnotation, indexLegacy_d_typeAlias as typeAlias, indexLegacy_d_typeAnnotation as typeAnnotation, indexLegacy_d_typeCastExpression as typeCastExpression, indexLegacy_d_typeParameter as typeParameter, indexLegacy_d_typeParameterDeclaration as typeParameterDeclaration, indexLegacy_d_typeParameterInstantiation as typeParameterInstantiation, indexLegacy_d_typeofTypeAnnotation as typeofTypeAnnotation, indexLegacy_d_unaryExpression as unaryExpression, indexLegacy_d_unionTypeAnnotation as unionTypeAnnotation, indexLegacy_d_updateExpression as updateExpression, indexLegacy_d_v8IntrinsicIdentifier as v8IntrinsicIdentifier, indexLegacy_d_validate as validate, indexLegacy_d_valueToNode as valueToNode, indexLegacy_d_variableDeclaration as variableDeclaration, indexLegacy_d_variableDeclarator as variableDeclarator, indexLegacy_d_variance as variance, indexLegacy_d_voidTypeAnnotation as voidTypeAnnotation, indexLegacy_d_whileStatement as whileStatement, indexLegacy_d_withStatement as withStatement, indexLegacy_d_yieldExpression as yieldExpression };
|
|
3975
3982
|
}
|
|
3976
3983
|
|
|
3977
3984
|
// This file is auto-generated! Do not modify it directly.
|
|
3978
|
-
/* eslint-disable @typescript-eslint/consistent-type-imports,
|
|
3985
|
+
/* eslint-disable @typescript-eslint/consistent-type-imports, @typescript-eslint/no-redundant-type-constituents */
|
|
3986
|
+
|
|
3979
3987
|
|
|
3988
|
+
type BABEL_8_BREAKING = true;
|
|
3989
|
+
type IF_BABEL_7<V> = false extends BABEL_8_BREAKING ? V : never;
|
|
3980
3990
|
|
|
3981
3991
|
type Plugin =
|
|
3982
3992
|
| "asyncDoExpressions"
|
|
3983
|
-
| "asyncGenerators"
|
|
3984
|
-
| "bigInt"
|
|
3985
|
-
| "classPrivateMethods"
|
|
3986
|
-
| "classPrivateProperties"
|
|
3987
|
-
| "classProperties"
|
|
3988
|
-
| "classStaticBlock"
|
|
3989
|
-
| "decimal"
|
|
3993
|
+
| IF_BABEL_7<"asyncGenerators">
|
|
3994
|
+
| IF_BABEL_7<"bigInt">
|
|
3995
|
+
| IF_BABEL_7<"classPrivateMethods">
|
|
3996
|
+
| IF_BABEL_7<"classPrivateProperties">
|
|
3997
|
+
| IF_BABEL_7<"classProperties">
|
|
3998
|
+
| IF_BABEL_7<"classStaticBlock">
|
|
3999
|
+
| IF_BABEL_7<"decimal">
|
|
3990
4000
|
| "decorators-legacy"
|
|
3991
4001
|
| "deferredImportEvaluation"
|
|
3992
4002
|
| "decoratorAutoAccessors"
|
|
3993
4003
|
| "destructuringPrivate"
|
|
4004
|
+
| "deprecatedImportAssert"
|
|
3994
4005
|
| "doExpressions"
|
|
3995
|
-
| "dynamicImport"
|
|
4006
|
+
| IF_BABEL_7<"dynamicImport">
|
|
3996
4007
|
| "explicitResourceManagement"
|
|
3997
4008
|
| "exportDefaultFrom"
|
|
3998
|
-
| "exportNamespaceFrom"
|
|
4009
|
+
| IF_BABEL_7<"exportNamespaceFrom">
|
|
3999
4010
|
| "flow"
|
|
4000
4011
|
| "flowComments"
|
|
4001
4012
|
| "functionBind"
|
|
4002
4013
|
| "functionSent"
|
|
4003
4014
|
| "importMeta"
|
|
4004
4015
|
| "jsx"
|
|
4005
|
-
| "
|
|
4006
|
-
| "
|
|
4007
|
-
| "
|
|
4008
|
-
| "importReflection"
|
|
4016
|
+
| IF_BABEL_7<"jsonStrings">
|
|
4017
|
+
| IF_BABEL_7<"logicalAssignment">
|
|
4018
|
+
| IF_BABEL_7<"importAssertions">
|
|
4019
|
+
| IF_BABEL_7<"importReflection">
|
|
4009
4020
|
| "moduleBlocks"
|
|
4010
|
-
| "moduleStringNames"
|
|
4011
|
-
| "nullishCoalescingOperator"
|
|
4012
|
-
| "numericSeparator"
|
|
4013
|
-
| "objectRestSpread"
|
|
4014
|
-
| "optionalCatchBinding"
|
|
4015
|
-
| "optionalChaining"
|
|
4021
|
+
| IF_BABEL_7<"moduleStringNames">
|
|
4022
|
+
| IF_BABEL_7<"nullishCoalescingOperator">
|
|
4023
|
+
| IF_BABEL_7<"numericSeparator">
|
|
4024
|
+
| IF_BABEL_7<"objectRestSpread">
|
|
4025
|
+
| IF_BABEL_7<"optionalCatchBinding">
|
|
4026
|
+
| IF_BABEL_7<"optionalChaining">
|
|
4016
4027
|
| "partialApplication"
|
|
4017
4028
|
| "placeholders"
|
|
4018
|
-
| "privateIn"
|
|
4019
|
-
| "regexpUnicodeSets"
|
|
4029
|
+
| IF_BABEL_7<"privateIn">
|
|
4030
|
+
| IF_BABEL_7<"regexpUnicodeSets">
|
|
4020
4031
|
| "sourcePhaseImports"
|
|
4021
4032
|
| "throwExpressions"
|
|
4022
|
-
| "topLevelAwait"
|
|
4033
|
+
| IF_BABEL_7<"topLevelAwait">
|
|
4023
4034
|
| "v8intrinsic"
|
|
4024
4035
|
| ParserPluginWithOptions[0];
|
|
4025
4036
|
|
|
4026
4037
|
type ParserPluginWithOptions =
|
|
4027
4038
|
| ["decorators", DecoratorsPluginOptions]
|
|
4028
4039
|
| ["estree", { classFeatures?: boolean }]
|
|
4029
|
-
| ["importAttributes", { deprecatedAssertSyntax: boolean }]
|
|
4030
|
-
|
|
4031
|
-
| ["moduleAttributes", { version: "may-2020" }]
|
|
4040
|
+
| IF_BABEL_7<["importAttributes", { deprecatedAssertSyntax: boolean }]>
|
|
4041
|
+
| IF_BABEL_7<["moduleAttributes", { version: "may-2020" }]>
|
|
4032
4042
|
| ["optionalChainingAssign", { version: "2023-07" }]
|
|
4033
4043
|
| ["pipelineOperator", PipelineOperatorPluginOptions]
|
|
4034
4044
|
| ["recordAndTuple", RecordAndTuplePluginOptions]
|
|
@@ -4043,7 +4053,9 @@ interface DecoratorsPluginOptions {
|
|
|
4043
4053
|
}
|
|
4044
4054
|
|
|
4045
4055
|
interface PipelineOperatorPluginOptions {
|
|
4046
|
-
proposal:
|
|
4056
|
+
proposal: BABEL_8_BREAKING extends false
|
|
4057
|
+
? "minimal" | "fsharp" | "hack" | "smart"
|
|
4058
|
+
: "fsharp" | "hack";
|
|
4047
4059
|
topicToken?: "%" | "#" | "@@" | "^^" | "^";
|
|
4048
4060
|
}
|
|
4049
4061
|
|
|
@@ -4051,10 +4063,14 @@ interface RecordAndTuplePluginOptions {
|
|
|
4051
4063
|
syntaxType: "bar" | "hash";
|
|
4052
4064
|
}
|
|
4053
4065
|
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4066
|
+
type FlowPluginOptions = BABEL_8_BREAKING extends true
|
|
4067
|
+
? {
|
|
4068
|
+
all?: boolean;
|
|
4069
|
+
enums?: boolean;
|
|
4070
|
+
}
|
|
4071
|
+
: {
|
|
4072
|
+
all?: boolean;
|
|
4073
|
+
};
|
|
4058
4074
|
|
|
4059
4075
|
interface TypeScriptPluginOptions {
|
|
4060
4076
|
dts?: boolean;
|
|
@@ -4156,6 +4172,13 @@ interface ParserOptions {
|
|
|
4156
4172
|
*/
|
|
4157
4173
|
sourceFilename?: string;
|
|
4158
4174
|
|
|
4175
|
+
/**
|
|
4176
|
+
* By default, all source indexes start from 0.
|
|
4177
|
+
* You can provide a start index to alternatively start with.
|
|
4178
|
+
* Useful for integration with other source tools.
|
|
4179
|
+
*/
|
|
4180
|
+
startIndex?: number;
|
|
4181
|
+
|
|
4159
4182
|
/**
|
|
4160
4183
|
* By default, the first line of code parsed is treated as line 1.
|
|
4161
4184
|
* You can provide a line number to alternatively start with.
|