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

231 lines
5.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 75,
"end": 187,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 81,
"end": 82,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 75,
"end": 116,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 85,
"end": 114,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 85,
"end": 96,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 99,
"end": 114,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 101,
"end": 112,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 101,
"end": 111,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 101,
"end": 107,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 101,
"end": 105,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 106,
"end": 107,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 110,
"end": 111,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 143,
"end": 144,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 137,
"end": 187,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 151,
"end": 185,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 151,
"end": 185,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 155,
"end": 185,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 165,
"end": 179,
"ctxt": 0
},
"argument": {
"type": "MemberExpression",
"span": {
"start": 172,
"end": 178,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 172,
"end": 176,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
]
},
"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": []
}
],
"interpreter": null
}