{ "type": "Script", "span": { "start": 17, "end": 68, "ctxt": 0 }, "body": [ { "type": "TsEnumDeclaration", "span": { "start": 17, "end": 38, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 22, "end": 23, "ctxt": 0 }, "value": "E", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 30, "end": 36, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 30, "end": 36, "ctxt": 0 }, "value": "member", "optional": false }, "init": null } ] }, { "type": "VariableDeclaration", "span": { "start": 39, "end": 68, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 43, "end": 68, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 43, "end": 44, "ctxt": 0 }, "value": "v", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 47, "end": 68, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 53, "end": 63, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 54, "end": 62, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 54, "end": 55, "ctxt": 0 }, "value": "E", "optional": false }, "property": { "type": "Identifier", "span": { "start": 56, "end": 62, "ctxt": 0 }, "value": "member", "optional": false } } }, "value": { "type": "NumericLiteral", "span": { "start": 65, "end": 66, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] }, "definite": false } ] } ], "interpreter": null }