66 lines
2.2 KiB
JSON
66 lines
2.2 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":19,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":19}},
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":19,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":19}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":19,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":19}},
|
|
"expression": {
|
|
"type": "ObjectExpression",
|
|
"start":1,"end":18,"loc":{"start":{"line":1,"column":1},"end":{"line":1,"column":18}},
|
|
"properties": [
|
|
{
|
|
"type": "ObjectProperty",
|
|
"start":2,"end":17,"loc":{"start":{"line":1,"column":2},"end":{"line":1,"column":17}},
|
|
"method": false,
|
|
"computed": true,
|
|
"key": {
|
|
"type": "BinaryExpression",
|
|
"start":3,"end":12,"loc":{"start":{"line":1,"column":3},"end":{"line":1,"column":12}},
|
|
"left": {
|
|
"type": "StringLiteral",
|
|
"start":3,"end":6,"loc":{"start":{"line":1,"column":3},"end":{"line":1,"column":6}},
|
|
"extra": {
|
|
"rawValue": "x",
|
|
"raw": "\"x\""
|
|
},
|
|
"value": "x"
|
|
},
|
|
"operator": "+",
|
|
"right": {
|
|
"type": "StringLiteral",
|
|
"start":9,"end":12,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":12}},
|
|
"extra": {
|
|
"rawValue": "y",
|
|
"raw": "\"y\""
|
|
},
|
|
"value": "y"
|
|
}
|
|
},
|
|
"shorthand": false,
|
|
"value": {
|
|
"type": "NumericLiteral",
|
|
"start":15,"end":17,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":17}},
|
|
"extra": {
|
|
"rawValue": 10,
|
|
"raw": "10"
|
|
},
|
|
"value": 10
|
|
}
|
|
}
|
|
],
|
|
"extra": {
|
|
"parenthesized": true,
|
|
"parenStart": 0
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |