swc/crates/swc_ecma_parser/tests/tsc/computedPropertyNamesDeclarationEmit2_ES6.json
2022-04-05 12:46:35 +00:00

298 lines
7.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 38,
"end": 149,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 38,
"end": 149,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 52,
"end": 74,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 59,
"end": 68,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 60,
"end": 67,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 60,
"end": 62,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 65,
"end": 67,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 52,
"end": 74,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 71,
"end": 74,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 79,
"end": 115,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 90,
"end": 99,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 91,
"end": 98,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 91,
"end": 93,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 96,
"end": 98,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 79,
"end": 115,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 102,
"end": 115,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 104,
"end": 113,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 120,
"end": 147,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 131,
"end": 140,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 132,
"end": 139,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 132,
"end": 134,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 137,
"end": 139,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 120,
"end": 147,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 144,
"end": 147,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}