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

298 lines
7.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 39,
"end": 129,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 45,
"end": 46,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 39,
"end": 129,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 53,
"end": 68,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 53,
"end": 62,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 54,
"end": 61,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 54,
"end": 56,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 59,
"end": 61,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 53,
"end": 68,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 65,
"end": 68,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 73,
"end": 102,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 77,
"end": 86,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 78,
"end": 85,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 78,
"end": 80,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 83,
"end": 85,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 73,
"end": 102,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 89,
"end": 102,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 91,
"end": 100,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 107,
"end": 127,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 111,
"end": 120,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 112,
"end": 119,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 112,
"end": 114,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 117,
"end": 119,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 121,
"end": 122,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 121,
"end": 122,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 107,
"end": 127,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 124,
"end": 127,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}