{ "type": "Script", "span": { "start": 23, "end": 725, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 23, "end": 246, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "A", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 32, "end": 246, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 38, "end": 106, "ctxt": 0 }, "declaration": { "type": "TsInterfaceDeclaration", "span": { "start": 45, "end": 106, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 55, "end": 60, "ctxt": 0 }, "value": "Point", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 61, "end": 106, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 71, "end": 81, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 71, "end": 72, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 72, "end": 80, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 74, "end": 80, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 90, "end": 100, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 90, "end": 91, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 91, "end": 99, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 93, "end": 99, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, { "type": "ExportDeclaration", "span": { "start": 112, "end": 244, "ctxt": 0 }, "declaration": { "type": "TsModuleDeclaration", "span": { "start": 119, "end": 244, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 126, "end": 131, "ctxt": 0 }, "value": "Utils", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 132, "end": 244, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 142, "end": 238, "ctxt": 0 }, "declaration": { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 158, "end": 164, "ctxt": 0 }, "value": "mirror", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 182, "end": 186, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 182, "end": 186, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 183, "end": 186, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 185, "end": 186, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 185, "end": 186, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 149, "end": 238, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 188, "end": 238, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 202, "end": 228, "ctxt": 0 }, "argument": { "type": "ObjectExpression", "span": { "start": 209, "end": 227, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 211, "end": 212, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 214, "end": 217, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 214, "end": 215, "ctxt": 0 }, "value": "p", "optional": false }, "property": { "type": "Identifier", "span": { "start": 216, "end": 217, "ctxt": 0 }, "value": "y", "optional": false } } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 219, "end": 220, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "MemberExpression", "span": { "start": 222, "end": 225, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 222, "end": 223, "ctxt": 0 }, "value": "p", "optional": false }, "property": { "type": "Identifier", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": "x", "optional": false } } } ] } } ] }, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 164, "end": 181, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 165, "end": 180, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 165, "end": 166, "ctxt": 0 }, "value": "T", "optional": false }, "in": false, "out": false, "constraint": { "type": "TsTypeReference", "span": { "start": 175, "end": 180, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 175, "end": 180, "ctxt": 0 }, "value": "Point", "optional": false }, "typeParams": null }, "default": null } ] }, "returnType": null } } ] } } } ] } }, { "type": "TsModuleDeclaration", "span": { "start": 270, "end": 465, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 277, "end": 278, "ctxt": 0 }, "value": "A", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 279, "end": 465, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 285, "end": 327, "ctxt": 0 }, "declaration": { "type": "VariableDeclaration", "span": { "start": 292, "end": 327, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 296, "end": 326, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 296, "end": 302, "ctxt": 0 }, "value": "Origin", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 302, "end": 309, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 304, "end": 309, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 304, "end": 309, "ctxt": 0 }, "value": "Point", "optional": false }, "typeParams": null } } }, "init": { "type": "ObjectExpression", "span": { "start": 312, "end": 326, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 314, "end": 315, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 317, "end": 318, "ctxt": 0 }, "value": 0.0, "raw": "0" } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 320, "end": 321, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 323, "end": 324, "ctxt": 0 }, "value": 0.0, "raw": "0" } } ] }, "definite": false } ] } }, { "type": "ExportDeclaration", "span": { "start": 333, "end": 463, "ctxt": 0 }, "declaration": { "type": "TsModuleDeclaration", "span": { "start": 340, "end": 463, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 347, "end": 352, "ctxt": 0 }, "value": "Utils", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 353, "end": 463, "ctxt": 0 }, "body": [ { "type": "ExportDeclaration", "span": { "start": 363, "end": 457, "ctxt": 0 }, "declaration": { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 376, "end": 381, "ctxt": 0 }, "value": "Plane", "optional": false }, "declare": false, "span": { "start": 370, "end": 457, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 396, "end": 447, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 396, "end": 407, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "TsParameterProperty", "span": { "start": 408, "end": 424, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 415, "end": 424, "ctxt": 0 }, "value": "tl", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 417, "end": 424, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 419, "end": 424, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 419, "end": 424, "ctxt": 0 }, "value": "Point", "optional": false }, "typeParams": null } } } }, { "type": "TsParameterProperty", "span": { "start": 426, "end": 442, "ctxt": 0 }, "decorators": [], "accessibility": "public", "override": false, "readonly": false, "param": { "type": "Identifier", "span": { "start": 433, "end": 442, "ctxt": 0 }, "value": "br", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 435, "end": 442, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 437, "end": 442, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 437, "end": 442, "ctxt": 0 }, "value": "Point", "optional": false }, "typeParams": null } } } } ], "body": { "type": "BlockStatement", "span": { "start": 444, "end": 447, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } } ] } } } ] } }, { "type": "VariableDeclaration", "span": { "start": 526, "end": 558, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 530, "end": 557, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 530, "end": 531, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 531, "end": 557, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 533, "end": 557, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 535, "end": 545, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 535, "end": 536, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 536, "end": 544, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 538, "end": 544, "ctxt": 0 }, "kind": "number" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 546, "end": 555, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 546, "end": 547, "ctxt": 0 }, "value": "y", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 547, "end": 555, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 549, "end": 555, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 559, "end": 574, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 563, "end": 573, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 563, "end": 564, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 564, "end": 573, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 566, "end": 573, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 566, "end": 567, "ctxt": 0 }, "value": "A", "optional": false }, "right": { "type": "Identifier", "span": { "start": 568, "end": 573, "ctxt": 0 }, "value": "Point", "optional": false } }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 575, "end": 592, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 579, "end": 591, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 579, "end": 580, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 583, "end": 591, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 583, "end": 584, "ctxt": 0 }, "value": "A", "optional": false }, "property": { "type": "Identifier", "span": { "start": 585, "end": 591, "ctxt": 0 }, "value": "Origin", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 593, "end": 619, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 597, "end": 618, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 597, "end": 598, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": null }, "init": { "type": "CallExpression", "span": { "start": 601, "end": 618, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 601, "end": 615, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 601, "end": 608, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 601, "end": 602, "ctxt": 0 }, "value": "A", "optional": false }, "property": { "type": "Identifier", "span": { "start": 603, "end": 608, "ctxt": 0 }, "value": "Utils", "optional": false } }, "property": { "type": "Identifier", "span": { "start": 609, "end": 615, "ctxt": 0 }, "value": "mirror", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 616, "end": 617, "ctxt": 0 }, "value": "o", "optional": false } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 621, "end": 657, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 625, "end": 656, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 625, "end": 626, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 626, "end": 656, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 628, "end": 656, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 630, "end": 642, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 630, "end": 632, "ctxt": 0 }, "value": "tl", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 632, "end": 641, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 634, "end": 641, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 634, "end": 635, "ctxt": 0 }, "value": "A", "optional": false }, "right": { "type": "Identifier", "span": { "start": 636, "end": 641, "ctxt": 0 }, "value": "Point", "optional": false } }, "typeParams": null } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 643, "end": 654, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 643, "end": 645, "ctxt": 0 }, "value": "br", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 645, "end": 654, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 647, "end": 654, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 647, "end": 648, "ctxt": 0 }, "value": "A", "optional": false }, "right": { "type": "Identifier", "span": { "start": 649, "end": 654, "ctxt": 0 }, "value": "Point", "optional": false } }, "typeParams": null } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 658, "end": 679, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 662, "end": 678, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 662, "end": 663, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 663, "end": 678, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 665, "end": 678, "ctxt": 0 }, "typeName": { "type": "TsQualifiedName", "left": { "type": "TsQualifiedName", "left": { "type": "Identifier", "span": { "start": 665, "end": 666, "ctxt": 0 }, "value": "A", "optional": false }, "right": { "type": "Identifier", "span": { "start": 667, "end": 672, "ctxt": 0 }, "value": "Utils", "optional": false } }, "right": { "type": "Identifier", "span": { "start": 673, "end": 678, "ctxt": 0 }, "value": "Plane", "optional": false } }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 680, "end": 725, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 684, "end": 724, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 684, "end": 685, "ctxt": 0 }, "value": "p", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 688, "end": 724, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 692, "end": 705, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 692, "end": 699, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 692, "end": 693, "ctxt": 0 }, "value": "A", "optional": false }, "property": { "type": "Identifier", "span": { "start": 694, "end": 699, "ctxt": 0 }, "value": "Utils", "optional": false } }, "property": { "type": "Identifier", "span": { "start": 700, "end": 705, "ctxt": 0 }, "value": "Plane", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "Identifier", "span": { "start": 706, "end": 707, "ctxt": 0 }, "value": "o", "optional": false } }, { "spread": null, "expression": { "type": "ObjectExpression", "span": { "start": 709, "end": 723, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 711, "end": 712, "ctxt": 0 }, "value": "x", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 714, "end": 715, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 717, "end": 718, "ctxt": 0 }, "value": "y", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 720, "end": 721, "ctxt": 0 }, "value": 1.0, "raw": "1" } } ] } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }