{ "type": "Module", "span": { "start": 59, "end": 317, "ctxt": 0 }, "body": [ { "type": "ExportDefaultDeclaration", "span": { "start": 59, "end": 88, "ctxt": 0 }, "decl": { "type": "ClassExpression", "identifier": { "type": "Identifier", "span": { "start": 80, "end": 84, "ctxt": 0 }, "value": "Decl", "optional": false }, "span": { "start": 74, "end": 88, "ctxt": 0 }, "decorators": [], "body": [], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 90, "end": 140, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 100, "end": 104, "ctxt": 0 }, "value": "Decl", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 105, "end": 140, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 111, "end": 122, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 111, "end": 113, "ctxt": 0 }, "value": "p1", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 113, "end": 121, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 115, "end": 121, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 127, "end": 138, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 127, "end": 129, "ctxt": 0 }, "value": "p2", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 129, "end": 137, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 131, "end": 137, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } }, { "type": "TsModuleDeclaration", "span": { "start": 142, "end": 184, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 152, "end": 156, "ctxt": 0 }, "value": "Decl", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 157, "end": 184, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 163, "end": 182, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 173, "end": 174, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 175, "end": 182, "ctxt": 0 }, "body": [] } } ] } }, { "type": "ImportDeclaration", "span": { "start": 206, "end": 229, "ctxt": 0 }, "specifiers": [ { "type": "ImportDefaultSpecifier", "span": { "start": 213, "end": 219, "ctxt": 0 }, "local": { "type": "Identifier", "span": { "start": 213, "end": 219, "ctxt": 0 }, "value": "Entity", "optional": false } } ], "source": { "type": "StringLiteral", "span": { "start": 225, "end": 229, "ctxt": 0 }, "value": "m1", "raw": "\"m1\"" }, "typeOnly": false, "asserts": null }, { "type": "ExpressionStatement", "span": { "start": 231, "end": 240, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 231, "end": 239, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 231, "end": 237, "ctxt": 0 }, "value": "Entity", "optional": false }, "arguments": [], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 242, "end": 256, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 246, "end": 255, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 246, "end": 247, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 247, "end": 255, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 249, "end": 255, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 249, "end": 255, "ctxt": 0 }, "value": "Entity", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 257, "end": 273, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 261, "end": 272, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 261, "end": 262, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 262, "end": 272, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 264, "end": 272, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 264, "end": 270, "ctxt": 0 }, "value": "Entity", "optional": false }, "right": { "type": "Identifier", "span": { "start": 271, "end": 272, "ctxt": 0 }, "value": "I", "optional": false } }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 274, "end": 295, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 278, "end": 294, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 278, "end": 279, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 282, "end": 294, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 286, "end": 292, "ctxt": 0 }, "value": "Entity", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 296, "end": 317, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 300, "end": 317, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 300, "end": 303, "ctxt": 0 }, "value": "sum", "optional": false, "typeAnnotation": null }, "init": { "type": "BinaryExpression", "span": { "start": 306, "end": 317, "ctxt": 0 }, "operator": "+", "left": { "type": "MemberExpression", "span": { "start": 306, "end": 310, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 306, "end": 307, "ctxt": 0 }, "value": "z", "optional": false }, "property": { "type": "Identifier", "span": { "start": 308, "end": 310, "ctxt": 0 }, "value": "p1", "optional": false } }, "right": { "type": "MemberExpression", "span": { "start": 313, "end": 317, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 313, "end": 314, "ctxt": 0 }, "value": "z", "optional": false }, "property": { "type": "Identifier", "span": { "start": 315, "end": 317, "ctxt": 0 }, "value": "p2", "optional": false } } }, "definite": false } ] } ], "interpreter": null }