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

1287 lines
29 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 807,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1,
"end": 73,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 11,
"end": 24,
"ctxt": 0
},
"value": "BaseInterface",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 25,
"end": 73,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 31,
"end": 48,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 31,
"end": 39,
"ctxt": 0
},
"value": "required",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 39,
"end": 47,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 41,
"end": 47,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 53,
"end": 71,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 53,
"end": 61,
"ctxt": 0
},
"value": "optional",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 62,
"end": 70,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 64,
"end": 70,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 81,
"end": 90,
"ctxt": 0
},
"value": "BaseClass",
"optional": false
},
"declare": false,
"span": {
"start": 75,
"end": 139,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 97,
"end": 113,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 97,
"end": 107,
"ctxt": 0
},
"value": "baseMethod",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 97,
"end": 113,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 110,
"end": 113,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 118,
"end": 137,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 118,
"end": 128,
"ctxt": 0
},
"value": "baseNumber",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 128,
"end": 136,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 130,
"end": 136,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"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": "TsInterfaceDeclaration",
"span": {
"start": 141,
"end": 206,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 151,
"end": 156,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 165,
"end": 178,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 165,
"end": 178,
"ctxt": 0
},
"value": "BaseInterface",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 179,
"end": 206,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 185,
"end": 204,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 185,
"end": 195,
"ctxt": 0
},
"value": "additional",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 195,
"end": 203,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 197,
"end": 203,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 214,
"end": 219,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"declare": false,
"span": {
"start": 208,
"end": 283,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 244,
"end": 264,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 244,
"end": 255,
"ctxt": 0
},
"value": "classNumber",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 255,
"end": 263,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 257,
"end": 263,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 269,
"end": 281,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 269,
"end": 275,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 269,
"end": 281,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 278,
"end": 281,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 228,
"end": 237,
"ctxt": 0
},
"value": "BaseClass",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 285,
"end": 362,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 295,
"end": 311,
"ctxt": 0
},
"value": "ChildNoBaseClass",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 320,
"end": 333,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 320,
"end": 333,
"ctxt": 0
},
"value": "BaseInterface",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 334,
"end": 362,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 340,
"end": 360,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 340,
"end": 351,
"ctxt": 0
},
"value": "additional2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 351,
"end": 359,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 353,
"end": 359,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 369,
"end": 385,
"ctxt": 0
},
"value": "ChildNoBaseClass",
"optional": false
},
"declare": false,
"span": {
"start": 363,
"end": 432,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 392,
"end": 412,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 392,
"end": 403,
"ctxt": 0
},
"value": "classString",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 403,
"end": 411,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 405,
"end": 411,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 417,
"end": 430,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 417,
"end": 424,
"ctxt": 0
},
"value": "method2",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 417,
"end": 430,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 439,
"end": 449,
"ctxt": 0
},
"value": "Grandchild",
"optional": false
},
"declare": false,
"span": {
"start": 433,
"end": 478,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 458,
"end": 474,
"ctxt": 0
},
"value": "ChildNoBaseClass",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 525,
"end": 543,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 529,
"end": 542,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 529,
"end": 534,
"ctxt": 0
},
"value": "child",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 535,
"end": 542,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 537,
"end": 542,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 537,
"end": 542,
"ctxt": 0
},
"value": "Child",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 544,
"end": 559,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 544,
"end": 558,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 544,
"end": 549,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 550,
"end": 558,
"ctxt": 0
},
"value": "required",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 560,
"end": 575,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 560,
"end": 574,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 560,
"end": 565,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 566,
"end": 574,
"ctxt": 0
},
"value": "optional",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 576,
"end": 593,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 576,
"end": 592,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 576,
"end": 581,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 582,
"end": 592,
"ctxt": 0
},
"value": "additional",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 594,
"end": 611,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 594,
"end": 610,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 594,
"end": 599,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 600,
"end": 610,
"ctxt": 0
},
"value": "baseNumber",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 612,
"end": 630,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 612,
"end": 629,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 612,
"end": 617,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 618,
"end": 629,
"ctxt": 0
},
"value": "classNumber",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 631,
"end": 650,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 631,
"end": 649,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 631,
"end": 647,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 631,
"end": 636,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 637,
"end": 647,
"ctxt": 0
},
"value": "baseMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 651,
"end": 666,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 651,
"end": 665,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 651,
"end": 663,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 651,
"end": 656,
"ctxt": 0
},
"value": "child",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 657,
"end": 663,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 668,
"end": 695,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 672,
"end": 694,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 672,
"end": 682,
"ctxt": 0
},
"value": "grandchild",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 682,
"end": 694,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 684,
"end": 694,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 684,
"end": 694,
"ctxt": 0
},
"value": "Grandchild",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 696,
"end": 716,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 696,
"end": 715,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 696,
"end": 706,
"ctxt": 0
},
"value": "grandchild",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 707,
"end": 715,
"ctxt": 0
},
"value": "required",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 717,
"end": 737,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 717,
"end": 736,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 717,
"end": 727,
"ctxt": 0
},
"value": "grandchild",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 728,
"end": 736,
"ctxt": 0
},
"value": "optional",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 738,
"end": 761,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 738,
"end": 760,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 738,
"end": 748,
"ctxt": 0
},
"value": "grandchild",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 749,
"end": 760,
"ctxt": 0
},
"value": "additional2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 762,
"end": 785,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 762,
"end": 784,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 762,
"end": 772,
"ctxt": 0
},
"value": "grandchild",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 773,
"end": 784,
"ctxt": 0
},
"value": "classString",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 786,
"end": 807,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 786,
"end": 806,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 786,
"end": 804,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 786,
"end": 796,
"ctxt": 0
},
"value": "grandchild",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 797,
"end": 804,
"ctxt": 0
},
"value": "method2",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"interpreter": null
}