{ "type": "Script", "span": { "start": 172, "end": 629, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 178, "end": 179, "ctxt": 0 }, "value": "S", "optional": false }, "declare": false, "span": { "start": 172, "end": 196, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 182, "end": 194, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 182, "end": 185, "ctxt": 0 }, "value": "foo", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 185, "end": 193, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 187, "end": 193, "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": 203, "end": 204, "ctxt": 0 }, "value": "T", "optional": false }, "declare": false, "span": { "start": 197, "end": 221, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 207, "end": 219, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 207, "end": 210, "ctxt": 0 }, "value": "foo", "optional": false }, "value": null, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 210, "end": 218, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 212, "end": 218, "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": 222, "end": 231, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 226, "end": 230, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 226, "end": 227, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 227, "end": 230, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 229, "end": 230, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 229, "end": 230, "ctxt": 0 }, "value": "S", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 232, "end": 241, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 236, "end": 240, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 236, "end": 237, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 237, "end": 240, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 239, "end": 240, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 239, "end": 240, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "TsInterfaceDeclaration", "span": { "start": 243, "end": 285, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 253, "end": 255, "ctxt": 0 }, "value": "S2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 256, "end": 285, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 258, "end": 270, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 258, "end": 261, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 261, "end": 269, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 263, "end": 269, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 271, "end": 283, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 271, "end": 274, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 275, "end": 283, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 277, "end": 283, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 286, "end": 328, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 296, "end": 298, "ctxt": 0 }, "value": "T2", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 299, "end": 328, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 301, "end": 313, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 301, "end": 304, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 304, "end": 312, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 306, "end": 312, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 314, "end": 326, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 314, "end": 317, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 318, "end": 326, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 320, "end": 326, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 329, "end": 340, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 333, "end": 339, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 333, "end": 335, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 335, "end": 339, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 337, "end": 339, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 337, "end": 339, "ctxt": 0 }, "value": "S2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 341, "end": 352, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 345, "end": 351, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 345, "end": 347, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 347, "end": 351, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 349, "end": 351, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 349, "end": 351, "ctxt": 0 }, "value": "T2", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 354, "end": 390, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 358, "end": 390, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 358, "end": 359, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 359, "end": 390, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 361, "end": 390, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 363, "end": 375, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 363, "end": 366, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 366, "end": 374, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 368, "end": 374, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 376, "end": 388, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 376, "end": 379, "ctxt": 0 }, "value": "bar", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 380, "end": 388, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 382, "end": 388, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 391, "end": 427, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 395, "end": 427, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 395, "end": 396, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 396, "end": 427, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 398, "end": 427, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 400, "end": 412, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 400, "end": 403, "ctxt": 0 }, "value": "foo", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 403, "end": 411, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 405, "end": 411, "ctxt": 0 }, "kind": "string" } }, "typeParams": null }, { "type": "TsPropertySignature", "span": { "start": 413, "end": 425, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 413, "end": 416, "ctxt": 0 }, "value": "baz", "optional": false }, "computed": false, "optional": true, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 417, "end": 425, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 419, "end": 425, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 429, "end": 450, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 433, "end": 449, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 433, "end": 435, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 438, "end": 449, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 440, "end": 443, "ctxt": 0 }, "value": "foo", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 445, "end": 447, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 451, "end": 472, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 455, "end": 471, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 455, "end": 457, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "init": { "type": "ObjectExpression", "span": { "start": 460, "end": 471, "ctxt": 0 }, "properties": [ { "type": "KeyValueProperty", "key": { "type": "Identifier", "span": { "start": 462, "end": 465, "ctxt": 0 }, "value": "foo", "optional": false }, "value": { "type": "StringLiteral", "span": { "start": 467, "end": 469, "ctxt": 0 }, "value": "", "raw": "''" } } ] }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 474, "end": 480, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 474, "end": 479, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 474, "end": 475, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 478, "end": 479, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 481, "end": 487, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 481, "end": 486, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 481, "end": 482, "ctxt": 0 }, "value": "t", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 485, "end": 486, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 488, "end": 495, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 488, "end": 494, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 488, "end": 489, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 492, "end": 494, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 496, "end": 503, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 496, "end": 502, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 496, "end": 497, "ctxt": 0 }, "value": "s", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 500, "end": 502, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 505, "end": 513, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 505, "end": 512, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 505, "end": 507, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 510, "end": 512, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 514, "end": 522, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 514, "end": 521, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 514, "end": 516, "ctxt": 0 }, "value": "t2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 519, "end": 521, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 523, "end": 530, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 523, "end": 529, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 523, "end": 525, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 528, "end": 529, "ctxt": 0 }, "value": "t", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 531, "end": 538, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 531, "end": 537, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 531, "end": 533, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 536, "end": 537, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 539, "end": 547, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 539, "end": 546, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 539, "end": 541, "ctxt": 0 }, "value": "s2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 544, "end": 546, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 549, "end": 555, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 549, "end": 554, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 549, "end": 550, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 553, "end": 554, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 556, "end": 562, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 556, "end": 561, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 556, "end": 557, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 560, "end": 561, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 563, "end": 569, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 563, "end": 568, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 563, "end": 564, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 567, "end": 568, "ctxt": 0 }, "value": "s", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 570, "end": 577, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 570, "end": 576, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 570, "end": 571, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 574, "end": 576, "ctxt": 0 }, "value": "s2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 578, "end": 585, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 578, "end": 584, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 578, "end": 579, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 582, "end": 584, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 587, "end": 595, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 587, "end": 594, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 587, "end": 589, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 592, "end": 594, "ctxt": 0 }, "value": "b2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 596, "end": 604, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 596, "end": 603, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 596, "end": 598, "ctxt": 0 }, "value": "b2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 601, "end": 603, "ctxt": 0 }, "value": "a2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 605, "end": 612, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 605, "end": 611, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 605, "end": 607, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 610, "end": 611, "ctxt": 0 }, "value": "b", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 613, "end": 621, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 613, "end": 620, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 613, "end": 615, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 618, "end": 620, "ctxt": 0 }, "value": "t2", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 622, "end": 629, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 622, "end": 628, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 622, "end": 624, "ctxt": 0 }, "value": "a2", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 627, "end": 628, "ctxt": 0 }, "value": "t", "optional": false } } } ], "interpreter": null }