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

444 lines
9.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 383,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 16,
"end": 25,
"ctxt": 0
},
"value": "BaseClass",
"optional": false
},
"declare": false,
"span": {
"start": 1,
"end": 53,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 30,
"end": 51,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 39,
"end": 42,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 42,
"end": 50,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 44,
"end": 50,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": true,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": true,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 61,
"end": 67,
"ctxt": 0
},
"value": "Broken",
"optional": false
},
"declare": false,
"span": {
"start": 55,
"end": 88,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 76,
"end": 85,
"ctxt": 0
},
"value": "BaseClass",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 141,
"end": 178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 151,
"end": 159,
"ctxt": 0
},
"value": "IGetters",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 160,
"end": 178,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 164,
"end": 176,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 167,
"end": 175,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 169,
"end": 175,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 179,
"end": 215,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 189,
"end": 195,
"ctxt": 0
},
"value": "Broken",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 204,
"end": 212,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 204,
"end": 212,
"ctxt": 0
},
"value": "IGetters",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 213,
"end": 215,
"ctxt": 0
},
"body": []
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 217,
"end": 233,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 217,
"end": 233,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 217,
"end": 229,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 221,
"end": 227,
"ctxt": 0
},
"value": "Broken",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 230,
"end": 233,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 241,
"end": 259,
"ctxt": 0
},
"value": "IncorrectlyExtends",
"optional": false
},
"declare": false,
"span": {
"start": 235,
"end": 280,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "Identifier",
"span": {
"start": 268,
"end": 277,
"ctxt": 0
},
"value": "BaseClass",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 281,
"end": 326,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 291,
"end": 307,
"ctxt": 0
},
"value": "IncorrectGetters",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 308,
"end": 326,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 312,
"end": 324,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 312,
"end": 315,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 315,
"end": 323,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 317,
"end": 323,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 327,
"end": 383,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 337,
"end": 355,
"ctxt": 0
},
"value": "IncorrectlyExtends",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 364,
"end": 380,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 364,
"end": 380,
"ctxt": 0
},
"value": "IncorrectGetters",
"optional": false
},
"typeArguments": null
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 381,
"end": 383,
"ctxt": 0
},
"body": []
}
}
],
"interpreter": null
}