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

298 lines
7.2 KiB
JSON

{
"type": "Script",
"span": {
"start": 39,
"end": 150,
"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": 150,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 53,
"end": 75,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 60,
"end": 69,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 61,
"end": 68,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 61,
"end": 63,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 66,
"end": 68,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 53,
"end": 75,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 72,
"end": 75,
"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": 80,
"end": 116,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 91,
"end": 100,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 92,
"end": 99,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 92,
"end": 94,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 97,
"end": 99,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 80,
"end": 116,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 103,
"end": 116,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 105,
"end": 114,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 112,
"end": 113,
"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": 121,
"end": 148,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 132,
"end": 141,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 133,
"end": 140,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "StringLiteral",
"span": {
"start": 133,
"end": 135,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "StringLiteral",
"span": {
"start": 138,
"end": 140,
"ctxt": 0
},
"value": "",
"raw": "\"\""
}
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 121,
"end": 148,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 145,
"end": 148,
"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
}