swc/crates/swc_ecma_parser/tests/tsc/computedPropertyNames46_ES5.json
2022-03-22 07:54:08 +00:00

102 lines
2.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 45,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 45,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 44,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 24,
"end": 44,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 30,
"end": 39,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 31,
"end": 38,
"ctxt": 0
},
"operator": "||",
"left": {
"type": "StringLiteral",
"span": {
"start": 31,
"end": 33,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 37,
"end": 38,
"ctxt": 0
},
"value": 0.0
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 41,
"end": 42,
"ctxt": 0
},
"value": 0.0
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}