{ "type": "Script", "span": { "start": 205, "end": 1619, "ctxt": 0 }, "body": [ { "type": "TsModuleDeclaration", "span": { "start": 205, "end": 835, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 212, "end": 223, "ctxt": 0 }, "value": "JustStrings", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 224, "end": 835, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 236, "end": 237, "ctxt": 0 }, "value": "S", "optional": false }, "declare": false, "span": { "start": 230, "end": 254, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 240, "end": 252, "ctxt": 0 }, "key": { "type": "StringLiteral", "span": { "start": 240, "end": 243, "ctxt": 0 }, "value": "1", "raw": "'1'" }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 243, "end": 251, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 245, "end": 251, "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 265, "end": 266, "ctxt": 0 }, "value": "T", "optional": false }, "declare": false, "span": { "start": 259, "end": 284, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 269, "end": 282, "ctxt": 0 }, "key": { "type": "StringLiteral", "span": { "start": 269, "end": 273, "ctxt": 0 }, "value": "1.", "raw": "'1.'" }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 273, "end": 281, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 275, "end": 281, "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": "VariableDeclaration", "span": { "start": 289, "end": 298, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 293, "end": 297, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 293, "end": 294, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 294, "end": 297, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 296, "end": 297, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 296, "end": 297, "ctxt": 0 }, "value": "S", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 303, "end": 312, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 307, "end": 311, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 307, "end": 308, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 308, "end": 311, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 310, "end": 311, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 310, "end": 311, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 318, "end": 360, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 328, "end": 330, "ctxt": 0 }, "value": "S2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 331, "end": 360, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 333, "end": 345, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 333, "end": 336, "ctxt": 0 }, "value": "1", "raw": "'1'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 336, "end": 344, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 338, "end": 344, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 346, "end": 358, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 346, "end": 349, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 350, "end": 358, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 352, "end": 358, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 365, "end": 409, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 375, "end": 377, "ctxt": 0 }, "value": "T2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 378, "end": 409, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 380, "end": 394, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 380, "end": 385, "ctxt": 0 }, "value": "1.0", "raw": "'1.0'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 385, "end": 393, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 387, "end": 393, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 395, "end": 407, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 395, "end": 398, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 399, "end": 407, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 401, "end": 407, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 414, "end": 425, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 418, "end": 424, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 418, "end": 420, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 420, "end": 424, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 422, "end": 424, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 422, "end": 424, "ctxt": 0 }, "value": "S2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 430, "end": 441, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 434, "end": 440, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 434, "end": 436, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 436, "end": 440, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 438, "end": 440, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 438, "end": 440, "ctxt": 0 }, "value": "T2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 447, "end": 484, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 451, "end": 484, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 451, "end": 452, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 452, "end": 484, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 454, "end": 484, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 456, "end": 469, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 456, "end": 460, "ctxt": 0 }, "value": "1.", "raw": "'1.'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 460, "end": 468, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 462, "end": 468, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 470, "end": 482, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 470, "end": 473, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 474, "end": 482, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 476, "end": 482, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 489, "end": 527, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 493, "end": 527, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 493, "end": 494, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 494, "end": 527, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 496, "end": 527, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 498, "end": 512, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 498, "end": 503, "ctxt": 0 }, "value": "1.0", "raw": "'1.0'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 503, "end": 511, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 505, "end": 511, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 513, "end": 525, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 513, "end": 516, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 517, "end": 525, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 519, "end": 525, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 533, "end": 556, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 537, "end": 555, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 537, "end": 539, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 542, "end": 555, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "StringLiteral", "span": { "start": 544, "end": 549, "ctxt": 0 }, "value": "1.0", "raw": "'1.0'" }, "value": { "type": "StringLiteral", "span": { "start": 551, "end": 553, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 561, "end": 582, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 565, "end": 581, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 565, "end": 567, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 570, "end": 581, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "StringLiteral", "span": { "start": 572, "end": 575, "ctxt": 0 }, "value": "1", "raw": "'1'" }, "value": { "type": "StringLiteral", "span": { "start": 577, "end": 579, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 588, "end": 594, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 588, "end": 593, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 588, "end": 589, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 592, "end": 593, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 599, "end": 605, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 599, "end": 604, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 599, "end": 600, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 603, "end": 604, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 610, "end": 617, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 610, "end": 616, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 610, "end": 611, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 614, "end": 616, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 628, "end": 635, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 628, "end": 634, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 628, "end": 629, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 632, "end": 634, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 641, "end": 649, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 641, "end": 648, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 641, "end": 643, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 646, "end": 648, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 654, "end": 662, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 654, "end": 661, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 654, "end": 656, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 659, "end": 661, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 667, "end": 674, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 667, "end": 673, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 667, "end": 669, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 672, "end": 673, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 679, "end": 686, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 679, "end": 685, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 679, "end": 681, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 684, "end": 685, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 691, "end": 699, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 691, "end": 698, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 691, "end": 693, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 696, "end": 698, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 705, "end": 711, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 705, "end": 710, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 705, "end": 706, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 709, "end": 710, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 716, "end": 722, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 716, "end": 721, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 716, "end": 717, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 720, "end": 721, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 727, "end": 733, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 727, "end": 732, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 727, "end": 728, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 731, "end": 732, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 738, "end": 745, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 738, "end": 744, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 738, "end": 739, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 742, "end": 744, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 750, "end": 757, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 750, "end": 756, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 750, "end": 751, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 754, "end": 756, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 763, "end": 771, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 763, "end": 770, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 763, "end": 765, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 768, "end": 770, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 776, "end": 784, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 776, "end": 783, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 776, "end": 778, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 781, "end": 783, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 789, "end": 796, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 789, "end": 795, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 789, "end": 791, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 794, "end": 795, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 807, "end": 815, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 807, "end": 814, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 807, "end": 809, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 812, "end": 814, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 826, "end": 833, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 826, "end": 832, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 826, "end": 828, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 831, "end": 832, "ctxt": 0 }, "value": "t", "optional": false } } } ] } }, { "type": "TsModuleDeclaration", "span": { "start": 837, "end": 1619, "ctxt": 0 }, "declare": false, "global": false, "id": { "type": "Identifier", "span": { "start": 844, "end": 861, "ctxt": 0 }, "value": "NumbersAndStrings", "optional": false }, "body": { "type": "TsModuleBlock", "span": { "start": 862, "end": 1619, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 874, "end": 875, "ctxt": 0 }, "value": "S", "optional": false }, "declare": false, "span": { "start": 868, "end": 892, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 878, "end": 890, "ctxt": 0 }, "key": { "type": "StringLiteral", "span": { "start": 878, "end": 881, "ctxt": 0 }, "value": "1", "raw": "'1'" }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 881, "end": 889, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 883, "end": 889, "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": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 903, "end": 904, "ctxt": 0 }, "value": "T", "optional": false }, "declare": false, "span": { "start": 897, "end": 919, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 907, "end": 917, "ctxt": 0 }, "key": { "type": "NumericLiteral", "span": { "start": 907, "end": 908, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 908, "end": 916, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 910, "end": 916, "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": "VariableDeclaration", "span": { "start": 924, "end": 933, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 928, "end": 932, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 928, "end": 929, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 929, "end": 932, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 931, "end": 932, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 931, "end": 932, "ctxt": 0 }, "value": "S", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 938, "end": 947, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 942, "end": 946, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 942, "end": 943, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 943, "end": 946, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 945, "end": 946, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 945, "end": 946, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 953, "end": 995, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 963, "end": 965, "ctxt": 0 }, "value": "S2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 966, "end": 995, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 968, "end": 980, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 968, "end": 971, "ctxt": 0 }, "value": "1", "raw": "'1'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 971, "end": 979, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 973, "end": 979, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 981, "end": 993, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 981, "end": 984, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 985, "end": 993, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 987, "end": 993, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 1000, "end": 1042, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1010, "end": 1012, "ctxt": 0 }, "value": "T2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 1013, "end": 1042, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 1015, "end": 1027, "ctxt": 0 }, "readonly": false, "key": { "type": "NumericLiteral", "span": { "start": 1015, "end": 1018, "ctxt": 0 }, "value": 1.0, "raw": "1.0" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1018, "end": 1026, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1020, "end": 1026, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 1028, "end": 1040, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 1028, "end": 1031, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1032, "end": 1040, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1034, "end": 1040, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 1047, "end": 1058, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1051, "end": 1057, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1051, "end": 1053, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1053, "end": 1057, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 1055, "end": 1057, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 1055, "end": 1057, "ctxt": 0 }, "value": "S2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1063, "end": 1074, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1067, "end": 1073, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1067, "end": 1069, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1069, "end": 1073, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 1071, "end": 1073, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 1071, "end": 1073, "ctxt": 0 }, "value": "T2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1080, "end": 1117, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1084, "end": 1117, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1084, "end": 1085, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1085, "end": 1117, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 1087, "end": 1117, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 1089, "end": 1102, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 1089, "end": 1093, "ctxt": 0 }, "value": "1.", "raw": "'1.'" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1093, "end": 1101, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1095, "end": 1101, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 1103, "end": 1115, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 1103, "end": 1106, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1107, "end": 1115, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1109, "end": 1115, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1122, "end": 1158, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1126, "end": 1158, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1126, "end": 1127, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1127, "end": 1158, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 1129, "end": 1158, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 1131, "end": 1143, "ctxt": 0 }, "readonly": false, "key": { "type": "NumericLiteral", "span": { "start": 1131, "end": 1134, "ctxt": 0 }, "value": 1.0, "raw": "1.0" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1134, "end": 1142, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1136, "end": 1142, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 1144, "end": 1156, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 1144, "end": 1147, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 1148, "end": 1156, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 1150, "end": 1156, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1164, "end": 1187, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1168, "end": 1186, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1168, "end": 1170, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 1173, "end": 1186, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "StringLiteral", "span": { "start": 1175, "end": 1180, "ctxt": 0 }, "value": "1.0", "raw": "'1.0'" }, "value": { "type": "StringLiteral", "span": { "start": 1182, "end": 1184, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1192, "end": 1212, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1196, "end": 1211, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1196, "end": 1198, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 1201, "end": 1211, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "NumericLiteral", "span": { "start": 1203, "end": 1205, "ctxt": 0 }, "value": 1.0, "raw": "1." }, "value": { "type": "StringLiteral", "span": { "start": 1207, "end": 1209, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 1218, "end": 1224, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1218, "end": 1223, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1218, "end": 1219, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1222, "end": 1223, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1235, "end": 1241, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1235, "end": 1240, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1235, "end": 1236, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1239, "end": 1240, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1252, "end": 1259, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1252, "end": 1258, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1252, "end": 1253, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1256, "end": 1258, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1270, "end": 1277, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1270, "end": 1276, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1270, "end": 1271, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1274, "end": 1276, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1292, "end": 1300, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1292, "end": 1299, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1292, "end": 1294, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1297, "end": 1299, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1311, "end": 1319, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1311, "end": 1318, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1311, "end": 1313, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1316, "end": 1318, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1330, "end": 1337, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1330, "end": 1336, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1330, "end": 1332, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1335, "end": 1336, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1349, "end": 1356, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1349, "end": 1355, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1349, "end": 1351, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1354, "end": 1355, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1367, "end": 1375, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1367, "end": 1374, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1367, "end": 1369, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1372, "end": 1374, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1390, "end": 1396, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1390, "end": 1395, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1390, "end": 1391, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1394, "end": 1395, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1410, "end": 1416, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1410, "end": 1415, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1410, "end": 1411, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1414, "end": 1415, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1430, "end": 1436, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1430, "end": 1435, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1430, "end": 1431, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1434, "end": 1435, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1450, "end": 1457, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1450, "end": 1456, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1450, "end": 1451, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1454, "end": 1456, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1471, "end": 1478, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1471, "end": 1477, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1471, "end": 1472, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1475, "end": 1477, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1492, "end": 1499, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1492, "end": 1498, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1492, "end": 1493, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1496, "end": 1498, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1514, "end": 1522, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1514, "end": 1521, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1514, "end": 1516, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1519, "end": 1521, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1536, "end": 1544, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1536, "end": 1543, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1536, "end": 1538, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1541, "end": 1543, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1558, "end": 1565, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1558, "end": 1564, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1558, "end": 1560, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1563, "end": 1564, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1579, "end": 1587, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1579, "end": 1586, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1579, "end": 1581, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1584, "end": 1586, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 1601, "end": 1608, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1601, "end": 1607, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 1601, "end": 1603, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 1606, "end": 1607, "ctxt": 0 }, "value": "t", "optional": false } } } ] } } ], "interpreter": null }