{ "type": "Script", "span": { "start": 1, "end": 253, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 1, "end": 112, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 8, "end": 16, "ctxt": 0 }, "value": "enumdule", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 17, "end": 112, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 24, "end": 110, "ctxt": 0 }, "declaration": { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 37, "end": 42, "ctxt": 0 }, "value": "Point", "optional": false }, "declare": false, "span": { "start": 31, "end": 110, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 53, "end": 104, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 53, "end": 64, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 65, "end": 81, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 72, "end": 81, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 73, "end": 81, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 75, "end": 81, "ctxt": 0 }, "kind": "number" } } } }, { "type": "TsParameterProperty", "span": { "start": 83, "end": 99, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 90, "end": 99, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 91, "end": 99, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 93, "end": 99, "ctxt": 0 }, "kind": "number" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 101, "end": 104, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } } ] } }, { "type": "TsEnumDeclaration", "span": { "start": 114, "end": 145, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 119, "end": 127, "ctxt": 0 }, "value": "enumdule", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 134, "end": 137, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 134, "end": 137, "ctxt": 0 }, "value": "Red", "optional": false }, "init": null }, { "type": "TsEnumMember", "span": { "start": 139, "end": 143, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 139, "end": 143, "ctxt": 0 }, "value": "Blue", "optional": false }, "init": null } ] }, { "type": "VariableDeclaration", "span": { "start": 147, "end": 163, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 151, "end": 162, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 151, "end": 152, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 152, "end": 162, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 154, "end": 162, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 154, "end": 162, "ctxt": 0 }, "value": "enumdule", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 164, "end": 185, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 168, "end": 184, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 168, "end": 169, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 172, "end": 184, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 172, "end": 180, "ctxt": 0 }, "value": "enumdule", "optional": false }, "property": { "type": "Identifier", "span": { "start": 181, "end": 184, "ctxt": 0 }, "value": "Red", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 187, "end": 219, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 191, "end": 218, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 191, "end": 192, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 192, "end": 218, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 194, "end": 218, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 196, "end": 206, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 196, "end": 197, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 197, "end": 205, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 199, "end": 205, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 207, "end": 216, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 207, "end": 208, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 208, "end": 216, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 210, "end": 216, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 220, "end": 253, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 224, "end": 252, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 228, "end": 252, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 232, "end": 246, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 232, "end": 240, "ctxt": 0 }, "value": "enumdule", "optional": false }, "property": { "type": "Identifier", "span": { "start": 241, "end": 246, "ctxt": 0 }, "value": "Point", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 247, "end": 248, "ctxt": 0 }, "value": 0.0, "raw": "0" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 250, "end": 251, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }