{ "type": "Script", "span": { "start": 111, "end": 734, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 111, "end": 158, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 121, "end": 122, "ctxt": 0 }, "value": "T", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 123, "end": 158, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 129, "end": 156, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 129, "end": 130, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 130, "end": 155, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 132, "end": 155, "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" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 148, "end": 155, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 151, "end": 155, "ctxt": 0 }, "kind": "void" } }, "isAbstract": false } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 159, "end": 168, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 163, "end": 167, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 163, "end": 164, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 164, "end": 167, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 166, "end": 167, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 169, "end": 207, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 173, "end": 206, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 173, "end": 174, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 174, "end": 206, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 176, "end": 206, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 178, "end": 204, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 178, "end": 179, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 179, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 181, "end": 204, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 186, "end": 195, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 187, "end": 195, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 189, "end": 195, "ctxt": 0 }, "kind": "number" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 197, "end": 204, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 200, "end": 204, "ctxt": 0 }, "kind": "void" } }, "isAbstract": false } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 209, "end": 215, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 209, "end": 214, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 209, "end": 210, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 213, "end": 214, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 216, "end": 222, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 216, "end": 221, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 216, "end": 217, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 220, "end": 221, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "TsInterfaceDeclaration", "span": { "start": 224, "end": 273, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 234, "end": 235, "ctxt": 0 }, "value": "S", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 236, "end": 273, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 242, "end": 271, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 242, "end": 243, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 243, "end": 270, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 245, "end": 270, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 250, "end": 259, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 251, "end": 259, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 253, "end": 259, "ctxt": 0 }, "kind": "number" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 261, "end": 270, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 264, "end": 270, "ctxt": 0 }, "kind": "string" } }, "isAbstract": false } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 274, "end": 283, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 278, "end": 282, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 278, "end": 279, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 279, "end": 282, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 281, "end": 282, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 281, "end": 282, "ctxt": 0 }, "value": "S", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 284, "end": 325, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 288, "end": 324, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 288, "end": 290, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 290, "end": 324, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 292, "end": 324, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 294, "end": 322, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 294, "end": 295, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 295, "end": 322, "ctxt": 0 }, "typeAnnotation": { "type": "TsConstructorType", "span": { "start": 297, "end": 322, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 302, "end": 311, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 303, "end": 311, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 305, "end": 311, "ctxt": 0 }, "kind": "number" } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 313, "end": 322, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 316, "end": 322, "ctxt": 0 }, "kind": "string" } }, "isAbstract": false } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 326, "end": 332, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 326, "end": 331, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 326, "end": 327, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 330, "end": 331, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 333, "end": 340, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 333, "end": 339, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 333, "end": 334, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 337, "end": 339, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 341, "end": 347, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 341, "end": 346, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 341, "end": 342, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 345, "end": 346, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 348, "end": 355, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 348, "end": 354, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 348, "end": 349, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 352, "end": 354, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 367, "end": 379, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 367, "end": 378, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 367, "end": 368, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "ArrowFunctionExpression", "span": { "start": 371, "end": 378, "ctxt": 0 }, "params": [], "body": { "type": "NumericLiteral", "span": { "start": 377, "end": 378, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 380, "end": 419, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 380, "end": 419, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 380, "end": 381, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 394, "end": 403, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 394, "end": 403, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 395, "end": 403, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 397, "end": 403, "ctxt": 0 }, "kind": "number" } } } } ], "decorators": [], "span": { "start": 384, "end": 419, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 405, "end": 419, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 407, "end": 417, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 414, "end": 416, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 420, "end": 432, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 420, "end": 431, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 420, "end": 421, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "ArrowFunctionExpression", "span": { "start": 424, "end": 431, "ctxt": 0 }, "params": [], "body": { "type": "NumericLiteral", "span": { "start": 430, "end": 431, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 433, "end": 472, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 433, "end": 472, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 433, "end": 434, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 447, "end": 456, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 447, "end": 456, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 448, "end": 456, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 450, "end": 456, "ctxt": 0 }, "kind": "number" } } } } ], "decorators": [], "span": { "start": 437, "end": 472, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 458, "end": 472, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 460, "end": 470, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 467, "end": 469, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } }, { "type": "TsInterfaceDeclaration", "span": { "start": 474, "end": 514, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 484, "end": 486, "ctxt": 0 }, "value": "S2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 487, "end": 514, "ctxt": 0 }, "body": [ { "type": "TsMethodSignature", "span": { "start": 493, "end": 512, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 493, "end": 494, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "params": [ { "type": "Identifier", "span": { "start": 495, "end": 504, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 496, "end": 504, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 498, "end": 504, "ctxt": 0 }, "kind": "string" } } } ], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 505, "end": 511, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 507, "end": 511, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 515, "end": 526, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 519, "end": 525, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 519, "end": 521, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 521, "end": 525, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 523, "end": 525, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 523, "end": 525, "ctxt": 0 }, "value": "S2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 527, "end": 558, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 531, "end": 557, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 531, "end": 533, "ctxt": 0 }, "value": "a3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 533, "end": 557, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 535, "end": 557, "ctxt": 0 }, "members": [ { "type": "TsMethodSignature", "span": { "start": 537, "end": 555, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 537, "end": 538, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "params": [ { "type": "Identifier", "span": { "start": 539, "end": 548, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 540, "end": 548, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 542, "end": 548, "ctxt": 0 }, "kind": "string" } } } ], "typeAnn": { "type": "TsTypeAnnotation", "span": { "start": 549, "end": 555, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 551, "end": 555, "ctxt": 0 }, "kind": "void" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 579, "end": 586, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 579, "end": 585, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 579, "end": 580, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 583, "end": 585, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 587, "end": 594, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 587, "end": 593, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 587, "end": 588, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 591, "end": 593, "ctxt": 0 }, "value": "a3", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 595, "end": 616, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 595, "end": 615, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 595, "end": 596, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "ArrowFunctionExpression", "span": { "start": 599, "end": 615, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 600, "end": 609, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 601, "end": 609, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 603, "end": 609, "ctxt": 0 }, "kind": "string" } } } ], "body": { "type": "NumericLiteral", "span": { "start": 614, "end": 615, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 617, "end": 656, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 617, "end": 656, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 617, "end": 618, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 631, "end": 640, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 631, "end": 640, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 632, "end": 640, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 634, "end": 640, "ctxt": 0 }, "kind": "string" } } } } ], "decorators": [], "span": { "start": 621, "end": 656, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 642, "end": 656, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 644, "end": 654, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 651, "end": 653, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 657, "end": 664, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 657, "end": 663, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 657, "end": 658, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 661, "end": 663, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 665, "end": 672, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 665, "end": 671, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 665, "end": 666, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 669, "end": 671, "ctxt": 0 }, "value": "a3", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 673, "end": 694, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 673, "end": 693, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 673, "end": 674, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "ArrowFunctionExpression", "span": { "start": 677, "end": 693, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 678, "end": 687, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 679, "end": 687, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 681, "end": 687, "ctxt": 0 }, "kind": "string" } } } ], "body": { "type": "NumericLiteral", "span": { "start": 692, "end": 693, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "async": false, "generator": false, "typeParameters": null, "returnType": null } } }, { "type": "ExpressionStatement", "span": { "start": 695, "end": 734, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 695, "end": 734, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 695, "end": 696, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "FunctionExpression", "identifier": null, "params": [ { "type": "Parameter", "span": { "start": 709, "end": 718, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 709, "end": 718, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 710, "end": 718, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 712, "end": 718, "ctxt": 0 }, "kind": "string" } } } } ], "decorators": [], "span": { "start": 699, "end": 734, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 720, "end": 734, "ctxt": 0 }, "stmts": [ { "type": "ReturnStatement", "span": { "start": 722, "end": 732, "ctxt": 0 }, "argument": { "type": "StringLiteral", "span": { "start": 729, "end": 731, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "generator": false, "async": false, "typeParameters": null, "returnType": null } } } ], "interpreter": null }