{ "type": "Script", "span": { "start": 77, "end": 893, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 83, "end": 84, "ctxt": 0 }, "value": "X", "optional": false }, "declare": false, "span": { "start": 77, "end": 143, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 87, "end": 102, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 87, "end": 96, "ctxt": 0 }, "value": "propertyX", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 96, "end": 101, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 98, "end": 101, "ctxt": 0 }, "kind": "any" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassProperty", "span": { "start": 103, "end": 122, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 103, "end": 113, "ctxt": 0 }, "value": "propertyX1", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 113, "end": 121, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 115, "end": 121, "ctxt": 0 }, "kind": "number" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "ClassProperty", "span": { "start": 123, "end": 141, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 123, "end": 133, "ctxt": 0 }, "value": "propertyX2", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 133, "end": 141, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 135, "end": 141, "ctxt": 0 }, "kind": "string" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "EmptyStatement", "span": { "start": 143, "end": 144, "ctxt": 0 } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 151, "end": 152, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 145, "end": 184, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 165, "end": 182, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 165, "end": 174, "ctxt": 0 }, "value": "propertyA", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 174, "end": 182, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 176, "end": 182, "ctxt": 0 }, "kind": "number" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": { "type": "Identifier", "span": { "start": 161, "end": 162, "ctxt": 0 }, "value": "X", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "EmptyStatement", "span": { "start": 184, "end": 185, "ctxt": 0 } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 192, "end": 193, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 186, "end": 225, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 206, "end": 223, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 206, "end": 215, "ctxt": 0 }, "value": "propertyB", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 215, "end": 223, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 217, "end": 223, "ctxt": 0 }, "kind": "string" } }, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": { "type": "Identifier", "span": { "start": 202, "end": 203, "ctxt": 0 }, "value": "X", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "EmptyStatement", "span": { "start": 225, "end": 226, "ctxt": 0 } }, { "type": "VariableDeclaration", "span": { "start": 228, "end": 237, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 232, "end": 236, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 232, "end": 233, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 233, "end": 236, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 235, "end": 236, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 235, "end": 236, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 238, "end": 247, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 242, "end": 246, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 242, "end": 243, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 243, "end": 246, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 245, "end": 246, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 245, "end": 246, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 248, "end": 257, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 252, "end": 256, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 252, "end": 253, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 253, "end": 256, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 255, "end": 256, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 255, "end": 256, "ctxt": 0 }, "value": "B", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 298, "end": 311, "ctxt": 0 }, "expression": { "type": "ConditionalExpression", "span": { "start": 298, "end": 310, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 298, "end": 302, "ctxt": 0 }, "value": true }, "consequent": { "type": "Identifier", "span": { "start": 305, "end": 306, "ctxt": 0 }, "value": "a", "optional": false }, "alternate": { "type": "Identifier", "span": { "start": 309, "end": 310, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "VariableDeclaration", "span": { "start": 312, "end": 339, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 316, "end": 338, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 316, "end": 323, "ctxt": 0 }, "value": "result1", "optional": false, "typeAnnotation": null }, "init": { "type": "ConditionalExpression", "span": { "start": 326, "end": 338, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 326, "end": 330, "ctxt": 0 }, "value": true }, "consequent": { "type": "Identifier", "span": { "start": 333, "end": 334, "ctxt": 0 }, "value": "a", "optional": false }, "alternate": { "type": "Identifier", "span": { "start": 337, "end": 338, "ctxt": 0 }, "value": "b", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 457, "end": 487, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 461, "end": 486, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 461, "end": 468, "ctxt": 0 }, "value": "result2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 468, "end": 471, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 470, "end": 471, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 470, "end": 471, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } }, "init": { "type": "ConditionalExpression", "span": { "start": 474, "end": 486, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 474, "end": 478, "ctxt": 0 }, "value": true }, "consequent": { "type": "Identifier", "span": { "start": 481, "end": 482, "ctxt": 0 }, "value": "a", "optional": false }, "alternate": { "type": "Identifier", "span": { "start": 485, "end": 486, "ctxt": 0 }, "value": "b", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 488, "end": 518, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 492, "end": 517, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 492, "end": 499, "ctxt": 0 }, "value": "result3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 499, "end": 502, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 501, "end": 502, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 501, "end": 502, "ctxt": 0 }, "value": "B", "optional": false }, "typeParams": null } } }, "init": { "type": "ConditionalExpression", "span": { "start": 505, "end": 517, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 505, "end": 509, "ctxt": 0 }, "value": true }, "consequent": { "type": "Identifier", "span": { "start": 512, "end": 513, "ctxt": 0 }, "value": "a", "optional": false }, "alternate": { "type": "Identifier", "span": { "start": 516, "end": 517, "ctxt": 0 }, "value": "b", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 519, "end": 554, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 523, "end": 553, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 523, "end": 531, "ctxt": 0 }, "value": "result31", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 531, "end": 538, "ctxt": 0 }, "typeAnnotation": { "type": "TsUnionType", "span": { "start": 533, "end": 538, "ctxt": 0 }, "types": [ { "type": "TsTypeReference", "span": { "start": 533, "end": 534, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 533, "end": 534, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null }, { "type": "TsTypeReference", "span": { "start": 537, "end": 538, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 537, "end": 538, "ctxt": 0 }, "value": "B", "optional": false }, "typeParams": null } ] } } }, "init": { "type": "ConditionalExpression", "span": { "start": 541, "end": 553, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 541, "end": 545, "ctxt": 0 }, "value": true }, "consequent": { "type": "Identifier", "span": { "start": 548, "end": 549, "ctxt": 0 }, "value": "a", "optional": false }, "alternate": { "type": "Identifier", "span": { "start": 552, "end": 553, "ctxt": 0 }, "value": "b", "optional": false } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 556, "end": 637, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 560, "end": 636, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 560, "end": 567, "ctxt": 0 }, "value": "result4", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 567, "end": 585, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 569, "end": 585, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 570, "end": 574, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 571, "end": 574, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 573, "end": 574, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 573, "end": 574, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 576, "end": 585, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 579, "end": 585, "ctxt": 0 }, "kind": "number" } } } } }, "init": { "type": "ConditionalExpression", "span": { "start": 588, "end": 636, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 588, "end": 592, "ctxt": 0 }, "value": true }, "consequent": { "type": "ArrowFunctionExpression", "span": { "start": 595, "end": 614, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 596, "end": 597, "ctxt": 0 }, "value": "m", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 602, "end": 614, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 602, "end": 603, "ctxt": 0 }, "value": "m", "optional": false }, "property": { "type": "Identifier", "span": { "start": 604, "end": 614, "ctxt": 0 }, "value": "propertyX1", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null }, "alternate": { "type": "ArrowFunctionExpression", "span": { "start": 617, "end": 636, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 618, "end": 619, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 624, "end": 636, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 624, "end": 625, "ctxt": 0 }, "value": "n", "optional": false }, "property": { "type": "Identifier", "span": { "start": 626, "end": 636, "ctxt": 0 }, "value": "propertyX2", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 638, "end": 719, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 642, "end": 718, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 642, "end": 649, "ctxt": 0 }, "value": "result5", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 649, "end": 667, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 651, "end": 667, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 652, "end": 656, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 653, "end": 656, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 655, "end": 656, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 655, "end": 656, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 658, "end": 667, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 661, "end": 667, "ctxt": 0 }, "kind": "string" } } } } }, "init": { "type": "ConditionalExpression", "span": { "start": 670, "end": 718, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 670, "end": 674, "ctxt": 0 }, "value": true }, "consequent": { "type": "ArrowFunctionExpression", "span": { "start": 677, "end": 696, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 678, "end": 679, "ctxt": 0 }, "value": "m", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 684, "end": 696, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 684, "end": 685, "ctxt": 0 }, "value": "m", "optional": false }, "property": { "type": "Identifier", "span": { "start": 686, "end": 696, "ctxt": 0 }, "value": "propertyX1", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null }, "alternate": { "type": "ArrowFunctionExpression", "span": { "start": 699, "end": 718, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 700, "end": 701, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 706, "end": 718, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 706, "end": 707, "ctxt": 0 }, "value": "n", "optional": false }, "property": { "type": "Identifier", "span": { "start": 708, "end": 718, "ctxt": 0 }, "value": "propertyX2", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 720, "end": 802, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 724, "end": 801, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 724, "end": 731, "ctxt": 0 }, "value": "result6", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 731, "end": 750, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 733, "end": 750, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 734, "end": 738, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 735, "end": 738, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 737, "end": 738, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 737, "end": 738, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 740, "end": 750, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 743, "end": 750, "ctxt": 0 }, "kind": "boolean" } } } } }, "init": { "type": "ConditionalExpression", "span": { "start": 753, "end": 801, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 753, "end": 757, "ctxt": 0 }, "value": true }, "consequent": { "type": "ArrowFunctionExpression", "span": { "start": 760, "end": 779, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 761, "end": 762, "ctxt": 0 }, "value": "m", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 767, "end": 779, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 767, "end": 768, "ctxt": 0 }, "value": "m", "optional": false }, "property": { "type": "Identifier", "span": { "start": 769, "end": 779, "ctxt": 0 }, "value": "propertyX1", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null }, "alternate": { "type": "ArrowFunctionExpression", "span": { "start": 782, "end": 801, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 783, "end": 784, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 789, "end": 801, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 789, "end": 790, "ctxt": 0 }, "value": "n", "optional": false }, "property": { "type": "Identifier", "span": { "start": 791, "end": 801, "ctxt": 0 }, "value": "propertyX2", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 803, "end": 893, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 807, "end": 892, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 807, "end": 815, "ctxt": 0 }, "value": "result61", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 815, "end": 841, "ctxt": 0 }, "typeAnnotation": { "type": "TsFunctionType", "span": { "start": 817, "end": 841, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 818, "end": 822, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 819, "end": 822, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 821, "end": 822, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 821, "end": 822, "ctxt": 0 }, "value": "X", "optional": false }, "typeParams": null } } } ], "typeParams": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 824, "end": 841, "ctxt": 0 }, "typeAnnotation": { "type": "TsUnionType", "span": { "start": 827, "end": 841, "ctxt": 0 }, "types": [ { "type": "TsKeywordType", "span": { "start": 827, "end": 833, "ctxt": 0 }, "kind": "number" }, { "type": "TsKeywordType", "span": { "start": 835, "end": 841, "ctxt": 0 }, "kind": "string" } ] } } } } }, "init": { "type": "ConditionalExpression", "span": { "start": 844, "end": 892, "ctxt": 0 }, "test": { "type": "BooleanLiteral", "span": { "start": 844, "end": 848, "ctxt": 0 }, "value": true }, "consequent": { "type": "ArrowFunctionExpression", "span": { "start": 851, "end": 870, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 852, "end": 853, "ctxt": 0 }, "value": "m", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 858, "end": 870, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 858, "end": 859, "ctxt": 0 }, "value": "m", "optional": false }, "property": { "type": "Identifier", "span": { "start": 860, "end": 870, "ctxt": 0 }, "value": "propertyX1", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null }, "alternate": { "type": "ArrowFunctionExpression", "span": { "start": 873, "end": 892, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 874, "end": 875, "ctxt": 0 }, "value": "n", "optional": false, "typeAnnotation": null } ], "body": { "type": "MemberExpression", "span": { "start": 880, "end": 892, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 880, "end": 881, "ctxt": 0 }, "value": "n", "optional": false }, "property": { "type": "Identifier", "span": { "start": 882, "end": 892, "ctxt": 0 }, "value": "propertyX2", "optional": false } }, "async": false, "generator": false, "typeParameters": null, "returnType": null } }, "definite": false } ] } ], "interpreter": null }