{ "type": "Script", "span": { "start": 0, "end": 1139, "ctxt": 0 }, "body": [ { "type": "TsInterfaceDeclaration", "span": { "start": 0, "end": 15, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 10, "end": 11, "ctxt": 0 }, "value": "I", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 12, "end": 15, "ctxt": 0 }, "body": [] } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 22, "end": 23, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "span": { "start": 16, "end": 35, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 26, "end": 33, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 26, "end": 27, "ctxt": 0 }, "value": "a", "optional": false }, "value": { "type": "NumericLiteral", "span": { "start": 30, "end": 32, "ctxt": 0 }, "value": 10.0 }, "typeAnnotation": null, "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": 42, "end": 43, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 36, "end": 62, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 59, "end": 60, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 59, "end": 60, "ctxt": 0 }, "value": "c", "optional": false }, "value": null, "typeAnnotation": null, "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": "TsExpressionWithTypeArguments", "span": { "start": 55, "end": 56, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 55, "end": 56, "ctxt": 0 }, "value": "I", "optional": false }, "typeArguments": null } ] }, { "type": "EmptyStatement", "span": { "start": 62, "end": 63, "ctxt": 0 } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 70, "end": 71, "ctxt": 0 }, "value": "D", "optional": false }, "declare": false, "span": { "start": 64, "end": 90, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 87, "end": 88, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 87, "end": 88, "ctxt": 0 }, "value": "d", "optional": false }, "value": null, "typeAnnotation": null, "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": "TsExpressionWithTypeArguments", "span": { "start": 83, "end": 84, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 83, "end": 84, "ctxt": 0 }, "value": "I", "optional": false }, "typeArguments": null } ] }, { "type": "EmptyStatement", "span": { "start": 90, "end": 91, "ctxt": 0 } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 98, "end": 99, "ctxt": 0 }, "value": "E", "optional": false }, "declare": false, "span": { "start": 92, "end": 115, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 112, "end": 113, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 112, "end": 113, "ctxt": 0 }, "value": "e", "optional": false }, "value": null, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": { "type": "Identifier", "span": { "start": 108, "end": 109, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "EmptyStatement", "span": { "start": 115, "end": 116, "ctxt": 0 } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 123, "end": 124, "ctxt": 0 }, "value": "F", "optional": false }, "declare": false, "span": { "start": 117, "end": 140, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 137, "end": 138, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 137, "end": 138, "ctxt": 0 }, "value": "f", "optional": false }, "value": null, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false } ], "superClass": { "type": "Identifier", "span": { "start": 133, "end": 134, "ctxt": 0 }, "value": "A", "optional": false }, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "EmptyStatement", "span": { "start": 140, "end": 141, "ctxt": 0 } }, { "type": "TsEnumDeclaration", "span": { "start": 142, "end": 157, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 147, "end": 149, "ctxt": 0 }, "value": "E1", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 152, "end": 155, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 152, "end": 155, "ctxt": 0 }, "value": "one", "optional": false }, "init": null } ] }, { "type": "TsEnumDeclaration", "span": { "start": 158, "end": 173, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 163, "end": 165, "ctxt": 0 }, "value": "E2", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 168, "end": 171, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 168, "end": 171, "ctxt": 0 }, "value": "one", "optional": false }, "init": null } ] }, { "type": "VariableDeclaration", "span": { "start": 187, "end": 234, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 191, "end": 233, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 191, "end": 202, "ctxt": 0 }, "value": "numStrTuple", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 202, "end": 220, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 204, "end": 220, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 205, "end": 211, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 205, "end": 211, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 213, "end": 219, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 213, "end": 219, "ctxt": 0 }, "kind": "string" } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 223, "end": 233, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 224, "end": 225, "ctxt": 0 }, "value": 5.0 } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 227, "end": 232, "ctxt": 0 }, "value": "foo", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 235, "end": 277, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 239, "end": 276, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 239, "end": 252, "ctxt": 0 }, "value": "emptyObjTuple", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 255, "end": 276, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 265, "end": 276, "ctxt": 0 }, "value": "numStrTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 256, "end": 264, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 257, "end": 259, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeLiteral", "span": { "start": 257, "end": 259, "ctxt": 0 }, "members": [] } }, { "type": "TsTupleElement", "span": { "start": 261, "end": 263, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeLiteral", "span": { "start": 261, "end": 263, "ctxt": 0 }, "members": [] } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 278, "end": 339, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 282, "end": 338, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 282, "end": 297, "ctxt": 0 }, "value": "numStrBoolTuple", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 300, "end": 338, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 327, "end": 338, "ctxt": 0 }, "value": "numStrTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 301, "end": 326, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 302, "end": 308, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 302, "end": 308, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 310, "end": 316, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 310, "end": 316, "ctxt": 0 }, "kind": "string" } }, { "type": "TsTupleElement", "span": { "start": 318, "end": 325, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 318, "end": 325, "ctxt": 0 }, "kind": "boolean" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 340, "end": 389, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 344, "end": 389, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 344, "end": 351, "ctxt": 0 }, "value": "shorter", "optional": false, "typeAnnotation": null }, "init": { "type": "TsAsExpression", "span": { "start": 354, "end": 389, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 354, "end": 369, "ctxt": 0 }, "value": "numStrBoolTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 373, "end": 389, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 374, "end": 380, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 374, "end": 380, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 382, "end": 388, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 382, "end": 388, "ctxt": 0 }, "kind": "string" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 390, "end": 443, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 394, "end": 443, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 394, "end": 400, "ctxt": 0 }, "value": "longer", "optional": false, "typeAnnotation": null }, "init": { "type": "TsAsExpression", "span": { "start": 403, "end": 443, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 403, "end": 414, "ctxt": 0 }, "value": "numStrTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 418, "end": 443, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 419, "end": 425, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 419, "end": 425, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 427, "end": 433, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 427, "end": 433, "ctxt": 0 }, "kind": "string" } }, { "type": "TsTupleElement", "span": { "start": 435, "end": 442, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 435, "end": 442, "ctxt": 0 }, "kind": "boolean" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 444, "end": 490, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 448, "end": 489, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 448, "end": 460, "ctxt": 0 }, "value": "classCDTuple", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 460, "end": 468, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 462, "end": 468, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 463, "end": 464, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 463, "end": 464, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 463, "end": 464, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 466, "end": 467, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 466, "end": 467, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 466, "end": 467, "ctxt": 0 }, "value": "D", "optional": false }, "typeParams": null } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 471, "end": 489, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 472, "end": 479, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 476, "end": 477, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [], "typeArguments": null } }, { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 481, "end": 488, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 485, "end": 486, "ctxt": 0 }, "value": "D", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 491, "end": 535, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 495, "end": 534, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 495, "end": 511, "ctxt": 0 }, "value": "interfaceIITuple", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 514, "end": 534, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 522, "end": 534, "ctxt": 0 }, "value": "classCDTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 515, "end": 521, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 516, "end": 517, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 516, "end": 517, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 516, "end": 517, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 519, "end": 520, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 519, "end": 520, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 519, "end": 520, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 536, "end": 580, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 540, "end": 579, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 540, "end": 553, "ctxt": 0 }, "value": "classCDATuple", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 556, "end": 579, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 567, "end": 579, "ctxt": 0 }, "value": "classCDTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 557, "end": 566, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 558, "end": 559, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 558, "end": 559, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 558, "end": 559, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 561, "end": 562, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 561, "end": 562, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 561, "end": 562, "ctxt": 0 }, "value": "D", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 564, "end": 565, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 564, "end": 565, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 564, "end": 565, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 581, "end": 616, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 585, "end": 615, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 585, "end": 596, "ctxt": 0 }, "value": "eleFromCDA1", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 599, "end": 615, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 599, "end": 612, "ctxt": 0 }, "value": "classCDATuple", "optional": false }, "property": { "type": "Computed", "span": { "start": 612, "end": 615, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 613, "end": 614, "ctxt": 0 }, "value": 2.0 } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 622, "end": 657, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 626, "end": 656, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 626, "end": 637, "ctxt": 0 }, "value": "eleFromCDA2", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 640, "end": 656, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 640, "end": 653, "ctxt": 0 }, "value": "classCDATuple", "optional": false }, "property": { "type": "Computed", "span": { "start": 653, "end": 656, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 654, "end": 655, "ctxt": 0 }, "value": 5.0 } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 671, "end": 708, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 675, "end": 707, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 675, "end": 678, "ctxt": 0 }, "value": "t10", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 678, "end": 688, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 680, "end": 688, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 681, "end": 683, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 681, "end": 683, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 681, "end": 683, "ctxt": 0 }, "value": "E1", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 685, "end": 687, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 685, "end": 687, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 685, "end": 687, "ctxt": 0 }, "value": "E2", "optional": false }, "typeParams": null } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 691, "end": 707, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "MemberExpression", "span": { "start": 692, "end": 698, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 692, "end": 694, "ctxt": 0 }, "value": "E1", "optional": false }, "property": { "type": "Identifier", "span": { "start": 695, "end": 698, "ctxt": 0 }, "value": "one", "optional": false } } }, { "spread": null, "expression": { "type": "MemberExpression", "span": { "start": 700, "end": 706, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 700, "end": 702, "ctxt": 0 }, "value": "E2", "optional": false }, "property": { "type": "Identifier", "span": { "start": 703, "end": 706, "ctxt": 0 }, "value": "one", "optional": false } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 709, "end": 741, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 713, "end": 740, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 713, "end": 716, "ctxt": 0 }, "value": "t11", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 719, "end": 740, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 737, "end": 740, "ctxt": 0 }, "value": "t10", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 720, "end": 736, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 721, "end": 727, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 721, "end": 727, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 729, "end": 735, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 729, "end": 735, "ctxt": 0 }, "kind": "number" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 742, "end": 775, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 746, "end": 774, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 746, "end": 752, "ctxt": 0 }, "value": "array1", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 755, "end": 774, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 761, "end": 774, "ctxt": 0 }, "value": "emptyObjTuple", "optional": false }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 756, "end": 760, "ctxt": 0 }, "elemType": { "type": "TsTypeLiteral", "span": { "start": 756, "end": 758, "ctxt": 0 }, "members": [] } } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 776, "end": 832, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 780, "end": 831, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 780, "end": 790, "ctxt": 0 }, "value": "unionTuple", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 790, "end": 812, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 792, "end": 812, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 793, "end": 794, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 793, "end": 794, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 793, "end": 794, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 796, "end": 811, "ctxt": 0 }, "label": null, "ty": { "type": "TsUnionType", "span": { "start": 796, "end": 811, "ctxt": 0 }, "types": [ { "type": "TsKeywordType", "span": { "start": 796, "end": 802, "ctxt": 0 }, "kind": "string" }, { "type": "TsKeywordType", "span": { "start": 805, "end": 811, "ctxt": 0 }, "kind": "number" } ] } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 815, "end": 831, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 816, "end": 823, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 820, "end": 821, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [], "typeArguments": null } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 825, "end": 830, "ctxt": 0 }, "value": "foo", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 833, "end": 902, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 837, "end": 901, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 837, "end": 848, "ctxt": 0 }, "value": "unionTuple2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 848, "end": 873, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 850, "end": 873, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 851, "end": 852, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 851, "end": 852, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 851, "end": 852, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 854, "end": 869, "ctxt": 0 }, "label": null, "ty": { "type": "TsUnionType", "span": { "start": 854, "end": 869, "ctxt": 0 }, "types": [ { "type": "TsKeywordType", "span": { "start": 854, "end": 860, "ctxt": 0 }, "kind": "string" }, { "type": "TsKeywordType", "span": { "start": 863, "end": 869, "ctxt": 0 }, "kind": "number" } ] } }, { "type": "TsTupleElement", "span": { "start": 871, "end": 872, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 871, "end": 872, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 871, "end": 872, "ctxt": 0 }, "value": "D", "optional": false }, "typeParams": null } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 876, "end": 901, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 877, "end": 884, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 881, "end": 882, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [], "typeArguments": null } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 886, "end": 891, "ctxt": 0 }, "value": "foo", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } }, { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 893, "end": 900, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 897, "end": 898, "ctxt": 0 }, "value": "D", "optional": false }, "arguments": [], "typeArguments": null } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 903, "end": 959, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 907, "end": 958, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 907, "end": 918, "ctxt": 0 }, "value": "unionTuple3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 918, "end": 944, "ctxt": 0 }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 920, "end": 944, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 921, "end": 927, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 921, "end": 927, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 929, "end": 943, "ctxt": 0 }, "label": null, "ty": { "type": "TsUnionType", "span": { "start": 929, "end": 943, "ctxt": 0 }, "types": [ { "type": "TsKeywordType", "span": { "start": 929, "end": 935, "ctxt": 0 }, "kind": "string" }, { "type": "TsKeywordType", "span": { "start": 937, "end": 943, "ctxt": 0 }, "kind": "number" } ] } } ] } } }, "init": { "type": "ArrayExpression", "span": { "start": 947, "end": 958, "ctxt": 0 }, "elements": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 948, "end": 950, "ctxt": 0 }, "value": 10.0 } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 952, "end": 957, "ctxt": 0 }, "value": "foo", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ] }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 961, "end": 1009, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 965, "end": 1008, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 965, "end": 976, "ctxt": 0 }, "value": "unionTuple4", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 979, "end": 1008, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 997, "end": 1008, "ctxt": 0 }, "value": "unionTuple3", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 980, "end": 996, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 981, "end": 987, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 981, "end": 987, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 989, "end": 995, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 989, "end": 995, "ctxt": 0 }, "kind": "number" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1021, "end": 1060, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1025, "end": 1059, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1025, "end": 1027, "ctxt": 0 }, "value": "t3", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 1030, "end": 1059, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1048, "end": 1059, "ctxt": 0 }, "value": "numStrTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 1031, "end": 1047, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 1032, "end": 1038, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 1032, "end": 1038, "ctxt": 0 }, "kind": "number" } }, { "type": "TsTupleElement", "span": { "start": 1040, "end": 1046, "ctxt": 0 }, "label": null, "ty": { "type": "TsKeywordType", "span": { "start": 1040, "end": 1046, "ctxt": 0 }, "kind": "number" } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1061, "end": 1091, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1065, "end": 1090, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1065, "end": 1067, "ctxt": 0 }, "value": "t9", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 1070, "end": 1090, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1078, "end": 1090, "ctxt": 0 }, "value": "classCDTuple", "optional": false }, "typeAnnotation": { "type": "TsTupleType", "span": { "start": 1071, "end": 1077, "ctxt": 0 }, "elemTypes": [ { "type": "TsTupleElement", "span": { "start": 1072, "end": 1073, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 1072, "end": 1073, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 1072, "end": 1073, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } }, { "type": "TsTupleElement", "span": { "start": 1075, "end": 1076, "ctxt": 0 }, "label": null, "ty": { "type": "TsTypeReference", "span": { "start": 1075, "end": 1076, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 1075, "end": 1076, "ctxt": 0 }, "value": "I", "optional": false }, "typeParams": null } } ] } }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 1092, "end": 1127, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 1096, "end": 1126, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 1096, "end": 1102, "ctxt": 0 }, "value": "array1", "optional": false, "typeAnnotation": null }, "init": { "type": "TsTypeAssertion", "span": { "start": 1105, "end": 1126, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1115, "end": 1126, "ctxt": 0 }, "value": "numStrTuple", "optional": false }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 1106, "end": 1114, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 1106, "end": 1112, "ctxt": 0 }, "kind": "number" } } }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 1128, "end": 1139, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 1128, "end": 1138, "ctxt": 0 }, "operator": "=", "left": { "type": "MemberExpression", "span": { "start": 1128, "end": 1133, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1128, "end": 1130, "ctxt": 0 }, "value": "t4", "optional": false }, "property": { "type": "Computed", "span": { "start": 1130, "end": 1133, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1131, "end": 1132, "ctxt": 0 }, "value": 2.0 } } }, "right": { "type": "NumericLiteral", "span": { "start": 1136, "end": 1138, "ctxt": 0 }, "value": 10.0 } } } ], "interpreter": null }