{ "type": "Script", "span": { "start": 23, "end": 229, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 40, "end": 44, "ctxt": 0 }, "value": "call", "optional": false }, "declare": true, "params": [ { "type": "Parameter", "span": { "start": 72, "end": 102, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 72, "end": 102, "ctxt": 0 }, "value": "handler", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 79, "end": 102, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 81, "end": 102, "ctxt": 0 }, "params": [ { "type": "RestElement", "span": { "start": 82, "end": 93, "ctxt": 0 }, "rest": { "start": 82, "end": 85, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 85, "end": 89, "ctxt": 0 }, "value": "args", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 89, "end": 93, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 91, "end": 93, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 91, "end": 93, "ctxt": 0 }, "value": "TS", "optional": false }, "typeParams": null } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 95, "end": 102, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 98, "end": 102, "ctxt": 0 }, "kind": "void" } } } } } }, { "type": "Parameter", "span": { "start": 108, "end": 119, "ctxt": 0 }, "decorators": [], "pat": { "type": "RestElement", "span": { "start": 108, "end": 119, "ctxt": 0 }, "rest": { "start": 108, "end": 111, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 111, "end": 115, "ctxt": 0 }, "value": "args", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 115, "end": 119, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 117, "end": 119, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 117, "end": 119, "ctxt": 0 }, "value": "TS", "optional": false }, "typeParams": null } } } } ], "decorators": [], "span": { "start": 23, "end": 127, "ctxt": 0 }, "body": null, "generator": false, "async": false, "typeParameters": { "type": "TsTypeParameterDeclaration", "span": { "start": 44, "end": 66, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 45, "end": 65, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 45, "end": 47, "ctxt": 0 }, "value": "TS", "optional": false }, "in": false, "out": false, "const": false, "constraint": { "type": "TsArrayType", "span": { "start": 56, "end": 65, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 56, "end": 63, "ctxt": 0 }, "kind": "unknown" } }, "default": null } ] }, "returnType": { "type": "TsTypeAnnotation", "span": { "start": 120, "end": 126, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 122, "end": 126, "ctxt": 0 }, "kind": "void" } } }, { "type": "ExpressionStatement", "span": { "start": 131, "end": 169, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 131, "end": 168, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 131, "end": 135, "ctxt": 0 }, "value": "call", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ArrowFunctionExpression", "span": { "start": 136, "end": 167, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 137, "end": 146, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 138, "end": 146, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 140, "end": 146, "ctxt": 0 }, "kind": "number" } } }, { "type": "Identifier", "span": { "start": 148, "end": 157, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 149, "end": 157, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 151, "end": 157, "ctxt": 0 }, "kind": "number" } } } ], "body": { "type": "BinaryExpression", "span": { "start": 162, "end": 167, "ctxt": 0 }, "operator": "+", "left": { "type": "Identifier", "span": { "start": 162, "end": 163, "ctxt": 0 }, "value": "x", "optional": false }, "right": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "y", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 170, "end": 229, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 170, "end": 228, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 170, "end": 174, "ctxt": 0 }, "value": "call", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "ArrowFunctionExpression", "span": { "start": 175, "end": 206, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 176, "end": 185, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 177, "end": 185, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 179, "end": 185, "ctxt": 0 }, "kind": "number" } } }, { "type": "Identifier", "span": { "start": 187, "end": 196, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 188, "end": 196, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 190, "end": 196, "ctxt": 0 }, "kind": "number" } } } ], "body": { "type": "BinaryExpression", "span": { "start": 201, "end": 206, "ctxt": 0 }, "operator": "+", "left": { "type": "Identifier", "span": { "start": 201, "end": 202, "ctxt": 0 }, "value": "x", "optional": false }, "right": { "type": "Identifier", "span": { "start": 205, "end": 206, "ctxt": 0 }, "value": "y", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 208, "end": 209, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 211, "end": 212, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 214, "end": 215, "ctxt": 0 }, "value": 3.0, "raw": "3" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 217, "end": 218, "ctxt": 0 }, "value": 4.0, "raw": "4" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 220, "end": 221, "ctxt": 0 }, "value": 5.0, "raw": "5" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 223, "end": 224, "ctxt": 0 }, "value": 6.0, "raw": "6" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 226, "end": 227, "ctxt": 0 }, "value": 7.0, "raw": "7" } } ], "typeArguments": null } } ], "interpreter": null }