swc/crates/swc_ecma_parser/tests/tsc/interfaceExtendsObjectIntersectionErrors.json

3630 lines
85 KiB
JSON

{
"type": "Script",
"span": {
"start": 29,
"end": 1551,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 29,
"end": 53,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 34,
"end": 36,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 39,
"end": 52,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 41,
"end": 50,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 41,
"end": 42,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 42,
"end": 50,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 44,
"end": 50,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 54,
"end": 83,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 59,
"end": 61,
"ctxt": 0
},
"value": "T2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 64,
"end": 82,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeLiteral",
"span": {
"start": 69,
"end": 82,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 71,
"end": 80,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 71,
"end": 72,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 72,
"end": 80,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 74,
"end": 80,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 84,
"end": 103,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 89,
"end": 91,
"ctxt": 0
},
"value": "T3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 94,
"end": 102,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 94,
"end": 100,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 104,
"end": 131,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 109,
"end": 111,
"ctxt": 0
},
"value": "T4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 114,
"end": 130,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 115,
"end": 121,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 115,
"end": 121,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 123,
"end": 129,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 123,
"end": 129,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 132,
"end": 177,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 137,
"end": 139,
"ctxt": 0
},
"value": "T5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsMappedType",
"span": {
"start": 142,
"end": 176,
"ctxt": 0
},
"readonly": null,
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 145,
"end": 165,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"value": "P",
"optional": false
},
"in": false,
"out": false,
"constraint": {
"type": "TsUnionType",
"span": {
"start": 150,
"end": 165,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 150,
"end": 153,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 150,
"end": 153,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 156,
"end": 159,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 156,
"end": 159,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"value": "c",
"raw": "'c'"
}
}
]
},
"default": null
},
"nameType": null,
"optional": null,
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 168,
"end": 174,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 179,
"end": 216,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 191,
"ctxt": 0
},
"value": "I1",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 200,
"end": 202,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 200,
"end": 202,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 203,
"end": 216,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 205,
"end": 214,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 205,
"end": 206,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 206,
"end": 214,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 208,
"end": 214,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 217,
"end": 254,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 227,
"end": 229,
"ctxt": 0
},
"value": "I2",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 238,
"end": 240,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 238,
"end": 240,
"ctxt": 0
},
"value": "T2",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 241,
"end": 254,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 243,
"end": 252,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 243,
"end": 244,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 244,
"end": 252,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 246,
"end": 252,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 255,
"end": 297,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 265,
"end": 267,
"ctxt": 0
},
"value": "I3",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 276,
"end": 278,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 276,
"end": 278,
"ctxt": 0
},
"value": "T3",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 279,
"end": 297,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 281,
"end": 295,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 281,
"end": 287,
"ctxt": 0
},
"value": "length",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 287,
"end": 295,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 289,
"end": 295,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 298,
"end": 335,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 308,
"end": 310,
"ctxt": 0
},
"value": "I4",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 319,
"end": 321,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 319,
"end": 321,
"ctxt": 0
},
"value": "T4",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 322,
"end": 335,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 324,
"end": 333,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "NumericLiteral",
"span": {
"start": 324,
"end": 325,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 325,
"end": 333,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 327,
"end": 333,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 336,
"end": 373,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 346,
"end": 348,
"ctxt": 0
},
"value": "I5",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 357,
"end": 359,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 357,
"end": 359,
"ctxt": 0
},
"value": "T5",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 360,
"end": 373,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 362,
"end": 371,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 363,
"end": 371,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 365,
"end": 371,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 375,
"end": 409,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 380,
"end": 391,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 391,
"end": 394,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 392,
"end": 393,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 392,
"end": 393,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsConstructorType",
"span": {
"start": 397,
"end": 408,
"ctxt": 0
},
"params": [],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 404,
"end": 408,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 407,
"end": 408,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 407,
"end": 408,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"isAbstract": false
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 427,
"end": 438,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"declare": true,
"params": [],
"decorators": [],
"span": {
"start": 410,
"end": 460,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 438,
"end": 441,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 439,
"end": 440,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 439,
"end": 440,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 443,
"end": 459,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 445,
"end": 459,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 445,
"end": 456,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 456,
"end": 459,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 457,
"end": 458,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 457,
"end": 458,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 468,
"end": 470,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"declare": false,
"span": {
"start": 462,
"end": 510,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 499,
"end": 508,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 499,
"end": 500,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 500,
"end": 508,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 502,
"end": 508,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 479,
"end": 496,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 479,
"end": 490,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 490,
"end": 494,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
}
]
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 517,
"end": 519,
"ctxt": 0
},
"value": "C2",
"optional": false
},
"declare": false,
"span": {
"start": 511,
"end": 559,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 548,
"end": 557,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 548,
"end": 549,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 549,
"end": 557,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 551,
"end": 557,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 528,
"end": 545,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 528,
"end": 539,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 539,
"end": 543,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 540,
"end": 542,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 540,
"end": 542,
"ctxt": 0
},
"value": "T2",
"optional": false
},
"typeParams": null
}
]
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 566,
"end": 568,
"ctxt": 0
},
"value": "C3",
"optional": false
},
"declare": false,
"span": {
"start": 560,
"end": 613,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 597,
"end": 611,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 597,
"end": 603,
"ctxt": 0
},
"value": "length",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 603,
"end": 611,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 605,
"end": 611,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 577,
"end": 594,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 577,
"end": 588,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 588,
"end": 592,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 589,
"end": 591,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 589,
"end": 591,
"ctxt": 0
},
"value": "T3",
"optional": false
},
"typeParams": null
}
]
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 620,
"end": 622,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"declare": false,
"span": {
"start": 614,
"end": 662,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 651,
"end": 660,
"ctxt": 0
},
"key": {
"type": "NumericLiteral",
"span": {
"start": 651,
"end": 652,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 652,
"end": 660,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 654,
"end": 660,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 631,
"end": 648,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 631,
"end": 642,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 642,
"end": 646,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 643,
"end": 645,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 643,
"end": 645,
"ctxt": 0
},
"value": "T4",
"optional": false
},
"typeParams": null
}
]
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 669,
"end": 671,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"declare": false,
"span": {
"start": 663,
"end": 711,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 700,
"end": 709,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 700,
"end": 701,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 701,
"end": 709,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 703,
"end": 709,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 680,
"end": 697,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 680,
"end": 691,
"ctxt": 0
},
"value": "Constructor",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 691,
"end": 695,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 692,
"end": 694,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 692,
"end": 694,
"ctxt": 0
},
"value": "T5",
"optional": false
},
"typeParams": null
}
]
}
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 727,
"end": 729,
"ctxt": 0
},
"value": "CX",
"optional": false
},
"declare": true,
"span": {
"start": 713,
"end": 750,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 732,
"end": 748,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 739,
"end": 740,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 740,
"end": 748,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 742,
"end": 748,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 751,
"end": 778,
"ctxt": 0
},
"declare": true,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 764,
"end": 766,
"ctxt": 0
},
"value": "EX",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 769,
"end": 770,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 769,
"end": 770,
"ctxt": 0
},
"value": "A",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"value": "B",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 775,
"end": 776,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 775,
"end": 776,
"ctxt": 0
},
"value": "C",
"optional": false
},
"init": null
}
]
},
{
"type": "TsModuleDeclaration",
"span": {
"start": 779,
"end": 828,
"ctxt": 0
},
"declare": true,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 797,
"end": 799,
"ctxt": 0
},
"value": "NX",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 800,
"end": 828,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 802,
"end": 826,
"ctxt": 0
},
"declaration": {
"type": "VariableDeclaration",
"span": {
"start": 809,
"end": 826,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 815,
"end": 826,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 815,
"end": 816,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 819,
"end": 826,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
},
"definite": false
}
]
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 830,
"end": 851,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 835,
"end": 838,
"ctxt": 0
},
"value": "TCX",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 841,
"end": 850,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 848,
"end": 850,
"ctxt": 0
},
"value": "CX",
"optional": false
},
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 852,
"end": 873,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 857,
"end": 860,
"ctxt": 0
},
"value": "TEX",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 863,
"end": 872,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 870,
"end": 872,
"ctxt": 0
},
"value": "EX",
"optional": false
},
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 874,
"end": 895,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 879,
"end": 882,
"ctxt": 0
},
"value": "TNX",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 885,
"end": 894,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 892,
"end": 894,
"ctxt": 0
},
"value": "NX",
"optional": false
},
"typeArguments": null
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 897,
"end": 936,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 907,
"end": 910,
"ctxt": 0
},
"value": "I10",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 919,
"end": 922,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 919,
"end": 922,
"ctxt": 0
},
"value": "TCX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 923,
"end": 936,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 925,
"end": 934,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 925,
"end": 926,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 926,
"end": 934,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 928,
"end": 934,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 937,
"end": 976,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 947,
"end": 950,
"ctxt": 0
},
"value": "I11",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 959,
"end": 962,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 959,
"end": 962,
"ctxt": 0
},
"value": "TEX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 963,
"end": 976,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 965,
"end": 974,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 965,
"end": 966,
"ctxt": 0
},
"value": "C",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 966,
"end": 974,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 968,
"end": 974,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 977,
"end": 1016,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 987,
"end": 990,
"ctxt": 0
},
"value": "I12",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 999,
"end": 1002,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 999,
"end": 1002,
"ctxt": 0
},
"value": "TNX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1003,
"end": 1016,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1005,
"end": 1014,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1005,
"end": 1006,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1006,
"end": 1014,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1008,
"end": 1014,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1017,
"end": 1066,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1027,
"end": 1030,
"ctxt": 0
},
"value": "I14",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1039,
"end": 1042,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1039,
"end": 1042,
"ctxt": 0
},
"value": "TCX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1043,
"end": 1066,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 1046,
"end": 1055,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1047,
"end": 1055,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1049,
"end": 1055,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1056,
"end": 1064,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1058,
"end": 1064,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 1045,
"end": 1064,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1067,
"end": 1116,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1077,
"end": 1080,
"ctxt": 0
},
"value": "I15",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1089,
"end": 1092,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1089,
"end": 1092,
"ctxt": 0
},
"value": "TEX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1093,
"end": 1116,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 1096,
"end": 1105,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1097,
"end": 1105,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1099,
"end": 1105,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1106,
"end": 1114,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1108,
"end": 1114,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 1095,
"end": 1114,
"ctxt": 0
}
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1117,
"end": 1166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1130,
"ctxt": 0
},
"value": "I16",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1139,
"end": 1142,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1139,
"end": 1142,
"ctxt": 0
},
"value": "TNX",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1143,
"end": 1166,
"ctxt": 0
},
"body": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 1146,
"end": 1155,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1147,
"end": 1155,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1149,
"end": 1155,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1156,
"end": 1164,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1158,
"end": 1164,
"ctxt": 0
},
"kind": "number"
}
},
"readonly": false,
"static": false,
"span": {
"start": 1145,
"end": 1164,
"ctxt": 0
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1168,
"end": 1211,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1185,
"ctxt": 0
},
"value": "Identifiable",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1185,
"end": 1188,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1191,
"end": 1210,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1191,
"end": 1206,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1193,
"end": 1204,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1196,
"ctxt": 0
},
"value": "_id",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1196,
"end": 1204,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1198,
"end": 1204,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeReference",
"span": {
"start": 1209,
"end": 1210,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1209,
"end": 1210,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1213,
"end": 1260,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1223,
"end": 1226,
"ctxt": 0
},
"value": "I20",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1235,
"end": 1246,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1242,
"ctxt": 0
},
"value": "Partial",
"optional": false
},
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1242,
"end": 1246,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1243,
"end": 1245,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1243,
"end": 1245,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
}
]
}
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1247,
"end": 1260,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1249,
"end": 1258,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1249,
"end": 1250,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1250,
"end": 1258,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1252,
"end": 1258,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1261,
"end": 1309,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1274,
"ctxt": 0
},
"value": "I21",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1283,
"end": 1295,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1291,
"ctxt": 0
},
"value": "Readonly",
"optional": false
},
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1291,
"end": 1295,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1292,
"end": 1294,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1292,
"end": 1294,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
}
]
}
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1296,
"end": 1309,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1298,
"end": 1307,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1298,
"end": 1299,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1299,
"end": 1307,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1301,
"end": 1307,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1310,
"end": 1362,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1320,
"end": 1323,
"ctxt": 0
},
"value": "I22",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1332,
"end": 1348,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1332,
"end": 1344,
"ctxt": 0
},
"value": "Identifiable",
"optional": false
},
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1344,
"end": 1348,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1345,
"end": 1347,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1345,
"end": 1347,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
}
]
}
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1349,
"end": 1362,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1351,
"end": 1360,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1351,
"end": 1352,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1352,
"end": 1360,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1354,
"end": 1360,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1363,
"end": 1430,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1373,
"end": 1376,
"ctxt": 0
},
"value": "I23",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1385,
"end": 1416,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1385,
"end": 1397,
"ctxt": 0
},
"value": "Identifiable",
"optional": false
},
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1397,
"end": 1416,
"ctxt": 0
},
"params": [
{
"type": "TsIntersectionType",
"span": {
"start": 1398,
"end": 1415,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1398,
"end": 1400,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1398,
"end": 1400,
"ctxt": 0
},
"value": "T1",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1403,
"end": 1415,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1405,
"end": 1414,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1405,
"end": 1406,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1406,
"end": 1414,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1408,
"end": 1414,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
]
}
]
}
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1417,
"end": 1430,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1419,
"end": 1428,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1419,
"end": 1420,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1420,
"end": 1428,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1422,
"end": 1428,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1432,
"end": 1471,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1437,
"end": 1438,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1441,
"end": 1470,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1441,
"end": 1454,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1443,
"end": 1452,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1443,
"end": 1444,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1444,
"end": 1452,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1446,
"end": 1452,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1457,
"end": 1470,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1459,
"end": 1468,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1459,
"end": 1460,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1460,
"end": 1468,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1462,
"end": 1468,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1473,
"end": 1510,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1483,
"end": 1486,
"ctxt": 0
},
"value": "I30",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1495,
"end": 1496,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1495,
"end": 1496,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1497,
"end": 1510,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1499,
"end": 1508,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1499,
"end": 1500,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1500,
"end": 1508,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1502,
"end": 1508,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1511,
"end": 1551,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1521,
"end": 1524,
"ctxt": 0
},
"value": "I31",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1524,
"end": 1527,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1525,
"end": 1526,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1525,
"end": 1526,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 1538,
"end": 1551,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 1540,
"end": 1549,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1540,
"end": 1541,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1541,
"end": 1549,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1543,
"end": 1549,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
],
"interpreter": null
}