{ "type": "Script", "span": { "start": 0, "end": 252, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 0, "end": 111, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 7, "end": 15, "ctxt": 0 }, "value": "enumdule", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 16, "end": 111, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 23, "end": 109, "ctxt": 0 }, "declaration": { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 36, "end": 41, "ctxt": 0 }, "value": "Point", "optional": false }, "declare": false, "span": { "start": 30, "end": 109, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 52, "end": 103, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 52, "end": 63, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 64, "end": 80, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 71, "end": 80, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 72, "end": 80, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 74, "end": 80, "ctxt": 0 }, "kind": "number" } } } }, { "type": "TsParameterProperty", "span": { "start": 82, "end": 98, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 89, "end": 98, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 90, "end": 98, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 92, "end": 98, "ctxt": 0 }, "kind": "number" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 100, "end": 103, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } } ] } }, { "type": "TsEnumDeclaration", "span": { "start": 113, "end": 144, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 118, "end": 126, "ctxt": 0 }, "value": "enumdule", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 133, "end": 136, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 133, "end": 136, "ctxt": 0 }, "value": "Red", "optional": false }, "init": null }, { "type": "TsEnumMember", "span": { "start": 138, "end": 142, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 138, "end": 142, "ctxt": 0 }, "value": "Blue", "optional": false }, "init": null } ] }, { "type": "VariableDeclaration", "span": { "start": 146, "end": 162, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 150, "end": 161, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 150, "end": 151, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 151, "end": 161, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 153, "end": 161, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 153, "end": 161, "ctxt": 0 }, "value": "enumdule", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 163, "end": 184, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 167, "end": 183, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 167, "end": 168, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 171, "end": 183, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 171, "end": 179, "ctxt": 0 }, "value": "enumdule", "optional": false }, "property": { "type": "Identifier", "span": { "start": 180, "end": 183, "ctxt": 0 }, "value": "Red", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 186, "end": 218, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 190, "end": 217, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 190, "end": 191, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 191, "end": 217, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 193, "end": 217, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 195, "end": 205, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 195, "end": 196, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 196, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 198, "end": 204, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 206, "end": 215, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 206, "end": 207, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 207, "end": 215, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 209, "end": 215, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 219, "end": 252, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 223, "end": 251, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 223, "end": 224, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 227, "end": 251, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 231, "end": 245, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 231, "end": 239, "ctxt": 0 }, "value": "enumdule", "optional": false }, "property": { "type": "Identifier", "span": { "start": 240, "end": 245, "ctxt": 0 }, "value": "Point", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 246, "end": 247, "ctxt": 0 }, "value": 0.0 } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 249, "end": 250, "ctxt": 0 }, "value": 0.0 } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }