{ "type": "Script", "span": { "start": 15, "end": 46, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 15, "end": 46, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 19, "end": 45, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 19, "end": 20, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 23, "end": 45, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 25, "end": 28, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 26, "end": 27, "ctxt": 0 }, "value": "e", "optional": false } }, "value": { "type": "NumericLiteral", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": 1.0 } }, { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 33, "end": 40, "ctxt": 0 }, "expression": { "type": "BinaryExpression", "span": { "start": 34, "end": 39, "ctxt": 0 }, "operator": "+", "left": { "type": "Identifier", "span": { "start": 34, "end": 35, "ctxt": 0 }, "value": "e", "optional": false }, "right": { "type": "Identifier", "span": { "start": 38, "end": 39, "ctxt": 0 }, "value": "e", "optional": false } } }, "value": { "type": "NumericLiteral", "span": { "start": 42, "end": 43, "ctxt": 0 }, "value": 2.0 } } ] }, "definite": false } ] } ], "interpreter": null }