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

165 lines
3.7 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 116,
"end": 186,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 116,
"end": 162,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 129,
"end": 134,
"ctxt": 0
},
"value": "Clazz",
"optional": false
},
"declare": false,
"span": {
"start": 123,
"end": 162,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 141,
"end": 160,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 141,
"end": 160,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 157,
"end": 160,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 164,
"end": 186,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 164,
"end": 185,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 164,
"end": 181,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 164,
"end": 176,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 164,
"end": 169,
"ctxt": 0
},
"value": "Clazz",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 170,
"end": 176,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 177,
"end": 181,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 184,
"end": 185,
"ctxt": 0
},
"value": 5.0
}
}
}
],
"interpreter": null
}