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

166 lines
3.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 117,
"end": 187,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 117,
"end": 163,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 130,
"end": 135,
"ctxt": 0
},
"value": "Clazz",
"optional": false
},
"declare": false,
"span": {
"start": 124,
"end": 163,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 142,
"end": 161,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 149,
"end": 155,
"ctxt": 0
},
"value": "method",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 142,
"end": 161,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 158,
"end": 161,
"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": 165,
"end": 187,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 165,
"end": 186,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 165,
"end": 182,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 165,
"end": 177,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 165,
"end": 170,
"ctxt": 0
},
"value": "Clazz",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 171,
"end": 177,
"ctxt": 0
},
"value": "method",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 178,
"end": 182,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 185,
"end": 186,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
}
}
],
"interpreter": null
}