{ "type": "Script", "span": { "start": 2, "end": 292, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 2, "end": 22, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 6, "end": 21, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 6, "end": 13, "ctxt": 0 }, "value": "declare", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 13, "end": 21, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 15, "end": 21, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 23, "end": 42, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 27, "end": 41, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 27, "end": 33, "ctxt": 0 }, "value": "module", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 33, "end": 41, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 35, "end": 41, "ctxt": 0 }, "kind": "string" } } }, "init": null, "definite": false } ] }, { "type": "TsModuleDeclaration", "span": { "start": 44, "end": 292, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 51, "end": 60, "ctxt": 0 }, "value": "container", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 61, "end": 292, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 67, "end": 247, "ctxt": 0 }, "declare": true, "global": false, "id": { "type": "StringLiteral", "span": { "start": 192, "end": 212, "ctxt": 0 }, "value": "my external module", "raw": "\"my external module\"" }, "body": { "type": "TsModuleBlock", "span": { "start": 244, "end": 247, "ctxt": 0 }, "body": [] } } ] } } ], "interpreter": null }