{ "type": "Script", "span": { "start": 1, "end": 25, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 1, "end": 25, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 5, "end": 25, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 5, "end": 6, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 9, "end": 25, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 11, "end": 18, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 12, "end": 17, "ctxt": 0 }, "value": "yield", "optional": false } }, "value": { "type": "Identifier", "span": { "start": 20, "end": 23, "ctxt": 0 }, "value": "foo", "optional": false } } ] }, "definite": false } ] } ], "interpreter": null }