swc/crates/swc_ecma_parser/tests/tsc/castingTuple.json

2890 lines
74 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 1140,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1,
"end": 16,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 13,
"end": 16,
"ctxt": 0
},
"body": []
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 23,
"end": 24,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 17,
"end": 36,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 27,
"end": 34,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 31,
"end": 33,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"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": 43,
"end": 44,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 37,
"end": 63,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 60,
"end": 61,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 60,
"end": 61,
"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": 56,
"end": 57,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 56,
"end": 57,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeArguments": null
}
]
},
{
"type": "EmptyStatement",
"span": {
"start": 63,
"end": 64,
"ctxt": 0
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 71,
"end": 72,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"span": {
"start": 65,
"end": 91,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 88,
"end": 89,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 88,
"end": 89,
"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": 84,
"end": 85,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 84,
"end": 85,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeArguments": null
}
]
},
{
"type": "EmptyStatement",
"span": {
"start": 91,
"end": 92,
"ctxt": 0
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 99,
"end": 100,
"ctxt": 0
},
"value": "E",
"optional": false
},
"declare": false,
"span": {
"start": 93,
"end": 116,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 113,
"end": 114,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 113,
"end": 114,
"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": 109,
"end": 110,
"ctxt": 0
},
"value": "A",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 116,
"end": 117,
"ctxt": 0
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"value": "F",
"optional": false
},
"declare": false,
"span": {
"start": 118,
"end": 141,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 138,
"end": 139,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 138,
"end": 139,
"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": 134,
"end": 135,
"ctxt": 0
},
"value": "A",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
}
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 143,
"end": 158,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 148,
"end": 150,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 153,
"end": 156,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 153,
"end": 156,
"ctxt": 0
},
"value": "one",
"optional": false
},
"init": null
}
]
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 159,
"end": 174,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 164,
"end": 166,
"ctxt": 0
},
"value": "E2",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 169,
"end": 172,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 169,
"end": 172,
"ctxt": 0
},
"value": "one",
"optional": false
},
"init": null
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 188,
"end": 235,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 192,
"end": 234,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 192,
"end": 203,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 203,
"end": 221,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 205,
"end": 221,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 206,
"end": 212,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 206,
"end": 212,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 224,
"end": 234,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 225,
"end": 226,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 228,
"end": 233,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 236,
"end": 278,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 240,
"end": 277,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 240,
"end": 253,
"ctxt": 0
},
"value": "emptyObjTuple",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 256,
"end": 277,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 266,
"end": 277,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 257,
"end": 265,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 258,
"end": 260,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeLiteral",
"span": {
"start": 258,
"end": 260,
"ctxt": 0
},
"members": []
}
},
{
"type": "TsTupleElement",
"span": {
"start": 262,
"end": 264,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeLiteral",
"span": {
"start": 262,
"end": 264,
"ctxt": 0
},
"members": []
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 279,
"end": 340,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 283,
"end": 339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 283,
"end": 298,
"ctxt": 0
},
"value": "numStrBoolTuple",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 301,
"end": 339,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 328,
"end": 339,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 302,
"end": 327,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 303,
"end": 309,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 303,
"end": 309,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 311,
"end": 317,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 311,
"end": 317,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 319,
"end": 326,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 319,
"end": 326,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 341,
"end": 390,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 345,
"end": 390,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 345,
"end": 352,
"ctxt": 0
},
"value": "shorter",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsAsExpression",
"span": {
"start": 355,
"end": 390,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 355,
"end": 370,
"ctxt": 0
},
"value": "numStrBoolTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 374,
"end": 390,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 375,
"end": 381,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 375,
"end": 381,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"kind": "string"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 391,
"end": 444,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 395,
"end": 444,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 395,
"end": 401,
"ctxt": 0
},
"value": "longer",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsAsExpression",
"span": {
"start": 404,
"end": 444,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 404,
"end": 415,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 419,
"end": 444,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 420,
"end": 426,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 420,
"end": 426,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 428,
"end": 434,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 428,
"end": 434,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 436,
"end": 443,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 436,
"end": 443,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 445,
"end": 491,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 449,
"end": 490,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 449,
"end": 461,
"ctxt": 0
},
"value": "classCDTuple",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 461,
"end": 469,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 463,
"end": 469,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"value": "D",
"optional": false
},
"typeParams": null
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 472,
"end": 490,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NewExpression",
"span": {
"start": 473,
"end": 480,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"value": "C",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"spread": null,
"expression": {
"type": "NewExpression",
"span": {
"start": 482,
"end": 489,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "D",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 492,
"end": 536,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 496,
"end": 535,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 496,
"end": 512,
"ctxt": 0
},
"value": "interfaceIITuple",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 515,
"end": 535,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 523,
"end": 535,
"ctxt": 0
},
"value": "classCDTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 516,
"end": 522,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 517,
"end": 518,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 517,
"end": 518,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 517,
"end": 518,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 520,
"end": 521,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 520,
"end": 521,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 520,
"end": 521,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 537,
"end": 581,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 541,
"end": 580,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 541,
"end": 554,
"ctxt": 0
},
"value": "classCDATuple",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 557,
"end": 580,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 568,
"end": 580,
"ctxt": 0
},
"value": "classCDTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 558,
"end": 567,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 559,
"end": 560,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"value": "D",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 565,
"end": 566,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 565,
"end": 566,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 565,
"end": 566,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 582,
"end": 617,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 586,
"end": 616,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 586,
"end": 597,
"ctxt": 0
},
"value": "eleFromCDA1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 600,
"end": 616,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 600,
"end": 613,
"ctxt": 0
},
"value": "classCDATuple",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 613,
"end": 616,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 614,
"end": 615,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 623,
"end": 658,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 627,
"end": 657,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 627,
"end": 638,
"ctxt": 0
},
"value": "eleFromCDA2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 641,
"end": 657,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 641,
"end": 654,
"ctxt": 0
},
"value": "classCDATuple",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 654,
"end": 657,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 655,
"end": 656,
"ctxt": 0
},
"value": 5.0,
"raw": "5"
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 672,
"end": 709,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 676,
"end": 708,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 676,
"end": 679,
"ctxt": 0
},
"value": "t10",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 679,
"end": 689,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 681,
"end": 689,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 682,
"end": 684,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 682,
"end": 684,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 682,
"end": 684,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 686,
"end": 688,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 686,
"end": 688,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 686,
"end": 688,
"ctxt": 0
},
"value": "E2",
"optional": false
},
"typeParams": null
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 692,
"end": 708,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 693,
"end": 699,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 693,
"end": 695,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 696,
"end": 699,
"ctxt": 0
},
"value": "one",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 701,
"end": 707,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 701,
"end": 703,
"ctxt": 0
},
"value": "E2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 704,
"end": 707,
"ctxt": 0
},
"value": "one",
"optional": false
}
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 710,
"end": 742,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 714,
"end": 741,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 714,
"end": 717,
"ctxt": 0
},
"value": "t11",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 720,
"end": 741,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 738,
"end": 741,
"ctxt": 0
},
"value": "t10",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 721,
"end": 737,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 722,
"end": 728,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 722,
"end": 728,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 730,
"end": 736,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 730,
"end": 736,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 743,
"end": 776,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 747,
"end": 775,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 747,
"end": 753,
"ctxt": 0
},
"value": "array1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 756,
"end": 775,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 762,
"end": 775,
"ctxt": 0
},
"value": "emptyObjTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 757,
"end": 761,
"ctxt": 0
},
"elemType": {
"type": "TsTypeLiteral",
"span": {
"start": 757,
"end": 759,
"ctxt": 0
},
"members": []
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 777,
"end": 833,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 781,
"end": 832,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 781,
"end": 791,
"ctxt": 0
},
"value": "unionTuple",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 791,
"end": 813,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 793,
"end": 813,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 794,
"end": 795,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 794,
"end": 795,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 794,
"end": 795,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 797,
"end": 812,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsUnionType",
"span": {
"start": 797,
"end": 812,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 797,
"end": 803,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 806,
"end": 812,
"ctxt": 0
},
"kind": "number"
}
]
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 816,
"end": 832,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NewExpression",
"span": {
"start": 817,
"end": 824,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 821,
"end": 822,
"ctxt": 0
},
"value": "C",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 826,
"end": 831,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 834,
"end": 903,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 838,
"end": 902,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 838,
"end": 849,
"ctxt": 0
},
"value": "unionTuple2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 849,
"end": 874,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 851,
"end": 874,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 852,
"end": 853,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 852,
"end": 853,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 852,
"end": 853,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 855,
"end": 870,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsUnionType",
"span": {
"start": 855,
"end": 870,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 855,
"end": 861,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 864,
"end": 870,
"ctxt": 0
},
"kind": "number"
}
]
}
},
{
"type": "TsTupleElement",
"span": {
"start": 872,
"end": 873,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 872,
"end": 873,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 872,
"end": 873,
"ctxt": 0
},
"value": "D",
"optional": false
},
"typeParams": null
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 877,
"end": 902,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NewExpression",
"span": {
"start": 878,
"end": 885,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 882,
"end": 883,
"ctxt": 0
},
"value": "C",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 887,
"end": 892,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": null,
"expression": {
"type": "NewExpression",
"span": {
"start": 894,
"end": 901,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": "D",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 904,
"end": 960,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 908,
"end": 959,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 908,
"end": 919,
"ctxt": 0
},
"value": "unionTuple3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 919,
"end": 945,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 921,
"end": 945,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 922,
"end": 928,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 922,
"end": 928,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 930,
"end": 944,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsUnionType",
"span": {
"start": 930,
"end": 944,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 930,
"end": 936,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 938,
"end": 944,
"ctxt": 0
},
"kind": "number"
}
]
}
}
]
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 948,
"end": 959,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 949,
"end": 951,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 953,
"end": 958,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 962,
"end": 1010,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 966,
"end": 1009,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 966,
"end": 977,
"ctxt": 0
},
"value": "unionTuple4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 980,
"end": 1009,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 998,
"end": 1009,
"ctxt": 0
},
"value": "unionTuple3",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 981,
"end": 997,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 982,
"end": 988,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 982,
"end": 988,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 990,
"end": 996,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 990,
"end": 996,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1022,
"end": 1061,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1026,
"end": 1060,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1026,
"end": 1028,
"ctxt": 0
},
"value": "t3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 1031,
"end": 1060,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1049,
"end": 1060,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 1032,
"end": 1048,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1033,
"end": 1039,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1033,
"end": 1039,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1041,
"end": 1047,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1041,
"end": 1047,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1062,
"end": 1092,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1066,
"end": 1091,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1066,
"end": 1068,
"ctxt": 0
},
"value": "t9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 1071,
"end": 1091,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1079,
"end": 1091,
"ctxt": 0
},
"value": "classCDTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 1072,
"end": 1078,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1073,
"end": 1074,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 1073,
"end": 1074,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1073,
"end": 1074,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
]
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1093,
"end": 1128,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1097,
"end": 1127,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1097,
"end": 1103,
"ctxt": 0
},
"value": "array1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TsTypeAssertion",
"span": {
"start": 1106,
"end": 1127,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1127,
"ctxt": 0
},
"value": "numStrTuple",
"optional": false
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1107,
"end": 1115,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1107,
"end": 1113,
"ctxt": 0
},
"kind": "number"
}
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1129,
"end": 1140,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1129,
"end": 1139,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1129,
"end": 1134,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1131,
"ctxt": 0
},
"value": "t4",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1131,
"end": 1134,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1132,
"end": 1133,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1137,
"end": 1139,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
}
],
"interpreter": null
}