{ "type": "Script", "span": { "start": 27, "end": 273, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 27, "end": 100, "ctxt": 0 }, "declare": true, "global": false, "id": { "type": "Identifier", "span": { "start": 42, "end": 47, "ctxt": 0 }, "value": "Point", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 48, "end": 100, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 54, "end": 98, "ctxt": 0 }, "declaration": { "type": "VariableDeclaration", "span": { "start": 61, "end": 98, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 65, "end": 98, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 65, "end": 71, "ctxt": 0 }, "value": "Origin", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 71, "end": 98, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 73, "end": 98, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 75, "end": 85, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 75, "end": 76, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 76, "end": 84, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 78, "end": 84, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 86, "end": 96, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 86, "end": 87, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 87, "end": 95, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 89, "end": 95, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] } } ] } }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 137, "end": 142, "ctxt": 0 }, "value": "Point", "optional": false }, "declare": false, "params": [], "decorators": [], "span": { "start": 128, "end": 175, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 145, "end": 175, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 151, "end": 173, "ctxt": 0 }, "argument": { "type": "ObjectExpression", "span": { "start": 158, "end": 172, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 160, "end": 161, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 163, "end": 164, "ctxt": 0 }, "value": 0.0, "raw": "0" } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 169, "end": 170, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "VariableDeclaration", "span": { "start": 199, "end": 232, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 203, "end": 232, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 203, "end": 205, "ctxt": 0 }, "value": "cl", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 205, "end": 232, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 207, "end": 232, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 209, "end": 219, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 209, "end": 210, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 210, "end": 218, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 212, "end": 218, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 220, "end": 230, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 220, "end": 221, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 221, "end": 229, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 223, "end": 229, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 233, "end": 250, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 237, "end": 249, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 237, "end": 239, "ctxt": 0 }, "value": "cl", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 242, "end": 249, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 242, "end": 247, "ctxt": 0 }, "value": "Point", "optional": false }, "arguments": [], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 251, "end": 273, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 255, "end": 272, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 255, "end": 257, "ctxt": 0 }, "value": "cl", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 260, "end": 272, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 260, "end": 265, "ctxt": 0 }, "value": "Point", "optional": false }, "property": { "type": "Identifier", "span": { "start": 266, "end": 272, "ctxt": 0 }, "value": "Origin", "optional": false } }, "definite": false } ] } ], "interpreter": null }