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

209 lines
5.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 102,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 102,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 102,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 25,
"end": 102,
"ctxt": 0
},
"properties": [
{
"type": "GetterProperty",
"span": {
"start": 31,
"end": 57,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 35,
"end": 42,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 36,
"end": 41,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 45,
"end": 57,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 47,
"end": 55,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 54,
"end": 55,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
},
{
"type": "SetterProperty",
"span": {
"start": 63,
"end": 89,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 67,
"end": 74,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 68,
"end": 73,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 68,
"end": 69,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 72,
"end": 73,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"param": {
"type": "Identifier",
"span": {
"start": 75,
"end": 84,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 76,
"end": 84,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 78,
"end": 84,
"ctxt": 0
},
"kind": "string"
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 86,
"end": 89,
"ctxt": 0
},
"stmts": []
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}