{ "type": "Script", "span": { "start": 16, "end": 72, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 16, "end": 72, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 23, "end": 24, "ctxt": 0 }, "value": "M", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 25, "end": 72, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 31, "end": 70, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 35, "end": 70, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 35, "end": 38, "ctxt": 0 }, "value": "obj", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 41, "end": 70, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Computed", "span": { "start": 51, "end": 61, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 52, "end": 60, "ctxt": 0 }, "object": { "type": "ThisExpression", "span": { "start": 52, "end": 56, "ctxt": 0 } }, "property": { "type": "Identifier", "span": { "start": 57, "end": 60, "ctxt": 0 }, "value": "bar", "optional": false } } }, "value": { "type": "NumericLiteral", "span": { "start": 63, "end": 64, "ctxt": 0 }, "value": 0.0 } } ] }, "definite": false } ] } ] } } ], "interpreter": null }