{ "type": "Module", "span": { "start": 39, "end": 175, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 39, "end": 78, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 46, "end": 49, "ctxt": 0 }, "value": "Foo", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 50, "end": 78, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 53, "end": 76, "ctxt": 0 }, "declaration": { "type": "VariableDeclaration", "span": { "start": 60, "end": 76, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 64, "end": 75, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 64, "end": 70, "ctxt": 0 }, "value": "answer", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 73, "end": 75, "ctxt": 0 }, "value": 42.0 }, "definite": false } ] } } ] } }, { "type": "TsExportAssignment", "span": { "start": 79, "end": 92, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 88, "end": 91, "ctxt": 0 }, "value": "Foo", "optional": false } }, { "type": "TsImportEqualsDeclaration", "span": { "start": 117, "end": 149, "ctxt": 0 }, "declare": false, "isExport": false, "isTypeOnly": false, "id": { "type": "Identifier", "span": { "start": 124, "end": 127, "ctxt": 0 }, "value": "foo", "optional": false }, "moduleRef": { "type": "TsExternalModuleReference", "span": { "start": 130, "end": 148, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 138, "end": 147, "ctxt": 0 }, "value": "./foo_0", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } }, { "type": "IfStatement", "span": { "start": 150, "end": 175, "ctxt": 0 }, "test": { "type": "BinaryExpression", "span": { "start": 153, "end": 170, "ctxt": 0 }, "operator": "===", "left": { "type": "MemberExpression", "span": { "start": 153, "end": 163, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 153, "end": 156, "ctxt": 0 }, "value": "foo", "optional": false }, "property": { "type": "Identifier", "span": { "start": 157, "end": 163, "ctxt": 0 }, "value": "answer", "optional": false } }, "right": { "type": "NumericLiteral", "span": { "start": 168, "end": 170, "ctxt": 0 }, "value": 42.0 } }, "consequent": { "type": "BlockStatement", "span": { "start": 171, "end": 175, "ctxt": 0 }, "stmts": [] }, "alternate": null } ], "interpreter": null }