{ "type": "Module", "span": { "start": 21, "end": 375, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 27, "end": 28, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 21, "end": 43, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 31, "end": 41, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 31, "end": 32, "ctxt": 0 }, "value": "a", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 33, "end": 41, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 35, "end": 41, "ctxt": 0 }, "kind": "string" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": true } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "ExportNamedDeclaration", "span": { "start": 44, "end": 73, "ctxt": 0 }, "specifiers": [ { "type": "ExportSpecifier", "span": { "start": 58, "end": 70, "ctxt": 0 }, "orig": { "type": "Identifier", "span": { "start": 58, "end": 59, "ctxt": 0 }, "value": "A", "optional": false }, "exported": { "type": "Identifier", "span": { "start": 63, "end": 70, "ctxt": 0 }, "value": "default", "optional": false }, "isTypeOnly": false } ], "source": null, "typeOnly": true, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 95, "end": 115, "ctxt": 0 }, "specifiers": [ { "type": "ImportDefaultSpecifier", "span": { "start": 102, "end": 103, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 102, "end": 103, "ctxt": 0 }, "value": "A", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 109, "end": 114, "ctxt": 0 }, "value": "./a", "raw": "'./a'" }, "typeOnly": false, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 116, "end": 156, "ctxt": 0 }, "specifiers": [ { "type": "ImportSpecifier", "span": { "start": 130, "end": 142, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 141, "end": 142, "ctxt": 0 }, "value": "B", "optional": false }, "imported": { "type": "Identifier", "span": { "start": 130, "end": 137, "ctxt": 0 }, "value": "default", "optional": false }, "isTypeOnly": false } ], "source": { "type": "StringLiteral", "span": { "start": 150, "end": 155, "ctxt": 0 }, "value": "./a", "raw": "'./a'" }, "typeOnly": true, "asserts": null }, { "type": "ExportNamedDeclaration", "span": { "start": 157, "end": 173, "ctxt": 0 }, "specifiers": [ { "type": "ExportSpecifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "orig": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "A", "optional": false }, "exported": null, "isTypeOnly": false }, { "type": "ExportSpecifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "orig": { "type": "Identifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "value": "B", "optional": false }, "exported": null, "isTypeOnly": false } ], "source": null, "typeOnly": false, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 195, "end": 224, "ctxt": 0 }, "specifiers": [ { "type": "ImportNamespaceSpecifier", "span": { "start": 202, "end": 212, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 207, "end": 212, "ctxt": 0 }, "value": "types", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 218, "end": 223, "ctxt": 0 }, "value": "./b", "raw": "'./b'" }, "typeOnly": false, "asserts": null }, { "type": "ExportNamedDeclaration", "span": { "start": 225, "end": 253, "ctxt": 0 }, "specifiers": [ { "type": "ExportSpecifier", "span": { "start": 234, "end": 250, "ctxt": 0 }, "orig": { "type": "Identifier", "span": { "start": 234, "end": 239, "ctxt": 0 }, "value": "types", "optional": false }, "exported": { "type": "Identifier", "span": { "start": 243, "end": 250, "ctxt": 0 }, "value": "default", "optional": false }, "isTypeOnly": false } ], "source": null, "typeOnly": false, "asserts": null }, { "type": "ImportDeclaration", "span": { "start": 275, "end": 299, "ctxt": 0 }, "specifiers": [ { "type": "ImportDefaultSpecifier", "span": { "start": 282, "end": 287, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 282, "end": 287, "ctxt": 0 }, "value": "types", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 293, "end": 298, "ctxt": 0 }, "value": "./c", "raw": "'./c'" }, "typeOnly": false, "asserts": null }, { "type": "ExpressionStatement", "span": { "start": 300, "end": 314, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 300, "end": 313, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 304, "end": 311, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 304, "end": 309, "ctxt": 0 }, "value": "types", "optional": false }, "property": { "type": "Identifier", "span": { "start": 310, "end": 311, "ctxt": 0 }, "value": "A", "optional": false } }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 315, "end": 329, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 315, "end": 328, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 319, "end": 326, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 319, "end": 324, "ctxt": 0 }, "value": "types", "optional": false }, "property": { "type": "Identifier", "span": { "start": 325, "end": 326, "ctxt": 0 }, "value": "B", "optional": false } }, "arguments": [], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 330, "end": 352, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 336, "end": 351, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 336, "end": 337, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 337, "end": 346, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 339, "end": 346, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 339, "end": 344, "ctxt": 0 }, "value": "types", "optional": false }, "right": { "type": "Identifier", "span": { "start": 345, "end": 346, "ctxt": 0 }, "value": "A", "optional": false } }, "typeParams": null } } }, "init": { "type": "ObjectExpression", "span": { "start": 349, "end": 351, "ctxt": 0 }, "properties": [] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 353, "end": 375, "ctxt": 0 }, "kind": "const", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 359, "end": 374, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 359, "end": 360, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 360, "end": 369, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 362, "end": 369, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 362, "end": 367, "ctxt": 0 }, "value": "types", "optional": false }, "right": { "type": "Identifier", "span": { "start": 368, "end": 369, "ctxt": 0 }, "value": "B", "optional": false } }, "typeParams": null } } }, "init": { "type": "ObjectExpression", "span": { "start": 372, "end": 374, "ctxt": 0 }, "properties": [] }, "definite": false } ] } ], "interpreter": null }