swc/crates/swc_ecma_parser/tests/tsc/variadicTuples1.json
2022-02-04 17:08:38 +09:00

29060 lines
766 KiB
JSON

{
"type": "Script",
"span": {
"start": 74,
"end": 13566,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 74,
"end": 121,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 79,
"end": 82,
"ctxt": 0
},
"value": "TV0",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 82,
"end": 103,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 83,
"end": 102,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 83,
"end": 84,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 93,
"end": 102,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 93,
"end": 100,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 106,
"end": 120,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 107,
"end": 113,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 107,
"end": 113,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 115,
"end": 119,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 115,
"end": 119,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 123,
"end": 178,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 128,
"end": 131,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 131,
"end": 152,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 132,
"end": 151,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 132,
"end": 133,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 142,
"end": 151,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 142,
"end": 149,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 155,
"end": 177,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 156,
"end": 162,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 156,
"end": 162,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 164,
"end": 168,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 164,
"end": 168,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 167,
"end": 168,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 167,
"end": 168,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 170,
"end": 176,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 170,
"end": 176,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 180,
"end": 241,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 185,
"end": 188,
"ctxt": 0
},
"value": "TV2",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 188,
"end": 209,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 189,
"end": 208,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 199,
"end": 208,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 199,
"end": 206,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 212,
"end": 240,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 213,
"end": 219,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 213,
"end": 219,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 221,
"end": 225,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 221,
"end": 225,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 227,
"end": 233,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 227,
"end": 233,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 235,
"end": 239,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 235,
"end": 239,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 243,
"end": 309,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 248,
"end": 251,
"ctxt": 0
},
"value": "TV3",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 251,
"end": 272,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 252,
"end": 271,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 252,
"end": 253,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 262,
"end": 271,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 262,
"end": 269,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 275,
"end": 308,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 284,
"end": 288,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 284,
"end": 288,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 287,
"end": 288,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 287,
"end": 288,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 290,
"end": 301,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 290,
"end": 301,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 293,
"end": 301,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 293,
"end": 299,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 303,
"end": 307,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 303,
"end": 307,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 306,
"end": 307,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 306,
"end": 307,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 333,
"end": 367,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 338,
"end": 341,
"ctxt": 0
},
"value": "TN1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 344,
"end": 366,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 344,
"end": 347,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 347,
"end": 366,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 348,
"end": 365,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 349,
"end": 356,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 349,
"end": 356,
"ctxt": 0
},
"kind": "boolean"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 358,
"end": 364,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 358,
"end": 364,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 369,
"end": 388,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 374,
"end": 377,
"ctxt": 0
},
"value": "TN2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 380,
"end": 387,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 380,
"end": 383,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 383,
"end": 387,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 384,
"end": 386,
"ctxt": 0
},
"elemTypes": []
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 390,
"end": 417,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 395,
"end": 398,
"ctxt": 0
},
"value": "TN3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 401,
"end": 416,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 401,
"end": 404,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 404,
"end": 416,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 405,
"end": 415,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 406,
"end": 414,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 406,
"end": 414,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 406,
"end": 413,
"ctxt": 0
},
"kind": "boolean"
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 419,
"end": 444,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 424,
"end": 427,
"ctxt": 0
},
"value": "TN4",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 430,
"end": 443,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 430,
"end": 433,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 433,
"end": 443,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 434,
"end": 442,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 434,
"end": 440,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 446,
"end": 491,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 451,
"end": 454,
"ctxt": 0
},
"value": "TN5",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 457,
"end": 490,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 457,
"end": 460,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 460,
"end": 490,
"ctxt": 0
},
"params": [
{
"type": "TsUnionType",
"span": {
"start": 461,
"end": 489,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 461,
"end": 470,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 462,
"end": 469,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 462,
"end": 469,
"ctxt": 0
},
"kind": "boolean"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 473,
"end": 489,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 474,
"end": 480,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 474,
"end": 480,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 482,
"end": 488,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 482,
"end": 488,
"ctxt": 0
},
"kind": "symbol"
}
}
]
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 493,
"end": 513,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 498,
"end": 501,
"ctxt": 0
},
"value": "TN6",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 504,
"end": 512,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 504,
"end": 507,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 507,
"end": 512,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 508,
"end": 511,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 515,
"end": 537,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 520,
"end": 523,
"ctxt": 0
},
"value": "TN7",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 526,
"end": 536,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 526,
"end": 529,
"ctxt": 0
},
"value": "TV1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 529,
"end": 536,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 530,
"end": 535,
"ctxt": 0
},
"kind": "never"
}
]
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 584,
"end": 588,
"ctxt": 0
},
"value": "tup2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 631,
"end": 640,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 631,
"end": 640,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 632,
"end": 640,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 634,
"end": 640,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 635,
"end": 639,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 635,
"end": 639,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 638,
"end": 639,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 638,
"end": 639,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 642,
"end": 651,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 642,
"end": 651,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 643,
"end": 651,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 645,
"end": 651,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 646,
"end": 650,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 646,
"end": 650,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 649,
"end": 650,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 649,
"end": 650,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 575,
"end": 701,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 653,
"end": 701,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 660,
"end": 698,
"ctxt": 0
},
"argument": {
"type": "TsConstAssertion",
"span": {
"start": 667,
"end": 697,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 667,
"end": 688,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 668,
"end": 669,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": {
"start": 671,
"end": 674,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 674,
"end": 675,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 677,
"end": 678,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 680,
"end": 683,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 683,
"end": 684,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 686,
"end": 687,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 588,
"end": 630,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 589,
"end": 608,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 589,
"end": 590,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 599,
"end": 608,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 599,
"end": 606,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 610,
"end": 629,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 610,
"end": 611,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 620,
"end": 629,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 620,
"end": 627,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 705,
"end": 744,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 711,
"end": 743,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 711,
"end": 713,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 716,
"end": 743,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 716,
"end": 720,
"ctxt": 0
},
"value": "tup2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 721,
"end": 730,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 722,
"end": 729,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 732,
"end": 742,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 733,
"end": 735,
"ctxt": 0
},
"value": 10.0
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 737,
"end": 741,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 757,
"end": 763,
"ctxt": 0
},
"value": "concat",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 806,
"end": 815,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 806,
"end": 815,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 807,
"end": 815,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 809,
"end": 815,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 817,
"end": 826,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 817,
"end": 826,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 818,
"end": 826,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 820,
"end": 826,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 821,
"end": 825,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 821,
"end": 825,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 824,
"end": 825,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 824,
"end": 825,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 748,
"end": 872,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 842,
"end": 872,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 849,
"end": 869,
"ctxt": 0
},
"argument": {
"type": "ArrayExpression",
"span": {
"start": 856,
"end": 868,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 857,
"end": 860,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
{
"spread": {
"start": 863,
"end": 866,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 866,
"end": 867,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 763,
"end": 805,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 764,
"end": 783,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 764,
"end": 765,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 774,
"end": 783,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 774,
"end": 781,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 785,
"end": 804,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 785,
"end": 786,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 795,
"end": 804,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 795,
"end": 802,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 827,
"end": 841,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 829,
"end": 841,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 830,
"end": 834,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 830,
"end": 834,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 836,
"end": 840,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 836,
"end": 840,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 839,
"end": 840,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 839,
"end": 840,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 876,
"end": 903,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 890,
"end": 902,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 890,
"end": 892,
"ctxt": 0
},
"value": "sa",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 892,
"end": 902,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 894,
"end": 902,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 894,
"end": 900,
"ctxt": 0
},
"kind": "string"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 907,
"end": 934,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 913,
"end": 933,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 913,
"end": 916,
"ctxt": 0
},
"value": "tc1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 919,
"end": 933,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 919,
"end": 925,
"ctxt": 0
},
"value": "concat",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 926,
"end": 928,
"ctxt": 0
},
"elements": []
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 930,
"end": 932,
"ctxt": 0
},
"elements": []
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 936,
"end": 972,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 942,
"end": 971,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 942,
"end": 945,
"ctxt": 0
},
"value": "tc2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 948,
"end": 971,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 948,
"end": 954,
"ctxt": 0
},
"value": "concat",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 955,
"end": 964,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 956,
"end": 963,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 966,
"end": 970,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 967,
"end": 969,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 974,
"end": 1008,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 980,
"end": 1007,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 980,
"end": 983,
"ctxt": 0
},
"value": "tc3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 986,
"end": 1007,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 986,
"end": 992,
"ctxt": 0
},
"value": "concat",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 993,
"end": 1002,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 994,
"end": 995,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 997,
"end": 998,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1000,
"end": 1001,
"ctxt": 0
},
"value": 3.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1004,
"end": 1006,
"ctxt": 0
},
"value": "sa",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1010,
"end": 1044,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1016,
"end": 1043,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1016,
"end": 1019,
"ctxt": 0
},
"value": "tc4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1022,
"end": 1043,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1022,
"end": 1028,
"ctxt": 0
},
"value": "concat",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1029,
"end": 1031,
"ctxt": 0
},
"value": "sa",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 1033,
"end": 1042,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1034,
"end": 1035,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1037,
"end": 1038,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1040,
"end": 1041,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1123,
"ctxt": 0
},
"value": "concat2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1184,
"end": 1188,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1184,
"end": 1188,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1185,
"end": 1188,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1187,
"end": 1188,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1187,
"end": 1188,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1190,
"end": 1194,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1190,
"end": 1194,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1191,
"end": 1194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1193,
"end": 1194,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1194,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1107,
"end": 1256,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1196,
"end": 1256,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1203,
"end": 1223,
"ctxt": 0
},
"argument": {
"type": "ArrayExpression",
"span": {
"start": 1210,
"end": 1222,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 1211,
"end": 1214,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1214,
"end": 1215,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
{
"spread": {
"start": 1217,
"end": 1220,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1221,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1123,
"end": 1183,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1124,
"end": 1152,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1125,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 1134,
"end": 1152,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1143,
"end": 1152,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1143,
"end": 1150,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 1154,
"end": 1182,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1154,
"end": 1155,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 1164,
"end": 1182,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1173,
"end": 1182,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1173,
"end": 1180,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 1260,
"end": 1320,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1266,
"end": 1319,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1266,
"end": 1269,
"ctxt": 0
},
"value": "tc5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1272,
"end": 1319,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1272,
"end": 1279,
"ctxt": 0
},
"value": "concat2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "TsConstAssertion",
"span": {
"start": 1280,
"end": 1298,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 1280,
"end": 1289,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1281,
"end": 1282,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1284,
"end": 1285,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1287,
"end": 1288,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
},
{
"spread": null,
"expression": {
"type": "TsConstAssertion",
"span": {
"start": 1300,
"end": 1318,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 1300,
"end": 1309,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1301,
"end": 1302,
"ctxt": 0
},
"value": 4.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"value": 5.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1307,
"end": 1308,
"ctxt": 0
},
"value": 6.0
}
}
]
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1394,
"end": 1398,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1399,
"end": 1408,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1399,
"end": 1408,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1400,
"end": 1408,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1402,
"end": 1408,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1410,
"end": 1419,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1410,
"end": 1419,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1411,
"end": 1419,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1413,
"end": 1419,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1421,
"end": 1431,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1421,
"end": 1431,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1422,
"end": 1431,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1424,
"end": 1431,
"ctxt": 0
},
"kind": "boolean"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1433,
"end": 1447,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1433,
"end": 1447,
"ctxt": 0
},
"rest": {
"start": 1433,
"end": 1436,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1436,
"end": 1437,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1437,
"end": 1447,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1439,
"end": 1447,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1439,
"end": 1445,
"ctxt": 0
},
"kind": "number"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1377,
"end": 1455,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1448,
"end": 1454,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1450,
"end": 1454,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1468,
"end": 1472,
"ctxt": 0
},
"value": "foo2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1473,
"end": 1493,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1473,
"end": 1493,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1475,
"end": 1493,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 1477,
"end": 1493,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1478,
"end": 1484,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1478,
"end": 1484,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1486,
"end": 1492,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1486,
"end": 1492,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1495,
"end": 1508,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1495,
"end": 1508,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1497,
"end": 1508,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 1499,
"end": 1508,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1500,
"end": 1507,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1500,
"end": 1507,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1510,
"end": 1522,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1522,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1512,
"end": 1522,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1514,
"end": 1522,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1514,
"end": 1520,
"ctxt": 0
},
"kind": "number"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1459,
"end": 1732,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1524,
"end": 1732,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1531,
"end": 1564,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1531,
"end": 1563,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1531,
"end": 1535,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1539,
"end": 1544,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 1546,
"end": 1550,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1552,
"end": 1554,
"ctxt": 0
},
"value": 42.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1556,
"end": 1558,
"ctxt": 0
},
"value": 43.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1560,
"end": 1562,
"ctxt": 0
},
"value": 44.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1570,
"end": 1600,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1570,
"end": 1599,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1570,
"end": 1574,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1575,
"end": 1578,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1578,
"end": 1580,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 1582,
"end": 1586,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1588,
"end": 1590,
"ctxt": 0
},
"value": 42.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1592,
"end": 1594,
"ctxt": 0
},
"value": 43.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1596,
"end": 1598,
"ctxt": 0
},
"value": 44.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1606,
"end": 1637,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1606,
"end": 1636,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1606,
"end": 1610,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1611,
"end": 1614,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1616,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"spread": {
"start": 1618,
"end": 1621,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1621,
"end": 1623,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1625,
"end": 1627,
"ctxt": 0
},
"value": 42.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1629,
"end": 1631,
"ctxt": 0
},
"value": 43.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1633,
"end": 1635,
"ctxt": 0
},
"value": 44.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1643,
"end": 1669,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1643,
"end": 1668,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1643,
"end": 1647,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1648,
"end": 1651,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1651,
"end": 1653,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"spread": {
"start": 1655,
"end": 1658,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1658,
"end": 1660,
"ctxt": 0
},
"value": "t2",
"optional": false
}
},
{
"spread": {
"start": 1662,
"end": 1665,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1665,
"end": 1667,
"ctxt": 0
},
"value": "a1",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1675,
"end": 1687,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1675,
"end": 1686,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1675,
"end": 1679,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1680,
"end": 1683,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1683,
"end": 1685,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1703,
"end": 1719,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1703,
"end": 1718,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1703,
"end": 1707,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1708,
"end": 1711,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1711,
"end": 1713,
"ctxt": 0
},
"value": "t1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1715,
"end": 1717,
"ctxt": 0
},
"value": 45.0
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1753,
"end": 1757,
"ctxt": 0
},
"value": "foo3",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1779,
"end": 1788,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1779,
"end": 1788,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1780,
"end": 1788,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1782,
"end": 1788,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1790,
"end": 1813,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1790,
"end": 1813,
"ctxt": 0
},
"rest": {
"start": 1790,
"end": 1793,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1793,
"end": 1797,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1797,
"end": 1813,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 1799,
"end": 1813,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1800,
"end": 1804,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 1800,
"end": 1804,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1803,
"end": 1804,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1803,
"end": 1804,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1806,
"end": 1812,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1806,
"end": 1812,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 1736,
"end": 1818,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1757,
"end": 1778,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1758,
"end": 1777,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1758,
"end": 1759,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 1768,
"end": 1777,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1768,
"end": 1775,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1814,
"end": 1817,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1816,
"end": 1817,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1816,
"end": 1817,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1831,
"end": 1835,
"ctxt": 0
},
"value": "foo4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1857,
"end": 1861,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1857,
"end": 1861,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1858,
"end": 1861,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1860,
"end": 1861,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1860,
"end": 1861,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1822,
"end": 1959,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1863,
"end": 1959,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1870,
"end": 1881,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1870,
"end": 1880,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1870,
"end": 1874,
"ctxt": 0
},
"value": "foo3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1875,
"end": 1876,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1878,
"end": 1879,
"ctxt": 0
},
"value": 2.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1887,
"end": 1913,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1887,
"end": 1912,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1887,
"end": 1891,
"ctxt": 0
},
"value": "foo3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1892,
"end": 1893,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1895,
"end": 1902,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 1904,
"end": 1908,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1910,
"end": 1911,
"ctxt": 0
},
"value": 2.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1919,
"end": 1942,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1919,
"end": 1941,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1919,
"end": 1923,
"ctxt": 0
},
"value": "foo3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1924,
"end": 1925,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": {
"start": 1927,
"end": 1930,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1930,
"end": 1931,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1933,
"end": 1937,
"ctxt": 0
},
"value": "hi",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1939,
"end": 1940,
"ctxt": 0
},
"value": 2.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1948,
"end": 1956,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1948,
"end": 1955,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1948,
"end": 1952,
"ctxt": 0
},
"value": "foo3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1953,
"end": 1954,
"ctxt": 0
},
"value": 1.0
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1835,
"end": 1856,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1836,
"end": 1855,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1836,
"end": 1837,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 1846,
"end": 1855,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1846,
"end": 1853,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2022,
"end": 2025,
"ctxt": 0
},
"value": "ft1",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2047,
"end": 2051,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2047,
"end": 2051,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2048,
"end": 2051,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2050,
"end": 2051,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2050,
"end": 2051,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2005,
"end": 2056,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2025,
"end": 2046,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2026,
"end": 2045,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2026,
"end": 2027,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2036,
"end": 2045,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2036,
"end": 2043,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2052,
"end": 2055,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2054,
"end": 2055,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2054,
"end": 2055,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2075,
"end": 2078,
"ctxt": 0
},
"value": "ft2",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2100,
"end": 2104,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2100,
"end": 2104,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2101,
"end": 2104,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2103,
"end": 2104,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2103,
"end": 2104,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2058,
"end": 2123,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2078,
"end": 2099,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2079,
"end": 2098,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2079,
"end": 2080,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2089,
"end": 2098,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2089,
"end": 2096,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2105,
"end": 2122,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 2107,
"end": 2122,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2116,
"end": 2122,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2117,
"end": 2121,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2117,
"end": 2121,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2120,
"end": 2121,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2120,
"end": 2121,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2142,
"end": 2145,
"ctxt": 0
},
"value": "ft3",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2167,
"end": 2176,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2167,
"end": 2176,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2168,
"end": 2176,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2170,
"end": 2176,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2171,
"end": 2175,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2171,
"end": 2175,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2174,
"end": 2175,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2174,
"end": 2175,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 2125,
"end": 2181,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2145,
"end": 2166,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2146,
"end": 2165,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2146,
"end": 2147,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2156,
"end": 2165,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2156,
"end": 2163,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2177,
"end": 2180,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2179,
"end": 2180,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2179,
"end": 2180,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2200,
"end": 2203,
"ctxt": 0
},
"value": "ft4",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2225,
"end": 2234,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2225,
"end": 2234,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2226,
"end": 2234,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2228,
"end": 2234,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2229,
"end": 2233,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2229,
"end": 2233,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2232,
"end": 2233,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2232,
"end": 2233,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 2183,
"end": 2253,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2203,
"end": 2224,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2204,
"end": 2223,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2204,
"end": 2205,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2214,
"end": 2223,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2214,
"end": 2221,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2235,
"end": 2252,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 2237,
"end": 2252,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2246,
"end": 2252,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2247,
"end": 2251,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2247,
"end": 2251,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2250,
"end": 2251,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2250,
"end": 2251,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2257,
"end": 2276,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2257,
"end": 2275,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2257,
"end": 2260,
"ctxt": 0
},
"value": "ft1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2261,
"end": 2274,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2262,
"end": 2269,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2271,
"end": 2273,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2302,
"end": 2321,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2302,
"end": 2320,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2302,
"end": 2305,
"ctxt": 0
},
"value": "ft2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2306,
"end": 2319,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2307,
"end": 2314,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2316,
"end": 2318,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2356,
"end": 2375,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2356,
"end": 2374,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2356,
"end": 2359,
"ctxt": 0
},
"value": "ft3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2360,
"end": 2373,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2361,
"end": 2368,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2370,
"end": 2372,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2398,
"end": 2417,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2398,
"end": 2416,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2398,
"end": 2401,
"ctxt": 0
},
"value": "ft4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 2402,
"end": 2415,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 2403,
"end": 2410,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2412,
"end": 2414,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2496,
"end": 2498,
"ctxt": 0
},
"value": "f0",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2520,
"end": 2537,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2520,
"end": 2537,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2521,
"end": 2537,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2523,
"end": 2537,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2524,
"end": 2530,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2524,
"end": 2530,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2532,
"end": 2536,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2532,
"end": 2536,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2535,
"end": 2536,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2535,
"end": 2536,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 2539,
"end": 2548,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2539,
"end": 2548,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2540,
"end": 2548,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2542,
"end": 2548,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 2487,
"end": 2720,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2550,
"end": 2720,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2557,
"end": 2572,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2563,
"end": 2571,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2563,
"end": 2564,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2567,
"end": 2571,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2567,
"end": 2568,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2568,
"end": 2571,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2569,
"end": 2570,
"ctxt": 0
},
"value": 0.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2589,
"end": 2604,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2595,
"end": 2603,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2595,
"end": 2596,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2599,
"end": 2603,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2599,
"end": 2600,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2600,
"end": 2603,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2601,
"end": 2602,
"ctxt": 0
},
"value": 1.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2632,
"end": 2647,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2638,
"end": 2646,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2638,
"end": 2639,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2642,
"end": 2646,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2642,
"end": 2643,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2643,
"end": 2646,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2644,
"end": 2645,
"ctxt": 0
},
"value": 2.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2675,
"end": 2690,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2681,
"end": 2689,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2681,
"end": 2682,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2685,
"end": 2689,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2685,
"end": 2686,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2686,
"end": 2689,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2687,
"end": 2688,
"ctxt": 0
},
"value": "n",
"optional": false
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2498,
"end": 2519,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2499,
"end": 2518,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2499,
"end": 2500,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2509,
"end": 2518,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2509,
"end": 2516,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2733,
"end": 2735,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2757,
"end": 2782,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2757,
"end": 2782,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2758,
"end": 2782,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2760,
"end": 2782,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2761,
"end": 2767,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2761,
"end": 2767,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2769,
"end": 2773,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 2769,
"end": 2773,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2772,
"end": 2773,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2772,
"end": 2773,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2775,
"end": 2781,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2775,
"end": 2781,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 2784,
"end": 2793,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2784,
"end": 2793,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2785,
"end": 2793,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2787,
"end": 2793,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 2724,
"end": 2989,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2795,
"end": 2989,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2802,
"end": 2817,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2808,
"end": 2816,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2808,
"end": 2809,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2812,
"end": 2816,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2812,
"end": 2813,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2813,
"end": 2816,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2814,
"end": 2815,
"ctxt": 0
},
"value": 0.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2834,
"end": 2849,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2840,
"end": 2848,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2840,
"end": 2841,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2844,
"end": 2848,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2844,
"end": 2845,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2845,
"end": 2848,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2846,
"end": 2847,
"ctxt": 0
},
"value": 1.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2885,
"end": 2900,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2891,
"end": 2899,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2891,
"end": 2892,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2895,
"end": 2899,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2895,
"end": 2896,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2896,
"end": 2899,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 2897,
"end": 2898,
"ctxt": 0
},
"value": 2.0
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2936,
"end": 2951,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2942,
"end": 2950,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2942,
"end": 2943,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 2946,
"end": 2950,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2946,
"end": 2947,
"ctxt": 0
},
"value": "t",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 2947,
"end": 2950,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2948,
"end": 2949,
"ctxt": 0
},
"value": "n",
"optional": false
}
}
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2735,
"end": 2756,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2736,
"end": 2755,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2736,
"end": 2737,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2746,
"end": 2755,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2746,
"end": 2753,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3043,
"end": 3045,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3067,
"end": 3084,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3067,
"end": 3084,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3068,
"end": 3084,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3070,
"end": 3084,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3071,
"end": 3077,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3071,
"end": 3077,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3079,
"end": 3083,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3079,
"end": 3083,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3082,
"end": 3083,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3082,
"end": 3083,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3034,
"end": 3249,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3086,
"end": 3249,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3093,
"end": 3109,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3097,
"end": 3108,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3097,
"end": 3104,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 3098,
"end": 3103,
"ctxt": 0
},
"rest": {
"start": 3098,
"end": 3101,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3101,
"end": 3103,
"ctxt": 0
},
"value": "ax",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3107,
"end": 3108,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3134,
"end": 3154,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3138,
"end": 3153,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3138,
"end": 3149,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3139,
"end": 3141,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3143,
"end": 3148,
"ctxt": 0
},
"rest": {
"start": 3143,
"end": 3146,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3146,
"end": 3148,
"ctxt": 0
},
"value": "bx",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3152,
"end": 3153,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3179,
"end": 3203,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3183,
"end": 3202,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3183,
"end": 3198,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3184,
"end": 3186,
"ctxt": 0
},
"value": "c1",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3188,
"end": 3190,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3192,
"end": 3197,
"ctxt": 0
},
"rest": {
"start": 3192,
"end": 3195,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3195,
"end": 3197,
"ctxt": 0
},
"value": "cx",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3201,
"end": 3202,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3045,
"end": 3066,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3046,
"end": 3065,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3046,
"end": 3047,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 3056,
"end": 3065,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3056,
"end": 3063,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3262,
"end": 3264,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 3286,
"end": 3311,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3286,
"end": 3311,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3287,
"end": 3311,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3289,
"end": 3311,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3290,
"end": 3296,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3290,
"end": 3296,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3298,
"end": 3302,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3298,
"end": 3302,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3301,
"end": 3302,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3301,
"end": 3302,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3304,
"end": 3310,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3304,
"end": 3310,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 3253,
"end": 3511,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 3313,
"end": 3511,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 3320,
"end": 3336,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3324,
"end": 3335,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3324,
"end": 3331,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 3325,
"end": 3330,
"ctxt": 0
},
"rest": {
"start": 3325,
"end": 3328,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3328,
"end": 3330,
"ctxt": 0
},
"value": "ax",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3334,
"end": 3335,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3369,
"end": 3389,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3373,
"end": 3388,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3373,
"end": 3384,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3374,
"end": 3376,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3378,
"end": 3383,
"ctxt": 0
},
"rest": {
"start": 3378,
"end": 3381,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3381,
"end": 3383,
"ctxt": 0
},
"value": "bx",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3387,
"end": 3388,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3422,
"end": 3446,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3426,
"end": 3445,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 3426,
"end": 3441,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 3427,
"end": 3429,
"ctxt": 0
},
"value": "c1",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3431,
"end": 3433,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 3435,
"end": 3440,
"ctxt": 0
},
"rest": {
"start": 3435,
"end": 3438,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3438,
"end": 3440,
"ctxt": 0
},
"value": "cx",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 3444,
"end": 3445,
"ctxt": 0
},
"value": "t",
"optional": false
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3264,
"end": 3285,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3265,
"end": 3284,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3265,
"end": 3266,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 3275,
"end": 3284,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3275,
"end": 3282,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3566,
"end": 3612,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3571,
"end": 3579,
"ctxt": 0
},
"value": "Arrayify",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3579,
"end": 3582,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3580,
"end": 3581,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3580,
"end": 3581,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsMappedType",
"span": {
"start": 3585,
"end": 3611,
"ctxt": 0
},
"readonly": null,
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 3588,
"end": 3600,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3588,
"end": 3589,
"ctxt": 0
},
"value": "P",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 3593,
"end": 3600,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3599,
"end": 3600,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3599,
"end": 3600,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"default": null
},
"nameType": null,
"optional": null,
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 3603,
"end": 3609,
"ctxt": 0
},
"elemType": {
"type": "TsIndexedAccessType",
"span": {
"start": 3603,
"end": 3607,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 3603,
"end": 3604,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3603,
"end": 3604,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsTypeReference",
"span": {
"start": 3605,
"end": 3606,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3605,
"end": 3606,
"ctxt": 0
},
"value": "P",
"optional": false
},
"typeParams": null
}
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3616,
"end": 3705,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3621,
"end": 3624,
"ctxt": 0
},
"value": "TM1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3624,
"end": 3645,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3625,
"end": 3644,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3625,
"end": 3626,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 3635,
"end": 3644,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3635,
"end": 3642,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3648,
"end": 3704,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3648,
"end": 3656,
"ctxt": 0
},
"value": "Arrayify",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 3656,
"end": 3704,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 3657,
"end": 3703,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 3666,
"end": 3703,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3667,
"end": 3673,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3667,
"end": 3673,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3675,
"end": 3682,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 3675,
"end": 3682,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3675,
"end": 3681,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3684,
"end": 3688,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3684,
"end": 3688,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3687,
"end": 3688,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3687,
"end": 3688,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3690,
"end": 3702,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3690,
"end": 3702,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 3693,
"end": 3702,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3693,
"end": 3700,
"ctxt": 0
},
"kind": "boolean"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3778,
"end": 3842,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3783,
"end": 3786,
"ctxt": 0
},
"value": "TP1",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3786,
"end": 3807,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3787,
"end": 3806,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3787,
"end": 3788,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 3797,
"end": 3806,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3797,
"end": 3804,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3810,
"end": 3841,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3810,
"end": 3817,
"ctxt": 0
},
"value": "Partial",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 3817,
"end": 3841,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 3818,
"end": 3840,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3819,
"end": 3825,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3819,
"end": 3825,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3827,
"end": 3831,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3827,
"end": 3831,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3830,
"end": 3831,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3830,
"end": 3831,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3833,
"end": 3839,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3833,
"end": 3839,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 3879,
"end": 3948,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 3884,
"end": 3887,
"ctxt": 0
},
"value": "TP2",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 3887,
"end": 3908,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 3888,
"end": 3907,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 3888,
"end": 3889,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 3898,
"end": 3907,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3898,
"end": 3905,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3911,
"end": 3947,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3911,
"end": 3918,
"ctxt": 0
},
"value": "Partial",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 3918,
"end": 3947,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 3919,
"end": 3946,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3920,
"end": 3926,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3920,
"end": 3926,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3928,
"end": 3932,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3928,
"end": 3932,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3931,
"end": 3932,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3931,
"end": 3932,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3934,
"end": 3945,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 3934,
"end": 3945,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 3937,
"end": 3945,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 3937,
"end": 3943,
"ctxt": 0
},
"kind": "number"
}
}
}
}
]
}
]
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4095,
"end": 4098,
"ctxt": 0
},
"value": "fm1",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 4120,
"end": 4155,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4120,
"end": 4155,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4121,
"end": 4155,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4123,
"end": 4155,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4123,
"end": 4131,
"ctxt": 0
},
"value": "Arrayify",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 4131,
"end": 4155,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 4132,
"end": 4154,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4133,
"end": 4139,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4133,
"end": 4139,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4141,
"end": 4147,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4141,
"end": 4147,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4149,
"end": 4153,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 4149,
"end": 4153,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4152,
"end": 4153,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4152,
"end": 4153,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 4078,
"end": 4160,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4098,
"end": 4119,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4099,
"end": 4118,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4099,
"end": 4100,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 4109,
"end": 4118,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4109,
"end": 4116,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4156,
"end": 4159,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4158,
"end": 4159,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4158,
"end": 4159,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 4164,
"end": 4212,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4168,
"end": 4211,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4168,
"end": 4171,
"ctxt": 0
},
"value": "tm1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 4174,
"end": 4211,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4174,
"end": 4177,
"ctxt": 0
},
"value": "fm1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 4178,
"end": 4210,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 4179,
"end": 4186,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4180,
"end": 4185,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 4188,
"end": 4192,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4189,
"end": 4191,
"ctxt": 0
},
"value": 42.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 4194,
"end": 4200,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 4195,
"end": 4199,
"ctxt": 0
},
"value": true
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 4202,
"end": 4209,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4203,
"end": 4208,
"ctxt": 0
},
"value": "def",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4317,
"end": 4320,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 4342,
"end": 4351,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4342,
"end": 4351,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4343,
"end": 4351,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4345,
"end": 4351,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4353,
"end": 4363,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 4353,
"end": 4363,
"ctxt": 0
},
"rest": {
"start": 4353,
"end": 4356,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4356,
"end": 4360,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4360,
"end": 4363,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4362,
"end": 4363,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4362,
"end": 4363,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4300,
"end": 4368,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4320,
"end": 4341,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4321,
"end": 4340,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4321,
"end": 4322,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 4331,
"end": 4340,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4331,
"end": 4338,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4364,
"end": 4367,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4366,
"end": 4367,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4366,
"end": 4367,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4381,
"end": 4384,
"ctxt": 0
},
"value": "gx1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4436,
"end": 4440,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4436,
"end": 4440,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4437,
"end": 4440,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4439,
"end": 4440,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4439,
"end": 4440,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4442,
"end": 4446,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4442,
"end": 4446,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4443,
"end": 4446,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4445,
"end": 4446,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4445,
"end": 4446,
"ctxt": 0
},
"value": "V",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4372,
"end": 4607,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4448,
"end": 4607,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 4455,
"end": 4466,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4455,
"end": 4465,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4455,
"end": 4458,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4459,
"end": 4464,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4479,
"end": 4496,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4479,
"end": 4495,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4479,
"end": 4482,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4483,
"end": 4488,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4490,
"end": 4493,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4493,
"end": 4494,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4508,
"end": 4525,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4508,
"end": 4524,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4508,
"end": 4511,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4512,
"end": 4517,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4519,
"end": 4522,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4522,
"end": 4523,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4542,
"end": 4562,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4542,
"end": 4561,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4542,
"end": 4545,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4549,
"end": 4554,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4556,
"end": 4559,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4559,
"end": 4560,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 4545,
"end": 4548,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 4546,
"end": 4547,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4546,
"end": 4547,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4574,
"end": 4594,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4574,
"end": 4593,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4574,
"end": 4577,
"ctxt": 0
},
"value": "fx1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4581,
"end": 4586,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4588,
"end": 4591,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4591,
"end": 4592,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 4577,
"end": 4580,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 4578,
"end": 4579,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4578,
"end": 4579,
"ctxt": 0
},
"value": "V",
"optional": false
},
"typeParams": null
}
]
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4384,
"end": 4435,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4385,
"end": 4404,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4385,
"end": 4386,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 4395,
"end": 4404,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4395,
"end": 4402,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 4406,
"end": 4434,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4406,
"end": 4407,
"ctxt": 0
},
"value": "V",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 4416,
"end": 4434,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 4425,
"end": 4434,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4425,
"end": 4432,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4628,
"end": 4631,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 4662,
"end": 4671,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4662,
"end": 4671,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4663,
"end": 4671,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4665,
"end": 4671,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4673,
"end": 4683,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 4673,
"end": 4683,
"ctxt": 0
},
"rest": {
"start": 4673,
"end": 4676,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4676,
"end": 4680,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4680,
"end": 4683,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4682,
"end": 4683,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4682,
"end": 4683,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4611,
"end": 4688,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4631,
"end": 4661,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4632,
"end": 4660,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4632,
"end": 4633,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 4642,
"end": 4660,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 4651,
"end": 4660,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4651,
"end": 4658,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4684,
"end": 4687,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4686,
"end": 4687,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4686,
"end": 4687,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4701,
"end": 4704,
"ctxt": 0
},
"value": "gx2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 4756,
"end": 4760,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4756,
"end": 4760,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4757,
"end": 4760,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4759,
"end": 4760,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4759,
"end": 4760,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4762,
"end": 4766,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4762,
"end": 4766,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4763,
"end": 4766,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4765,
"end": 4766,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4765,
"end": 4766,
"ctxt": 0
},
"value": "V",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 4692,
"end": 4923,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 4768,
"end": 4923,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 4775,
"end": 4786,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4775,
"end": 4785,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4775,
"end": 4778,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4779,
"end": 4784,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4799,
"end": 4816,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4799,
"end": 4815,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4799,
"end": 4802,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4803,
"end": 4808,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4810,
"end": 4813,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4813,
"end": 4814,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4828,
"end": 4845,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4828,
"end": 4844,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4828,
"end": 4831,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4832,
"end": 4837,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4839,
"end": 4842,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4842,
"end": 4843,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4862,
"end": 4882,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4862,
"end": 4881,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4862,
"end": 4865,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4869,
"end": 4874,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4876,
"end": 4879,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4879,
"end": 4880,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 4865,
"end": 4868,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 4866,
"end": 4867,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4866,
"end": 4867,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4894,
"end": 4914,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4894,
"end": 4913,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4894,
"end": 4897,
"ctxt": 0
},
"value": "fx2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4901,
"end": 4906,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": {
"start": 4908,
"end": 4911,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4911,
"end": 4912,
"ctxt": 0
},
"value": "v",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 4897,
"end": 4900,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 4898,
"end": 4899,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4898,
"end": 4899,
"ctxt": 0
},
"value": "V",
"optional": false
},
"typeParams": null
}
]
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4704,
"end": 4755,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4705,
"end": 4724,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4705,
"end": 4706,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 4715,
"end": 4724,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4715,
"end": 4722,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 4726,
"end": 4754,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4726,
"end": 4727,
"ctxt": 0
},
"value": "V",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 4736,
"end": 4754,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 4745,
"end": 4754,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4745,
"end": 4752,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4983,
"end": 4986,
"ctxt": 0
},
"value": "f10",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 5020,
"end": 5045,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5020,
"end": 5045,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5021,
"end": 5045,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5023,
"end": 5045,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5024,
"end": 5030,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 5024,
"end": 5030,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5032,
"end": 5044,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5032,
"end": 5044,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 5035,
"end": 5044,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 5035,
"end": 5042,
"ctxt": 0
},
"kind": "unknown"
}
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5047,
"end": 5064,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5047,
"end": 5064,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5048,
"end": 5064,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5050,
"end": 5064,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5051,
"end": 5057,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 5051,
"end": 5057,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5059,
"end": 5063,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5059,
"end": 5063,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5062,
"end": 5063,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5062,
"end": 5063,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5066,
"end": 5083,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5066,
"end": 5083,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5067,
"end": 5083,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5069,
"end": 5083,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5070,
"end": 5076,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 5070,
"end": 5076,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5078,
"end": 5082,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5078,
"end": 5082,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5081,
"end": 5082,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5081,
"end": 5082,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 4974,
"end": 5191,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5085,
"end": 5191,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5092,
"end": 5098,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5092,
"end": 5097,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5092,
"end": 5093,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5096,
"end": 5097,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5104,
"end": 5110,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5104,
"end": 5109,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5104,
"end": 5105,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5108,
"end": 5109,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5116,
"end": 5122,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5116,
"end": 5121,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5116,
"end": 5117,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5120,
"end": 5121,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5138,
"end": 5144,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5138,
"end": 5143,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5138,
"end": 5139,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5142,
"end": 5143,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5150,
"end": 5156,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5150,
"end": 5155,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5150,
"end": 5151,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5154,
"end": 5155,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5172,
"end": 5178,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5172,
"end": 5177,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5172,
"end": 5173,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5176,
"end": 5177,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 4986,
"end": 5019,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 4987,
"end": 5005,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 4987,
"end": 4988,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 4997,
"end": 5005,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4997,
"end": 5003,
"ctxt": 0
},
"kind": "string"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 5007,
"end": 5018,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5007,
"end": 5008,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 5017,
"end": 5018,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5017,
"end": 5018,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 5385,
"end": 5388,
"ctxt": 0
},
"value": "f11",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 5410,
"end": 5414,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5410,
"end": 5414,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5411,
"end": 5414,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5413,
"end": 5414,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5413,
"end": 5414,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5416,
"end": 5425,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5416,
"end": 5425,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5417,
"end": 5425,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5419,
"end": 5425,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5420,
"end": 5424,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5420,
"end": 5424,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5423,
"end": 5424,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5423,
"end": 5424,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5427,
"end": 5445,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5427,
"end": 5445,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5428,
"end": 5445,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 5430,
"end": 5445,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5439,
"end": 5445,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5440,
"end": 5444,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5440,
"end": 5444,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5443,
"end": 5444,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5443,
"end": 5444,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 5376,
"end": 5543,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5447,
"end": 5543,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5454,
"end": 5460,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5454,
"end": 5459,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5454,
"end": 5455,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5458,
"end": 5459,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5466,
"end": 5472,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5466,
"end": 5471,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5466,
"end": 5467,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5470,
"end": 5471,
"ctxt": 0
},
"value": "r",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5488,
"end": 5494,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5488,
"end": 5493,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5488,
"end": 5489,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5492,
"end": 5493,
"ctxt": 0
},
"value": "t",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5500,
"end": 5506,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5500,
"end": 5505,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5500,
"end": 5501,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5504,
"end": 5505,
"ctxt": 0
},
"value": "r",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5522,
"end": 5528,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5522,
"end": 5527,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5522,
"end": 5523,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5526,
"end": 5527,
"ctxt": 0
},
"value": "t",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5534,
"end": 5540,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5534,
"end": 5539,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5534,
"end": 5535,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5538,
"end": 5539,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 5388,
"end": 5409,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 5389,
"end": 5408,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5389,
"end": 5390,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 5399,
"end": 5408,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 5399,
"end": 5406,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 5556,
"end": 5559,
"ctxt": 0
},
"value": "f12",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 5590,
"end": 5594,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5590,
"end": 5594,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5591,
"end": 5594,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5593,
"end": 5594,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5593,
"end": 5594,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5596,
"end": 5605,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5596,
"end": 5605,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5597,
"end": 5605,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5599,
"end": 5605,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5600,
"end": 5604,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5600,
"end": 5604,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5603,
"end": 5604,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5603,
"end": 5604,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5607,
"end": 5625,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5607,
"end": 5625,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5608,
"end": 5625,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 5610,
"end": 5625,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5619,
"end": 5625,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5620,
"end": 5624,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5620,
"end": 5624,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5623,
"end": 5624,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5623,
"end": 5624,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 5547,
"end": 5733,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5627,
"end": 5733,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5634,
"end": 5640,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5634,
"end": 5639,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5634,
"end": 5635,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5638,
"end": 5639,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5646,
"end": 5652,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5646,
"end": 5651,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5646,
"end": 5647,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5650,
"end": 5651,
"ctxt": 0
},
"value": "r",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5668,
"end": 5674,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5668,
"end": 5673,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5668,
"end": 5669,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5672,
"end": 5673,
"ctxt": 0
},
"value": "t",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5690,
"end": 5696,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5690,
"end": 5695,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5690,
"end": 5691,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5694,
"end": 5695,
"ctxt": 0
},
"value": "r",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5712,
"end": 5718,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5712,
"end": 5717,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5712,
"end": 5713,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5716,
"end": 5717,
"ctxt": 0
},
"value": "t",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5724,
"end": 5730,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5724,
"end": 5729,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5724,
"end": 5725,
"ctxt": 0
},
"value": "r",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5728,
"end": 5729,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 5559,
"end": 5589,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 5560,
"end": 5588,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5560,
"end": 5561,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 5570,
"end": 5588,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 5579,
"end": 5588,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 5579,
"end": 5586,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 5746,
"end": 5749,
"ctxt": 0
},
"value": "f13",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 5783,
"end": 5788,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5783,
"end": 5788,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5785,
"end": 5788,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5787,
"end": 5788,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5787,
"end": 5788,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5790,
"end": 5800,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5790,
"end": 5800,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5792,
"end": 5800,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5794,
"end": 5800,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5795,
"end": 5799,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5795,
"end": 5799,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5798,
"end": 5799,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5798,
"end": 5799,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5802,
"end": 5812,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5802,
"end": 5812,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5804,
"end": 5812,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5806,
"end": 5812,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5807,
"end": 5811,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5807,
"end": 5811,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5810,
"end": 5811,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5810,
"end": 5811,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 5737,
"end": 5922,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5814,
"end": 5922,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5821,
"end": 5829,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5821,
"end": 5828,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5821,
"end": 5823,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5826,
"end": 5828,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5835,
"end": 5843,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5835,
"end": 5842,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5835,
"end": 5837,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5840,
"end": 5842,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5849,
"end": 5857,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5849,
"end": 5856,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5849,
"end": 5851,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5854,
"end": 5856,
"ctxt": 0
},
"value": "t0",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5863,
"end": 5871,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5863,
"end": 5870,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5863,
"end": 5865,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5868,
"end": 5870,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5877,
"end": 5885,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5877,
"end": 5884,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5877,
"end": 5879,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5882,
"end": 5884,
"ctxt": 0
},
"value": "t0",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 5901,
"end": 5909,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 5901,
"end": 5908,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 5901,
"end": 5903,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 5906,
"end": 5908,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 5749,
"end": 5782,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 5750,
"end": 5768,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5750,
"end": 5751,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 5760,
"end": 5768,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 5760,
"end": 5766,
"ctxt": 0
},
"kind": "string"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 5770,
"end": 5781,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5770,
"end": 5771,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 5780,
"end": 5781,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5780,
"end": 5781,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 5935,
"end": 5938,
"ctxt": 0
},
"value": "f14",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 5981,
"end": 5986,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5981,
"end": 5986,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5983,
"end": 5986,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5985,
"end": 5986,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5985,
"end": 5986,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 5988,
"end": 5998,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5988,
"end": 5998,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5990,
"end": 5998,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 5992,
"end": 5998,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5993,
"end": 5997,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 5993,
"end": 5997,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5996,
"end": 5997,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5996,
"end": 5997,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 6000,
"end": 6010,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6000,
"end": 6010,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6002,
"end": 6010,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6004,
"end": 6010,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6005,
"end": 6009,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6005,
"end": 6009,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6008,
"end": 6009,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6008,
"end": 6009,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 5926,
"end": 6130,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 6012,
"end": 6130,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6019,
"end": 6027,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6019,
"end": 6026,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6019,
"end": 6021,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6024,
"end": 6026,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6033,
"end": 6041,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6033,
"end": 6040,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6033,
"end": 6035,
"ctxt": 0
},
"value": "t0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6038,
"end": 6040,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6047,
"end": 6055,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6047,
"end": 6054,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6047,
"end": 6049,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6052,
"end": 6054,
"ctxt": 0
},
"value": "t0",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6071,
"end": 6079,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6071,
"end": 6078,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6071,
"end": 6073,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6076,
"end": 6078,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6085,
"end": 6093,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6085,
"end": 6092,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6085,
"end": 6087,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6090,
"end": 6092,
"ctxt": 0
},
"value": "t0",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6109,
"end": 6117,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6109,
"end": 6116,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6109,
"end": 6111,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 6114,
"end": 6116,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 5938,
"end": 5980,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 5939,
"end": 5966,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5939,
"end": 5940,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 5949,
"end": 5966,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 5958,
"end": 5966,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 5958,
"end": 5964,
"ctxt": 0
},
"kind": "string"
}
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 5968,
"end": 5979,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 5968,
"end": 5969,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 5978,
"end": 5979,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5978,
"end": 5979,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6143,
"end": 6146,
"ctxt": 0
},
"value": "f15",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 6180,
"end": 6191,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6180,
"end": 6191,
"ctxt": 0
},
"value": "k0",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6182,
"end": 6191,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 6184,
"end": 6191,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6190,
"end": 6191,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6190,
"end": 6191,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 6193,
"end": 6209,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6193,
"end": 6209,
"ctxt": 0
},
"value": "k1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6195,
"end": 6209,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 6197,
"end": 6209,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6203,
"end": 6209,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6204,
"end": 6208,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6204,
"end": 6208,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6207,
"end": 6208,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6207,
"end": 6208,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 6211,
"end": 6227,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6211,
"end": 6227,
"ctxt": 0
},
"value": "k2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6213,
"end": 6227,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 6215,
"end": 6227,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6221,
"end": 6227,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6222,
"end": 6226,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6222,
"end": 6226,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6225,
"end": 6226,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6225,
"end": 6226,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 6229,
"end": 6251,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6229,
"end": 6251,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6231,
"end": 6251,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeOperator",
"span": {
"start": 6233,
"end": 6251,
"ctxt": 0
},
"op": "keyof",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6239,
"end": 6251,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6240,
"end": 6241,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6240,
"end": 6241,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 6240,
"end": 6241,
"ctxt": 0
},
"value": 1.0
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6243,
"end": 6244,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6243,
"end": 6244,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 6243,
"end": 6244,
"ctxt": 0
},
"value": 2.0
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6246,
"end": 6250,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6246,
"end": 6250,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6249,
"end": 6250,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6249,
"end": 6250,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 6134,
"end": 6429,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 6253,
"end": 6429,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6260,
"end": 6274,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6260,
"end": 6273,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6260,
"end": 6262,
"ctxt": 0
},
"value": "k0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6265,
"end": 6273,
"ctxt": 0
},
"value": "length",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6280,
"end": 6294,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6280,
"end": 6293,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6280,
"end": 6282,
"ctxt": 0
},
"value": "k1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6285,
"end": 6293,
"ctxt": 0
},
"value": "length",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6300,
"end": 6314,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6300,
"end": 6313,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6300,
"end": 6302,
"ctxt": 0
},
"value": "k2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6305,
"end": 6313,
"ctxt": 0
},
"value": "length",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6320,
"end": 6333,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6320,
"end": 6332,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6320,
"end": 6322,
"ctxt": 0
},
"value": "k0",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6325,
"end": 6332,
"ctxt": 0
},
"value": "slice",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6339,
"end": 6352,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6339,
"end": 6351,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6339,
"end": 6341,
"ctxt": 0
},
"value": "k1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6344,
"end": 6351,
"ctxt": 0
},
"value": "slice",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6358,
"end": 6371,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6358,
"end": 6370,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6358,
"end": 6360,
"ctxt": 0
},
"value": "k2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6363,
"end": 6370,
"ctxt": 0
},
"value": "slice",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6377,
"end": 6386,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6377,
"end": 6385,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6377,
"end": 6379,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6382,
"end": 6385,
"ctxt": 0
},
"value": "0",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6392,
"end": 6401,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6392,
"end": 6400,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6392,
"end": 6394,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6397,
"end": 6400,
"ctxt": 0
},
"value": "1",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 6407,
"end": 6416,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 6407,
"end": 6415,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 6407,
"end": 6409,
"ctxt": 0
},
"value": "k3",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6412,
"end": 6415,
"ctxt": 0
},
"value": "2",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6146,
"end": 6179,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6147,
"end": 6165,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6147,
"end": 6148,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 6157,
"end": 6165,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6157,
"end": 6163,
"ctxt": 0
},
"kind": "string"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 6167,
"end": 6178,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6167,
"end": 6168,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 6177,
"end": 6178,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6177,
"end": 6178,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"default": null
}
]
},
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 6478,
"end": 6600,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 6483,
"end": 6488,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6488,
"end": 6518,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6489,
"end": 6517,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6489,
"end": 6490,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 6499,
"end": 6517,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6508,
"end": 6517,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6508,
"end": 6515,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 6526,
"end": 6599,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 6526,
"end": 6527,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6526,
"end": 6527,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 6536,
"end": 6568,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6545,
"end": 6568,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6546,
"end": 6553,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6546,
"end": 6553,
"ctxt": 0
},
"kind": "unknown"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6555,
"end": 6567,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6555,
"end": 6567,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6558,
"end": 6567,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6558,
"end": 6565,
"ctxt": 0
},
"kind": "unknown"
}
}
}
}
]
}
},
"trueType": {
"type": "TsIndexedAccessType",
"span": {
"start": 6571,
"end": 6575,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 6571,
"end": 6572,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6571,
"end": 6572,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsLiteralType",
"span": {
"start": 6573,
"end": 6574,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 6573,
"end": 6574,
"ctxt": 0
},
"value": 0.0
}
}
},
"falseType": {
"type": "TsUnionType",
"span": {
"start": 6583,
"end": 6599,
"ctxt": 0
},
"types": [
{
"type": "TsIndexedAccessType",
"span": {
"start": 6583,
"end": 6587,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 6583,
"end": 6584,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6583,
"end": 6584,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsLiteralType",
"span": {
"start": 6585,
"end": 6586,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 6585,
"end": 6586,
"ctxt": 0
},
"value": 0.0
}
}
},
{
"type": "TsKeywordType",
"span": {
"start": 6590,
"end": 6599,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 6604,
"end": 6706,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 6609,
"end": 6618,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6618,
"end": 6648,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6619,
"end": 6647,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6619,
"end": 6620,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 6629,
"end": 6647,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6638,
"end": 6647,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6638,
"end": 6645,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 6651,
"end": 6705,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 6651,
"end": 6652,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6651,
"end": 6652,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 6661,
"end": 6692,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6670,
"end": 6692,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6671,
"end": 6679,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 6671,
"end": 6679,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 6671,
"end": 6678,
"ctxt": 0
},
"kind": "unknown"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6681,
"end": 6691,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6681,
"end": 6691,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsInferType",
"span": {
"start": 6684,
"end": 6691,
"ctxt": 0
},
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 6690,
"end": 6691,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6690,
"end": 6691,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": null,
"default": null
}
}
}
}
]
}
},
"trueType": {
"type": "TsTypeReference",
"span": {
"start": 6695,
"end": 6696,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6695,
"end": 6696,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
},
"falseType": {
"type": "TsTupleType",
"span": {
"start": 6699,
"end": 6705,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6700,
"end": 6704,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6700,
"end": 6704,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6703,
"end": 6704,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6703,
"end": 6704,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 6710,
"end": 6895,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 6715,
"end": 6719,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6719,
"end": 6749,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6720,
"end": 6748,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6720,
"end": 6721,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 6730,
"end": 6748,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6739,
"end": 6748,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6739,
"end": 6746,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 6757,
"end": 6894,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 6757,
"end": 6758,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6757,
"end": 6758,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 6767,
"end": 6799,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6776,
"end": 6799,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6777,
"end": 6789,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6777,
"end": 6789,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6780,
"end": 6789,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6780,
"end": 6787,
"ctxt": 0
},
"kind": "unknown"
}
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6791,
"end": 6798,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsInferType",
"span": {
"start": 6791,
"end": 6798,
"ctxt": 0
},
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 6797,
"end": 6798,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6797,
"end": 6798,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": null,
"default": null
}
}
}
]
}
},
"trueType": {
"type": "TsTypeReference",
"span": {
"start": 6802,
"end": 6803,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6802,
"end": 6803,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
},
"falseType": {
"type": "TsConditionalType",
"span": {
"start": 6811,
"end": 6894,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 6811,
"end": 6812,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6811,
"end": 6812,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 6821,
"end": 6853,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6830,
"end": 6853,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6831,
"end": 6838,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6831,
"end": 6838,
"ctxt": 0
},
"kind": "unknown"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6840,
"end": 6852,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6840,
"end": 6852,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6843,
"end": 6852,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6843,
"end": 6850,
"ctxt": 0
},
"kind": "unknown"
}
}
}
}
]
}
},
"trueType": {
"type": "TsIndexedAccessType",
"span": {
"start": 6856,
"end": 6865,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 6856,
"end": 6857,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6856,
"end": 6857,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsKeywordType",
"span": {
"start": 6858,
"end": 6864,
"ctxt": 0
},
"kind": "number"
}
},
"falseType": {
"type": "TsUnionType",
"span": {
"start": 6873,
"end": 6894,
"ctxt": 0
},
"types": [
{
"type": "TsIndexedAccessType",
"span": {
"start": 6873,
"end": 6882,
"ctxt": 0
},
"readonly": false,
"objectType": {
"type": "TsTypeReference",
"span": {
"start": 6873,
"end": 6874,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6873,
"end": 6874,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"indexType": {
"type": "TsKeywordType",
"span": {
"start": 6875,
"end": 6881,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 6885,
"end": 6894,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 6899,
"end": 6999,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 6904,
"end": 6912,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6912,
"end": 6942,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6913,
"end": 6941,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6913,
"end": 6914,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsTypeOperator",
"span": {
"start": 6923,
"end": 6941,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 6932,
"end": 6941,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 6932,
"end": 6939,
"ctxt": 0
},
"kind": "unknown"
}
}
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsConditionalType",
"span": {
"start": 6945,
"end": 6998,
"ctxt": 0
},
"checkType": {
"type": "TsTypeReference",
"span": {
"start": 6945,
"end": 6946,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6945,
"end": 6946,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
"extendsType": {
"type": "TsTypeOperator",
"span": {
"start": 6955,
"end": 6985,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 6964,
"end": 6985,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6965,
"end": 6975,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6965,
"end": 6975,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsInferType",
"span": {
"start": 6968,
"end": 6975,
"ctxt": 0
},
"typeParam": {
"type": "TsTypeParameter",
"span": {
"start": 6974,
"end": 6975,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6974,
"end": 6975,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": null,
"default": null
}
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6977,
"end": 6984,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6977,
"end": 6984,
"ctxt": 0
},
"kind": "unknown"
}
}
]
}
},
"trueType": {
"type": "TsTypeReference",
"span": {
"start": 6988,
"end": 6989,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6988,
"end": 6989,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
},
"falseType": {
"type": "TsTupleType",
"span": {
"start": 6992,
"end": 6998,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6993,
"end": 6997,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 6993,
"end": 6997,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6996,
"end": 6997,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6996,
"end": 6997,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7003,
"end": 7046,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7008,
"end": 7011,
"ctxt": 0
},
"value": "T00",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7014,
"end": 7045,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7014,
"end": 7019,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7019,
"end": 7045,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7020,
"end": 7044,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7021,
"end": 7027,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7021,
"end": 7027,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7029,
"end": 7035,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7029,
"end": 7035,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7037,
"end": 7043,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7037,
"end": 7043,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7048,
"end": 7083,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7053,
"end": 7056,
"ctxt": 0
},
"value": "T01",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7059,
"end": 7082,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7059,
"end": 7064,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7064,
"end": 7082,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7065,
"end": 7081,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7066,
"end": 7072,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7066,
"end": 7072,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7074,
"end": 7080,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7074,
"end": 7080,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7085,
"end": 7112,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7090,
"end": 7093,
"ctxt": 0
},
"value": "T02",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7096,
"end": 7111,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7096,
"end": 7101,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7101,
"end": 7111,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7102,
"end": 7110,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7103,
"end": 7109,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7103,
"end": 7109,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7114,
"end": 7162,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7119,
"end": 7122,
"ctxt": 0
},
"value": "T03",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7125,
"end": 7161,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7125,
"end": 7130,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7130,
"end": 7161,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7131,
"end": 7160,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7132,
"end": 7138,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7132,
"end": 7138,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7140,
"end": 7146,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7140,
"end": 7146,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7148,
"end": 7159,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7148,
"end": 7159,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7151,
"end": 7159,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7151,
"end": 7157,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7164,
"end": 7204,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7169,
"end": 7172,
"ctxt": 0
},
"value": "T04",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7175,
"end": 7203,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7175,
"end": 7180,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7180,
"end": 7203,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7181,
"end": 7202,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7182,
"end": 7188,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7182,
"end": 7188,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7190,
"end": 7201,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7190,
"end": 7201,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7193,
"end": 7201,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7193,
"end": 7199,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7206,
"end": 7234,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7211,
"end": 7214,
"ctxt": 0
},
"value": "T05",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7217,
"end": 7233,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7217,
"end": 7222,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7222,
"end": 7233,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7223,
"end": 7232,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7224,
"end": 7231,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 7224,
"end": 7231,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 7224,
"end": 7230,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7236,
"end": 7263,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7241,
"end": 7244,
"ctxt": 0
},
"value": "T06",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7247,
"end": 7262,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7247,
"end": 7252,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7252,
"end": 7262,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 7253,
"end": 7261,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7253,
"end": 7259,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7265,
"end": 7286,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7270,
"end": 7273,
"ctxt": 0
},
"value": "T07",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7276,
"end": 7285,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7276,
"end": 7281,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7281,
"end": 7285,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7282,
"end": 7284,
"ctxt": 0
},
"elemTypes": []
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7288,
"end": 7310,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7293,
"end": 7296,
"ctxt": 0
},
"value": "T08",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7299,
"end": 7309,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7299,
"end": 7304,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7304,
"end": 7309,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 7305,
"end": 7308,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7312,
"end": 7336,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7317,
"end": 7320,
"ctxt": 0
},
"value": "T09",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7323,
"end": 7335,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7323,
"end": 7328,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7328,
"end": 7335,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 7329,
"end": 7334,
"ctxt": 0
},
"kind": "never"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7340,
"end": 7387,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7345,
"end": 7348,
"ctxt": 0
},
"value": "T10",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7351,
"end": 7386,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7351,
"end": 7360,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7360,
"end": 7386,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7361,
"end": 7385,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7362,
"end": 7368,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7362,
"end": 7368,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7370,
"end": 7376,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7370,
"end": 7376,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7378,
"end": 7384,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7378,
"end": 7384,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7389,
"end": 7428,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7394,
"end": 7397,
"ctxt": 0
},
"value": "T11",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7400,
"end": 7427,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7400,
"end": 7409,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7409,
"end": 7427,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7410,
"end": 7426,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7411,
"end": 7417,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7411,
"end": 7417,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7419,
"end": 7425,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7419,
"end": 7425,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7430,
"end": 7461,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7435,
"end": 7438,
"ctxt": 0
},
"value": "T12",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7441,
"end": 7460,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7441,
"end": 7450,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7450,
"end": 7460,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7451,
"end": 7459,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7452,
"end": 7458,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7452,
"end": 7458,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7463,
"end": 7515,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7468,
"end": 7471,
"ctxt": 0
},
"value": "T13",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7474,
"end": 7514,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7474,
"end": 7483,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7483,
"end": 7514,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7484,
"end": 7513,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7485,
"end": 7491,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7485,
"end": 7491,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7493,
"end": 7499,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7493,
"end": 7499,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7501,
"end": 7512,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7501,
"end": 7512,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7504,
"end": 7512,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7504,
"end": 7510,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7517,
"end": 7561,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7522,
"end": 7525,
"ctxt": 0
},
"value": "T14",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7528,
"end": 7560,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7528,
"end": 7537,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7537,
"end": 7560,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7538,
"end": 7559,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7539,
"end": 7545,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7539,
"end": 7545,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7547,
"end": 7558,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7547,
"end": 7558,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7550,
"end": 7558,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7550,
"end": 7556,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7563,
"end": 7595,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7568,
"end": 7571,
"ctxt": 0
},
"value": "T15",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7574,
"end": 7594,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7574,
"end": 7583,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7583,
"end": 7594,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7584,
"end": 7593,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7585,
"end": 7592,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 7585,
"end": 7592,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 7585,
"end": 7591,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7597,
"end": 7628,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7602,
"end": 7605,
"ctxt": 0
},
"value": "T16",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7608,
"end": 7627,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7608,
"end": 7617,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7617,
"end": 7627,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 7618,
"end": 7626,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7618,
"end": 7624,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7630,
"end": 7655,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7635,
"end": 7638,
"ctxt": 0
},
"value": "T17",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7641,
"end": 7654,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7641,
"end": 7650,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7650,
"end": 7654,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7651,
"end": 7653,
"ctxt": 0
},
"elemTypes": []
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7657,
"end": 7683,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7662,
"end": 7665,
"ctxt": 0
},
"value": "T18",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7668,
"end": 7682,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7668,
"end": 7677,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7677,
"end": 7682,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 7678,
"end": 7681,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7685,
"end": 7713,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7690,
"end": 7693,
"ctxt": 0
},
"value": "T19",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7696,
"end": 7712,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7696,
"end": 7705,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7705,
"end": 7712,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 7706,
"end": 7711,
"ctxt": 0
},
"kind": "never"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7717,
"end": 7759,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7722,
"end": 7725,
"ctxt": 0
},
"value": "T20",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7728,
"end": 7758,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7728,
"end": 7732,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7732,
"end": 7758,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7733,
"end": 7757,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7734,
"end": 7740,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7734,
"end": 7740,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7742,
"end": 7748,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7742,
"end": 7748,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7750,
"end": 7756,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7750,
"end": 7756,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7761,
"end": 7795,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7766,
"end": 7769,
"ctxt": 0
},
"value": "T21",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7772,
"end": 7794,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7772,
"end": 7776,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7776,
"end": 7794,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7777,
"end": 7793,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7778,
"end": 7784,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7778,
"end": 7784,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7786,
"end": 7792,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7786,
"end": 7792,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7797,
"end": 7823,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7802,
"end": 7805,
"ctxt": 0
},
"value": "T22",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7808,
"end": 7822,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7808,
"end": 7812,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7812,
"end": 7822,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7813,
"end": 7821,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7814,
"end": 7820,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7814,
"end": 7820,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7825,
"end": 7872,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7830,
"end": 7833,
"ctxt": 0
},
"value": "T23",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7836,
"end": 7871,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7836,
"end": 7840,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7840,
"end": 7871,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7841,
"end": 7870,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7842,
"end": 7848,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7842,
"end": 7848,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7850,
"end": 7856,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7850,
"end": 7856,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7858,
"end": 7869,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7858,
"end": 7869,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7861,
"end": 7869,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7861,
"end": 7867,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7874,
"end": 7913,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7879,
"end": 7882,
"ctxt": 0
},
"value": "T24",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7885,
"end": 7912,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7885,
"end": 7889,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7889,
"end": 7912,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7890,
"end": 7911,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7891,
"end": 7897,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7891,
"end": 7897,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7899,
"end": 7910,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 7899,
"end": 7910,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 7902,
"end": 7910,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7902,
"end": 7908,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7915,
"end": 7942,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7920,
"end": 7923,
"ctxt": 0
},
"value": "T25",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7926,
"end": 7941,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7926,
"end": 7930,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7930,
"end": 7941,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7931,
"end": 7940,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7932,
"end": 7939,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 7932,
"end": 7939,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 7932,
"end": 7938,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7944,
"end": 7970,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7949,
"end": 7952,
"ctxt": 0
},
"value": "T26",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7955,
"end": 7969,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7955,
"end": 7959,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7959,
"end": 7969,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 7960,
"end": 7968,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 7960,
"end": 7966,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7972,
"end": 7992,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7977,
"end": 7980,
"ctxt": 0
},
"value": "T27",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 7983,
"end": 7991,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 7983,
"end": 7987,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 7987,
"end": 7991,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 7988,
"end": 7990,
"ctxt": 0
},
"elemTypes": []
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 7994,
"end": 8015,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 7999,
"end": 8002,
"ctxt": 0
},
"value": "T28",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8005,
"end": 8014,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8005,
"end": 8009,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8009,
"end": 8014,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 8010,
"end": 8013,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8017,
"end": 8040,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8022,
"end": 8025,
"ctxt": 0
},
"value": "T29",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8028,
"end": 8039,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8028,
"end": 8032,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8032,
"end": 8039,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 8033,
"end": 8038,
"ctxt": 0
},
"kind": "never"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8044,
"end": 8090,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8049,
"end": 8052,
"ctxt": 0
},
"value": "T30",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8055,
"end": 8089,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8055,
"end": 8063,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8063,
"end": 8089,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8064,
"end": 8088,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8065,
"end": 8071,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8065,
"end": 8071,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8073,
"end": 8079,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8073,
"end": 8079,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8081,
"end": 8087,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8081,
"end": 8087,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8092,
"end": 8130,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8097,
"end": 8100,
"ctxt": 0
},
"value": "T31",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8103,
"end": 8129,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8103,
"end": 8111,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8111,
"end": 8129,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8112,
"end": 8128,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8113,
"end": 8119,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8113,
"end": 8119,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8121,
"end": 8127,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8121,
"end": 8127,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8132,
"end": 8162,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8137,
"end": 8140,
"ctxt": 0
},
"value": "T32",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8143,
"end": 8161,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8143,
"end": 8151,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8151,
"end": 8161,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8152,
"end": 8160,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8153,
"end": 8159,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8153,
"end": 8159,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8164,
"end": 8215,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8169,
"end": 8172,
"ctxt": 0
},
"value": "T33",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8175,
"end": 8214,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8175,
"end": 8183,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8183,
"end": 8214,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8184,
"end": 8213,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8185,
"end": 8191,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8185,
"end": 8191,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8193,
"end": 8199,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8193,
"end": 8199,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8201,
"end": 8212,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 8201,
"end": 8212,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8204,
"end": 8212,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8204,
"end": 8210,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8217,
"end": 8260,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8222,
"end": 8225,
"ctxt": 0
},
"value": "T34",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8228,
"end": 8259,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8228,
"end": 8236,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8236,
"end": 8259,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8237,
"end": 8258,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8238,
"end": 8244,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8238,
"end": 8244,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8246,
"end": 8257,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 8246,
"end": 8257,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8249,
"end": 8257,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8249,
"end": 8255,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8262,
"end": 8293,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8267,
"end": 8270,
"ctxt": 0
},
"value": "T35",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8273,
"end": 8292,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8273,
"end": 8281,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8281,
"end": 8292,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8282,
"end": 8291,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8283,
"end": 8290,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 8283,
"end": 8290,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 8283,
"end": 8289,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8295,
"end": 8325,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8300,
"end": 8303,
"ctxt": 0
},
"value": "T36",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8306,
"end": 8324,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8306,
"end": 8314,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8314,
"end": 8324,
"ctxt": 0
},
"params": [
{
"type": "TsArrayType",
"span": {
"start": 8315,
"end": 8323,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8315,
"end": 8321,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8327,
"end": 8351,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8332,
"end": 8335,
"ctxt": 0
},
"value": "T37",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8338,
"end": 8350,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8338,
"end": 8346,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8346,
"end": 8350,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 8347,
"end": 8349,
"ctxt": 0
},
"elemTypes": []
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8387,
"end": 8412,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8392,
"end": 8395,
"ctxt": 0
},
"value": "T38",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8398,
"end": 8411,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8398,
"end": 8406,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8406,
"end": 8411,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 8407,
"end": 8410,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8414,
"end": 8441,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8419,
"end": 8422,
"ctxt": 0
},
"value": "T39",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8425,
"end": 8440,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8425,
"end": 8433,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8433,
"end": 8440,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 8434,
"end": 8439,
"ctxt": 0
},
"kind": "never"
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8445,
"end": 8497,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8450,
"end": 8453,
"ctxt": 0
},
"value": "R00",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8456,
"end": 8496,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8456,
"end": 8461,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8461,
"end": 8496,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8462,
"end": 8495,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8471,
"end": 8495,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8472,
"end": 8478,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8472,
"end": 8478,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8480,
"end": 8486,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8480,
"end": 8486,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8488,
"end": 8494,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8488,
"end": 8494,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8499,
"end": 8543,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8504,
"end": 8507,
"ctxt": 0
},
"value": "R01",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8510,
"end": 8542,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8510,
"end": 8515,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8515,
"end": 8542,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8516,
"end": 8541,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8525,
"end": 8541,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8526,
"end": 8532,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8526,
"end": 8532,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8534,
"end": 8540,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8534,
"end": 8540,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8545,
"end": 8581,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8550,
"end": 8553,
"ctxt": 0
},
"value": "R02",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8556,
"end": 8580,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8556,
"end": 8561,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8561,
"end": 8580,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8562,
"end": 8579,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8571,
"end": 8579,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8572,
"end": 8578,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8572,
"end": 8578,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8583,
"end": 8640,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8588,
"end": 8591,
"ctxt": 0
},
"value": "R03",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8594,
"end": 8639,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8594,
"end": 8599,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8599,
"end": 8639,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8600,
"end": 8638,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8609,
"end": 8638,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8610,
"end": 8616,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8610,
"end": 8616,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8618,
"end": 8624,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8618,
"end": 8624,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8626,
"end": 8637,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 8626,
"end": 8637,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8629,
"end": 8637,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8629,
"end": 8635,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8642,
"end": 8691,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8647,
"end": 8650,
"ctxt": 0
},
"value": "R04",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8653,
"end": 8690,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8653,
"end": 8658,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8658,
"end": 8690,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8659,
"end": 8689,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8668,
"end": 8689,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8669,
"end": 8675,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8669,
"end": 8675,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8677,
"end": 8688,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 8677,
"end": 8688,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8680,
"end": 8688,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8680,
"end": 8686,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8693,
"end": 8729,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8698,
"end": 8701,
"ctxt": 0
},
"value": "R05",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8704,
"end": 8728,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8704,
"end": 8709,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8709,
"end": 8728,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8710,
"end": 8727,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8719,
"end": 8727,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8719,
"end": 8725,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8731,
"end": 8761,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8736,
"end": 8739,
"ctxt": 0
},
"value": "R06",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8742,
"end": 8760,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8742,
"end": 8747,
"ctxt": 0
},
"value": "First",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8747,
"end": 8760,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8748,
"end": 8759,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8757,
"end": 8759,
"ctxt": 0
},
"elemTypes": []
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8765,
"end": 8821,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8770,
"end": 8773,
"ctxt": 0
},
"value": "R10",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8776,
"end": 8820,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8776,
"end": 8785,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8785,
"end": 8820,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8786,
"end": 8819,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8795,
"end": 8819,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8796,
"end": 8802,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8796,
"end": 8802,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8804,
"end": 8810,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8804,
"end": 8810,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8812,
"end": 8818,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8812,
"end": 8818,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8823,
"end": 8871,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8828,
"end": 8831,
"ctxt": 0
},
"value": "R11",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8834,
"end": 8870,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8834,
"end": 8843,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8843,
"end": 8870,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8844,
"end": 8869,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8853,
"end": 8869,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8854,
"end": 8860,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8854,
"end": 8860,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8862,
"end": 8868,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8862,
"end": 8868,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8873,
"end": 8913,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8878,
"end": 8881,
"ctxt": 0
},
"value": "R12",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8884,
"end": 8912,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8884,
"end": 8893,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8893,
"end": 8912,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8894,
"end": 8911,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8903,
"end": 8911,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8904,
"end": 8910,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8904,
"end": 8910,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8915,
"end": 8976,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8920,
"end": 8923,
"ctxt": 0
},
"value": "R13",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8926,
"end": 8975,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8926,
"end": 8935,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8935,
"end": 8975,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8936,
"end": 8974,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 8945,
"end": 8974,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 8946,
"end": 8952,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8946,
"end": 8952,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8954,
"end": 8960,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 8954,
"end": 8960,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 8962,
"end": 8973,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 8962,
"end": 8973,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 8965,
"end": 8973,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 8965,
"end": 8971,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 8978,
"end": 9031,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 8983,
"end": 8986,
"ctxt": 0
},
"value": "R14",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 8989,
"end": 9030,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 8989,
"end": 8998,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 8998,
"end": 9030,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 8999,
"end": 9029,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9008,
"end": 9029,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9009,
"end": 9015,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9009,
"end": 9015,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9017,
"end": 9028,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9017,
"end": 9028,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9020,
"end": 9028,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9020,
"end": 9026,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9033,
"end": 9073,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9038,
"end": 9041,
"ctxt": 0
},
"value": "R15",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9044,
"end": 9072,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9044,
"end": 9053,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9053,
"end": 9072,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9054,
"end": 9071,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9063,
"end": 9071,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9063,
"end": 9069,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9075,
"end": 9109,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9080,
"end": 9083,
"ctxt": 0
},
"value": "R16",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9086,
"end": 9108,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9086,
"end": 9095,
"ctxt": 0
},
"value": "DropFirst",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9095,
"end": 9108,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9096,
"end": 9107,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9105,
"end": 9107,
"ctxt": 0
},
"elemTypes": []
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9113,
"end": 9164,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9118,
"end": 9121,
"ctxt": 0
},
"value": "R20",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9124,
"end": 9163,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9124,
"end": 9128,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9128,
"end": 9163,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9129,
"end": 9162,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9138,
"end": 9162,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9139,
"end": 9145,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9139,
"end": 9145,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9147,
"end": 9153,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9147,
"end": 9153,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9155,
"end": 9161,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9155,
"end": 9161,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9166,
"end": 9209,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9171,
"end": 9174,
"ctxt": 0
},
"value": "R21",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9177,
"end": 9208,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9177,
"end": 9181,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9181,
"end": 9208,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9182,
"end": 9207,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9191,
"end": 9207,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9192,
"end": 9198,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9192,
"end": 9198,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9200,
"end": 9206,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9200,
"end": 9206,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9211,
"end": 9246,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9216,
"end": 9219,
"ctxt": 0
},
"value": "R22",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9222,
"end": 9245,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9222,
"end": 9226,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9226,
"end": 9245,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9227,
"end": 9244,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9236,
"end": 9244,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9237,
"end": 9243,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9237,
"end": 9243,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9248,
"end": 9304,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9253,
"end": 9256,
"ctxt": 0
},
"value": "R23",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9259,
"end": 9303,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9259,
"end": 9263,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9263,
"end": 9303,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9264,
"end": 9302,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9273,
"end": 9302,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9274,
"end": 9280,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9274,
"end": 9280,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9282,
"end": 9288,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9282,
"end": 9288,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9290,
"end": 9301,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9290,
"end": 9301,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9293,
"end": 9301,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9293,
"end": 9299,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9306,
"end": 9354,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9311,
"end": 9314,
"ctxt": 0
},
"value": "R24",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9317,
"end": 9353,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9317,
"end": 9321,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9321,
"end": 9353,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9322,
"end": 9352,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9331,
"end": 9352,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9332,
"end": 9338,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9332,
"end": 9338,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9340,
"end": 9351,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9340,
"end": 9351,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9343,
"end": 9351,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9343,
"end": 9349,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9356,
"end": 9391,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9361,
"end": 9364,
"ctxt": 0
},
"value": "R25",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9367,
"end": 9390,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9367,
"end": 9371,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9371,
"end": 9390,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9372,
"end": 9389,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9381,
"end": 9389,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9381,
"end": 9387,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9393,
"end": 9422,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9398,
"end": 9401,
"ctxt": 0
},
"value": "R26",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9404,
"end": 9421,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9404,
"end": 9408,
"ctxt": 0
},
"value": "Last",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9408,
"end": 9421,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9409,
"end": 9420,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9418,
"end": 9420,
"ctxt": 0
},
"elemTypes": []
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9426,
"end": 9481,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9431,
"end": 9434,
"ctxt": 0
},
"value": "R30",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9437,
"end": 9480,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9437,
"end": 9445,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9445,
"end": 9480,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9446,
"end": 9479,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9455,
"end": 9479,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9456,
"end": 9462,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9456,
"end": 9462,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9464,
"end": 9470,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9464,
"end": 9470,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9472,
"end": 9478,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9472,
"end": 9478,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9483,
"end": 9530,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9488,
"end": 9491,
"ctxt": 0
},
"value": "R31",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9494,
"end": 9529,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9494,
"end": 9502,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9502,
"end": 9529,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9503,
"end": 9528,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9512,
"end": 9528,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9513,
"end": 9519,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9513,
"end": 9519,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9521,
"end": 9527,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9521,
"end": 9527,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9532,
"end": 9571,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9537,
"end": 9540,
"ctxt": 0
},
"value": "R32",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9543,
"end": 9570,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9543,
"end": 9551,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9551,
"end": 9570,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9552,
"end": 9569,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9561,
"end": 9569,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9562,
"end": 9568,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9562,
"end": 9568,
"ctxt": 0
},
"kind": "string"
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9573,
"end": 9633,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9578,
"end": 9581,
"ctxt": 0
},
"value": "R33",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9584,
"end": 9632,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9584,
"end": 9592,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9592,
"end": 9632,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9593,
"end": 9631,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9602,
"end": 9631,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9603,
"end": 9609,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9603,
"end": 9609,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9611,
"end": 9617,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9611,
"end": 9617,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9619,
"end": 9630,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9619,
"end": 9630,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9622,
"end": 9630,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9622,
"end": 9628,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9635,
"end": 9687,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9640,
"end": 9643,
"ctxt": 0
},
"value": "R34",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9646,
"end": 9686,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9646,
"end": 9654,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9654,
"end": 9686,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9655,
"end": 9685,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9664,
"end": 9685,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9665,
"end": 9671,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 9665,
"end": 9671,
"ctxt": 0
},
"kind": "symbol"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9673,
"end": 9684,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9673,
"end": 9684,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9676,
"end": 9684,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9676,
"end": 9682,
"ctxt": 0
},
"kind": "string"
}
}
}
}
]
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9689,
"end": 9728,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9694,
"end": 9697,
"ctxt": 0
},
"value": "R35",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9700,
"end": 9727,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9700,
"end": 9708,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9708,
"end": 9727,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9709,
"end": 9726,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 9718,
"end": 9726,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9718,
"end": 9724,
"ctxt": 0
},
"kind": "string"
}
}
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 9730,
"end": 9763,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 9735,
"end": 9738,
"ctxt": 0
},
"value": "R36",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9741,
"end": 9762,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9741,
"end": 9749,
"ctxt": 0
},
"value": "DropLast",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 9749,
"end": 9762,
"ctxt": 0
},
"params": [
{
"type": "TsTypeOperator",
"span": {
"start": 9750,
"end": 9761,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9759,
"end": 9761,
"ctxt": 0
},
"elemTypes": []
}
}
]
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 9833,
"end": 9838,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 9884,
"end": 9915,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 9884,
"end": 9915,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9885,
"end": 9915,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 9887,
"end": 9915,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 9888,
"end": 9909,
"ctxt": 0
},
"rest": {
"start": 9888,
"end": 9891,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 9891,
"end": 9895,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9895,
"end": 9909,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 9897,
"end": 9909,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 9898,
"end": 9902,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9898,
"end": 9902,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9901,
"end": 9902,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9901,
"end": 9902,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 9904,
"end": 9908,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 9904,
"end": 9908,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9907,
"end": 9908,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9907,
"end": 9908,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9911,
"end": 9915,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9914,
"end": 9915,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9914,
"end": 9915,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 9917,
"end": 9924,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 9917,
"end": 9924,
"ctxt": 0
},
"rest": {
"start": 9917,
"end": 9920,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 9920,
"end": 9921,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9921,
"end": 9924,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9923,
"end": 9924,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9923,
"end": 9924,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 9824,
"end": 9970,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 9926,
"end": 9970,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 9933,
"end": 9967,
"ctxt": 0
},
"argument": {
"type": "ArrowFunctionExpression",
"span": {
"start": 9940,
"end": 9966,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 9941,
"end": 9948,
"ctxt": 0
},
"rest": {
"start": 9941,
"end": 9944,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 9944,
"end": 9945,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9945,
"end": 9948,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 9947,
"end": 9948,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 9947,
"end": 9948,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "CallExpression",
"span": {
"start": 9953,
"end": 9966,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 9953,
"end": 9954,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": {
"start": 9955,
"end": 9958,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 9958,
"end": 9959,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": {
"start": 9961,
"end": 9964,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 9964,
"end": 9965,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
],
"typeArguments": null
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 9838,
"end": 9883,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 9839,
"end": 9858,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 9839,
"end": 9840,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 9849,
"end": 9858,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9849,
"end": 9856,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 9860,
"end": 9879,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 9860,
"end": 9861,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 9870,
"end": 9879,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 9870,
"end": 9877,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 9881,
"end": 9882,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 9881,
"end": 9882,
"ctxt": 0
},
"value": "R",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 9974,
"end": 10039,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 9980,
"end": 10038,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 9980,
"end": 9983,
"ctxt": 0
},
"value": "fn1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 9986,
"end": 10038,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 9987,
"end": 9996,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9988,
"end": 9996,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 9990,
"end": 9996,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 9998,
"end": 10007,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 9999,
"end": 10007,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 10001,
"end": 10007,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "Identifier",
"span": {
"start": 10009,
"end": 10019,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10010,
"end": 10019,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 10012,
"end": 10019,
"ctxt": 0
},
"kind": "boolean"
}
}
},
{
"type": "Identifier",
"span": {
"start": 10021,
"end": 10032,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10022,
"end": 10032,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 10024,
"end": 10032,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 10024,
"end": 10030,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": {
"type": "NumericLiteral",
"span": {
"start": 10037,
"end": 10038,
"ctxt": 0
},
"value": 0.0
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10043,
"end": 10065,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10049,
"end": 10064,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10049,
"end": 10051,
"ctxt": 0
},
"value": "c0",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10054,
"end": 10064,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10054,
"end": 10059,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10060,
"end": 10063,
"ctxt": 0
},
"value": "fn1",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10129,
"end": 10154,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10135,
"end": 10153,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10135,
"end": 10137,
"ctxt": 0
},
"value": "c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10140,
"end": 10153,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10140,
"end": 10145,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10146,
"end": 10149,
"ctxt": 0
},
"value": "fn1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10151,
"end": 10152,
"ctxt": 0
},
"value": 1.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10207,
"end": 10239,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10213,
"end": 10238,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10213,
"end": 10215,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10218,
"end": 10238,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10218,
"end": 10223,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10224,
"end": 10227,
"ctxt": 0
},
"value": "fn1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10229,
"end": 10230,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10232,
"end": 10237,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10281,
"end": 10319,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10287,
"end": 10318,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10287,
"end": 10289,
"ctxt": 0
},
"value": "c3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10292,
"end": 10318,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10292,
"end": 10297,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10298,
"end": 10301,
"ctxt": 0
},
"value": "fn1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10303,
"end": 10304,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10306,
"end": 10311,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 10313,
"end": 10317,
"ctxt": 0
},
"value": true
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10349,
"end": 10399,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10355,
"end": 10398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10355,
"end": 10357,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10360,
"end": 10398,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10360,
"end": 10365,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10366,
"end": 10369,
"ctxt": 0
},
"value": "fn1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10371,
"end": 10372,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10374,
"end": 10379,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 10381,
"end": 10385,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 10387,
"end": 10397,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10388,
"end": 10391,
"ctxt": 0
},
"value": "x",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10393,
"end": 10396,
"ctxt": 0
},
"value": "y",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10420,
"end": 10480,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10426,
"end": 10479,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10426,
"end": 10429,
"ctxt": 0
},
"value": "fn2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 10432,
"end": 10479,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 10433,
"end": 10442,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10434,
"end": 10442,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 10436,
"end": 10442,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 10444,
"end": 10454,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10445,
"end": 10454,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 10447,
"end": 10454,
"ctxt": 0
},
"kind": "boolean"
}
}
},
{
"type": "RestElement",
"span": {
"start": 10456,
"end": 10473,
"ctxt": 0
},
"rest": {
"start": 10456,
"end": 10459,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 10459,
"end": 10463,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10463,
"end": 10473,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 10465,
"end": 10473,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 10465,
"end": 10471,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": {
"type": "NumericLiteral",
"span": {
"start": 10478,
"end": 10479,
"ctxt": 0
},
"value": 0.0
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10484,
"end": 10507,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10490,
"end": 10506,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10490,
"end": 10493,
"ctxt": 0
},
"value": "c10",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10496,
"end": 10506,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10496,
"end": 10501,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10502,
"end": 10505,
"ctxt": 0
},
"value": "fn2",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10566,
"end": 10592,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10572,
"end": 10591,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10572,
"end": 10575,
"ctxt": 0
},
"value": "c11",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10578,
"end": 10591,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10578,
"end": 10583,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10584,
"end": 10587,
"ctxt": 0
},
"value": "fn2",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10589,
"end": 10590,
"ctxt": 0
},
"value": 1.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10640,
"end": 10672,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10646,
"end": 10671,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10646,
"end": 10649,
"ctxt": 0
},
"value": "c12",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10652,
"end": 10671,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10652,
"end": 10657,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10658,
"end": 10661,
"ctxt": 0
},
"value": "fn2",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10663,
"end": 10664,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 10666,
"end": 10670,
"ctxt": 0
},
"value": true
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10708,
"end": 10754,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10714,
"end": 10753,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10714,
"end": 10717,
"ctxt": 0
},
"value": "c13",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10720,
"end": 10753,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10720,
"end": 10725,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10726,
"end": 10729,
"ctxt": 0
},
"value": "fn2",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 10731,
"end": 10732,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 10734,
"end": 10738,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10740,
"end": 10745,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10747,
"end": 10752,
"ctxt": 0
},
"value": "def",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10792,
"end": 10829,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10798,
"end": 10828,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10798,
"end": 10801,
"ctxt": 0
},
"value": "fn3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 10804,
"end": 10828,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 10805,
"end": 10822,
"ctxt": 0
},
"rest": {
"start": 10805,
"end": 10808,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 10808,
"end": 10812,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 10812,
"end": 10822,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 10814,
"end": 10822,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 10814,
"end": 10820,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": {
"type": "NumericLiteral",
"span": {
"start": 10827,
"end": 10828,
"ctxt": 0
},
"value": 0.0
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10833,
"end": 10856,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10839,
"end": 10855,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10839,
"end": 10842,
"ctxt": 0
},
"value": "c20",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10845,
"end": 10855,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10845,
"end": 10850,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10851,
"end": 10854,
"ctxt": 0
},
"value": "fn3",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10892,
"end": 10929,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10898,
"end": 10928,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10898,
"end": 10901,
"ctxt": 0
},
"value": "c21",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10904,
"end": 10928,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10904,
"end": 10909,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10910,
"end": 10913,
"ctxt": 0
},
"value": "fn3",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10915,
"end": 10920,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 10922,
"end": 10927,
"ctxt": 0
},
"value": "def",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 10965,
"end": 10995,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 10971,
"end": 10994,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10971,
"end": 10974,
"ctxt": 0
},
"value": "c22",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 10977,
"end": 10994,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 10977,
"end": 10982,
"ctxt": 0
},
"value": "curry",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 10983,
"end": 10986,
"ctxt": 0
},
"value": "fn3",
"optional": false
}
},
{
"spread": {
"start": 10988,
"end": 10991,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 10991,
"end": 10993,
"ctxt": 0
},
"value": "sa",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11108,
"end": 11114,
"ctxt": 0
},
"value": "curry2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 11160,
"end": 11191,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11160,
"end": 11191,
"ctxt": 0
},
"value": "f",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11161,
"end": 11191,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 11163,
"end": 11191,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 11164,
"end": 11185,
"ctxt": 0
},
"rest": {
"start": 11164,
"end": 11167,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 11167,
"end": 11171,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11171,
"end": 11185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11173,
"end": 11185,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11174,
"end": 11178,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11174,
"end": 11178,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11177,
"end": 11178,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11177,
"end": 11178,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 11180,
"end": 11184,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11180,
"end": 11184,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11183,
"end": 11184,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11183,
"end": 11184,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11187,
"end": 11191,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11190,
"end": 11191,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11190,
"end": 11191,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 11193,
"end": 11202,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11193,
"end": 11202,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11194,
"end": 11202,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11196,
"end": 11202,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11197,
"end": 11201,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11197,
"end": 11201,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11200,
"end": 11201,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11200,
"end": 11201,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 11204,
"end": 11213,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11204,
"end": 11213,
"ctxt": 0
},
"value": "u",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11205,
"end": 11213,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11207,
"end": 11213,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11208,
"end": 11212,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11208,
"end": 11212,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11211,
"end": 11212,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11211,
"end": 11212,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 11099,
"end": 11246,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 11215,
"end": 11246,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 11222,
"end": 11243,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 11229,
"end": 11242,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11229,
"end": 11230,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": {
"start": 11231,
"end": 11234,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 11234,
"end": 11235,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
{
"spread": {
"start": 11237,
"end": 11240,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 11240,
"end": 11241,
"ctxt": 0
},
"value": "u",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 11114,
"end": 11159,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 11115,
"end": 11134,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11115,
"end": 11116,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 11125,
"end": 11134,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11125,
"end": 11132,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 11136,
"end": 11155,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11136,
"end": 11137,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 11146,
"end": 11155,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11146,
"end": 11153,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 11157,
"end": 11158,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11157,
"end": 11158,
"ctxt": 0
},
"value": "R",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11267,
"end": 11271,
"ctxt": 0
},
"value": "fn10",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 11272,
"end": 11281,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11272,
"end": 11281,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11273,
"end": 11281,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 11275,
"end": 11281,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 11283,
"end": 11292,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11283,
"end": 11292,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11284,
"end": 11292,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 11286,
"end": 11292,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 11294,
"end": 11304,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11294,
"end": 11304,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11295,
"end": 11304,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 11297,
"end": 11304,
"ctxt": 0
},
"kind": "boolean"
}
}
}
}
],
"decorators": [],
"span": {
"start": 11250,
"end": 11316,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 11305,
"end": 11315,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 11307,
"end": 11315,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11307,
"end": 11313,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11320,
"end": 11356,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11320,
"end": 11355,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11320,
"end": 11326,
"ctxt": 0
},
"value": "curry2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 11327,
"end": 11331,
"ctxt": 0
},
"value": "fn10",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11333,
"end": 11346,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11334,
"end": 11341,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11343,
"end": 11345,
"ctxt": 0
},
"value": 42.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11348,
"end": 11354,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 11349,
"end": 11353,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11358,
"end": 11394,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11358,
"end": 11393,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11358,
"end": 11364,
"ctxt": 0
},
"value": "curry2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 11365,
"end": 11369,
"ctxt": 0
},
"value": "fn10",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11371,
"end": 11380,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11372,
"end": 11379,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11382,
"end": 11392,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11383,
"end": 11385,
"ctxt": 0
},
"value": 42.0
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 11387,
"end": 11391,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11495,
"end": 11497,
"ctxt": 0
},
"value": "ft",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 11519,
"end": 11529,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11519,
"end": 11529,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11521,
"end": 11529,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11523,
"end": 11529,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11524,
"end": 11528,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11524,
"end": 11528,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11527,
"end": 11528,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11527,
"end": 11528,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 11531,
"end": 11550,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 11531,
"end": 11550,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11533,
"end": 11550,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11535,
"end": 11550,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11536,
"end": 11540,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11536,
"end": 11540,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11539,
"end": 11540,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11539,
"end": 11540,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 11542,
"end": 11549,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 11542,
"end": 11549,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 11542,
"end": 11548,
"ctxt": 0
},
"kind": "number"
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 11478,
"end": 11555,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 11497,
"end": 11518,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 11498,
"end": 11517,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11498,
"end": 11499,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 11508,
"end": 11517,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11508,
"end": 11515,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 11551,
"end": 11554,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11553,
"end": 11554,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11553,
"end": 11554,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11559,
"end": 11584,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11559,
"end": 11583,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11559,
"end": 11561,
"ctxt": 0
},
"value": "ft",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11562,
"end": 11571,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11563,
"end": 11564,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11566,
"end": 11567,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11569,
"end": 11570,
"ctxt": 0
},
"value": 3.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11573,
"end": 11582,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11574,
"end": 11575,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11577,
"end": 11578,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11580,
"end": 11581,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11586,
"end": 11608,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11586,
"end": 11607,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11586,
"end": 11588,
"ctxt": 0
},
"value": "ft",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11589,
"end": 11595,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11590,
"end": 11591,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11593,
"end": 11594,
"ctxt": 0
},
"value": 2.0
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11597,
"end": 11606,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11598,
"end": 11599,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11601,
"end": 11602,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11604,
"end": 11605,
"ctxt": 0
},
"value": 3.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11610,
"end": 11636,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11610,
"end": 11636,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11610,
"end": 11612,
"ctxt": 0
},
"value": "ft",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11613,
"end": 11623,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11614,
"end": 11617,
"ctxt": 0
},
"value": "a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11619,
"end": 11622,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11625,
"end": 11635,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11626,
"end": 11629,
"ctxt": 0
},
"value": "c",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11631,
"end": 11634,
"ctxt": 0
},
"value": "d",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11638,
"end": 11668,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11638,
"end": 11668,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11638,
"end": 11640,
"ctxt": 0
},
"value": "ft",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11641,
"end": 11651,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11642,
"end": 11645,
"ctxt": 0
},
"value": "a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11647,
"end": 11650,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 11653,
"end": 11667,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11654,
"end": 11657,
"ctxt": 0
},
"value": "c",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11659,
"end": 11662,
"ctxt": 0
},
"value": "d",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11664,
"end": 11666,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11731,
"end": 11735,
"ctxt": 0
},
"value": "call",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 11760,
"end": 11794,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 11760,
"end": 11794,
"ctxt": 0
},
"rest": {
"start": 11760,
"end": 11763,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 11763,
"end": 11767,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11767,
"end": 11794,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11769,
"end": 11794,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11770,
"end": 11774,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 11770,
"end": 11774,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11773,
"end": 11774,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11773,
"end": 11774,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 11776,
"end": 11793,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsFunctionType",
"span": {
"start": 11776,
"end": 11793,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 11777,
"end": 11787,
"ctxt": 0
},
"rest": {
"start": 11777,
"end": 11780,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 11780,
"end": 11784,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11784,
"end": 11787,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11786,
"end": 11787,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11786,
"end": 11787,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 11789,
"end": 11793,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 11792,
"end": 11793,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11792,
"end": 11793,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 11714,
"end": 11804,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 11735,
"end": 11759,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 11736,
"end": 11755,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11736,
"end": 11737,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 11746,
"end": 11755,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11746,
"end": 11753,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 11757,
"end": 11758,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11757,
"end": 11758,
"ctxt": 0
},
"value": "R",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 11795,
"end": 11803,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 11797,
"end": 11803,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 11798,
"end": 11799,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 11798,
"end": 11799,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11798,
"end": 11799,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 11801,
"end": 11802,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeReference",
"span": {
"start": 11801,
"end": 11802,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 11801,
"end": 11802,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11808,
"end": 11840,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11808,
"end": 11839,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11808,
"end": 11812,
"ctxt": 0
},
"value": "call",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 11813,
"end": 11820,
"ctxt": 0
},
"value": "hello",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 11822,
"end": 11824,
"ctxt": 0
},
"value": 32.0
}
},
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 11826,
"end": 11838,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 11827,
"end": 11828,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 11830,
"end": 11831,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "NumericLiteral",
"span": {
"start": 11836,
"end": 11838,
"ctxt": 0
},
"value": 42.0
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 11842,
"end": 11868,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 11842,
"end": 11867,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 11842,
"end": 11846,
"ctxt": 0
},
"value": "call",
"optional": false
},
"arguments": [
{
"spread": {
"start": 11847,
"end": 11850,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 11850,
"end": 11852,
"ctxt": 0
},
"value": "sa",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 11854,
"end": 11866,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 11858,
"end": 11859,
"ctxt": 0
},
"rest": {
"start": 11855,
"end": 11858,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 11858,
"end": 11859,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"body": {
"type": "NumericLiteral",
"span": {
"start": 11864,
"end": 11866,
"ctxt": 0
},
"value": 42.0
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 11970,
"end": 11973,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 12000,
"end": 12021,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12000,
"end": 12021,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12004,
"end": 12021,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 12006,
"end": 12021,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12007,
"end": 12011,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12007,
"end": 12011,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12010,
"end": 12011,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12010,
"end": 12011,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12013,
"end": 12020,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 12013,
"end": 12020,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 12013,
"end": 12019,
"ctxt": 0
},
"kind": "number"
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 11953,
"end": 12026,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 11973,
"end": 11999,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 11974,
"end": 11998,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 11974,
"end": 11975,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 11984,
"end": 11993,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 11984,
"end": 11991,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": {
"type": "TsTupleType",
"span": {
"start": 11996,
"end": 11998,
"ctxt": 0
},
"elemTypes": []
}
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 12022,
"end": 12025,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12024,
"end": 12025,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12024,
"end": 12025,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 12039,
"end": 12042,
"ctxt": 0
},
"value": "f21",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 12063,
"end": 12084,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12063,
"end": 12084,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12067,
"end": 12084,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 12069,
"end": 12084,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12070,
"end": 12074,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12070,
"end": 12074,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12073,
"end": 12074,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12073,
"end": 12074,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12076,
"end": 12083,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsOptionalType",
"span": {
"start": 12076,
"end": 12083,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 12076,
"end": 12082,
"ctxt": 0
},
"kind": "number"
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12030,
"end": 12214,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 12086,
"end": 12214,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 12093,
"end": 12112,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12097,
"end": 12111,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12097,
"end": 12099,
"ctxt": 0
},
"value": "v1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12102,
"end": 12111,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12102,
"end": 12105,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 12106,
"end": 12110,
"ctxt": 0
},
"value": "args",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 12124,
"end": 12153,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12128,
"end": 12152,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12128,
"end": 12130,
"ctxt": 0
},
"value": "v2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12133,
"end": 12152,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12133,
"end": 12136,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 12137,
"end": 12151,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12138,
"end": 12143,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12145,
"end": 12150,
"ctxt": 0
},
"value": "bar",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 12172,
"end": 12198,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12176,
"end": 12197,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12176,
"end": 12178,
"ctxt": 0
},
"value": "v3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12181,
"end": 12197,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12181,
"end": 12184,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 12185,
"end": 12196,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12186,
"end": 12191,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 12193,
"end": 12195,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12042,
"end": 12062,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12043,
"end": 12061,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12043,
"end": 12044,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12053,
"end": 12061,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12053,
"end": 12059,
"ctxt": 0
},
"kind": "string"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 12235,
"end": 12238,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 12265,
"end": 12285,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12265,
"end": 12285,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12269,
"end": 12285,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 12271,
"end": 12285,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12272,
"end": 12276,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12272,
"end": 12276,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12275,
"end": 12276,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12275,
"end": 12276,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12278,
"end": 12284,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 12278,
"end": 12284,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12218,
"end": 12290,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12238,
"end": 12264,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12239,
"end": 12263,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12239,
"end": 12240,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12249,
"end": 12258,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12249,
"end": 12256,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": {
"type": "TsTupleType",
"span": {
"start": 12261,
"end": 12263,
"ctxt": 0
},
"elemTypes": []
}
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 12286,
"end": 12289,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12288,
"end": 12289,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12288,
"end": 12289,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 12309,
"end": 12312,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 12339,
"end": 12351,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12339,
"end": 12351,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12343,
"end": 12351,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 12345,
"end": 12351,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12346,
"end": 12350,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12346,
"end": 12350,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12349,
"end": 12350,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12349,
"end": 12350,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12292,
"end": 12356,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12312,
"end": 12338,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12313,
"end": 12337,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12313,
"end": 12314,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12323,
"end": 12332,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12323,
"end": 12330,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": {
"type": "TsTupleType",
"span": {
"start": 12335,
"end": 12337,
"ctxt": 0
},
"elemTypes": []
}
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 12352,
"end": 12355,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12354,
"end": 12355,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12354,
"end": 12355,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 12369,
"end": 12372,
"ctxt": 0
},
"value": "f23",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 12393,
"end": 12413,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12393,
"end": 12413,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12397,
"end": 12413,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 12399,
"end": 12413,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12400,
"end": 12404,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12400,
"end": 12404,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12403,
"end": 12404,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12403,
"end": 12404,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12406,
"end": 12412,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 12406,
"end": 12412,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12360,
"end": 12551,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 12415,
"end": 12551,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 12422,
"end": 12441,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12426,
"end": 12440,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12426,
"end": 12428,
"ctxt": 0
},
"value": "v1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12431,
"end": 12440,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12431,
"end": 12434,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 12435,
"end": 12439,
"ctxt": 0
},
"value": "args",
"optional": false
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 12453,
"end": 12482,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12457,
"end": 12481,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12457,
"end": 12459,
"ctxt": 0
},
"value": "v2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12462,
"end": 12481,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12462,
"end": 12465,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 12466,
"end": 12480,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12467,
"end": 12472,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12474,
"end": 12479,
"ctxt": 0
},
"value": "bar",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 12509,
"end": 12535,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12513,
"end": 12534,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12513,
"end": 12515,
"ctxt": 0
},
"value": "v3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12518,
"end": 12534,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 12518,
"end": 12521,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 12522,
"end": 12533,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12523,
"end": 12528,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 12530,
"end": 12532,
"ctxt": 0
},
"value": 42.0
}
}
]
}
}
],
"typeArguments": null
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12372,
"end": 12392,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12373,
"end": 12391,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12373,
"end": 12374,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12383,
"end": 12391,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12383,
"end": 12389,
"ctxt": 0
},
"kind": "string"
}
},
"default": null
}
]
},
"returnType": null
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 12579,
"end": 12772,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12589,
"end": 12593,
"ctxt": 0
},
"value": "Desc",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12593,
"end": 12617,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12594,
"end": 12613,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12594,
"end": 12595,
"ctxt": 0
},
"value": "A",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12604,
"end": 12613,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12604,
"end": 12611,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 12615,
"end": 12616,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12615,
"end": 12616,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 12618,
"end": 12772,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 12625,
"end": 12655,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 12634,
"end": 12635,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12635,
"end": 12654,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 12637,
"end": 12654,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 12638,
"end": 12648,
"ctxt": 0
},
"rest": {
"start": 12638,
"end": 12641,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 12641,
"end": 12645,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12645,
"end": 12648,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12647,
"end": 12648,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12647,
"end": 12648,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12650,
"end": 12654,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12653,
"end": 12654,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12653,
"end": 12654,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
"typeParams": null
},
{
"type": "TsMethodSignature",
"span": {
"start": 12661,
"end": 12769,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 12661,
"end": 12665,
"ctxt": 0
},
"value": "bind",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 12711,
"end": 12738,
"ctxt": 0
},
"value": "this",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12715,
"end": 12738,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12717,
"end": 12738,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12717,
"end": 12721,
"ctxt": 0
},
"value": "Desc",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 12721,
"end": 12738,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 12722,
"end": 12734,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12723,
"end": 12727,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12723,
"end": 12727,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12726,
"end": 12727,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12726,
"end": 12727,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12729,
"end": 12733,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12729,
"end": 12733,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12732,
"end": 12733,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12732,
"end": 12733,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
},
{
"type": "TsTypeReference",
"span": {
"start": 12736,
"end": 12737,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12736,
"end": 12737,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
]
}
}
}
},
{
"type": "RestElement",
"span": {
"start": 12740,
"end": 12750,
"ctxt": 0
},
"rest": {
"start": 12740,
"end": 12743,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 12743,
"end": 12747,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12747,
"end": 12750,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12749,
"end": 12750,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12749,
"end": 12750,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 12751,
"end": 12768,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12753,
"end": 12768,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12753,
"end": 12757,
"ctxt": 0
},
"value": "Desc",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 12757,
"end": 12768,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 12758,
"end": 12764,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12759,
"end": 12763,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 12759,
"end": 12763,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12762,
"end": 12763,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12762,
"end": 12763,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
]
},
{
"type": "TsTypeReference",
"span": {
"start": 12766,
"end": 12767,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12766,
"end": 12767,
"ctxt": 0
},
"value": "R",
"optional": false
},
"typeParams": null
}
]
}
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 12665,
"end": 12710,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 12666,
"end": 12685,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12666,
"end": 12667,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12676,
"end": 12685,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12676,
"end": 12683,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 12687,
"end": 12706,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12687,
"end": 12688,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 12697,
"end": 12706,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 12697,
"end": 12704,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 12708,
"end": 12709,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 12708,
"end": 12709,
"ctxt": 0
},
"value": "R",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 12776,
"end": 12833,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12790,
"end": 12832,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12790,
"end": 12791,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12791,
"end": 12832,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 12793,
"end": 12832,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 12793,
"end": 12797,
"ctxt": 0
},
"value": "Desc",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 12797,
"end": 12832,
"ctxt": 0
},
"params": [
{
"type": "TsTupleType",
"span": {
"start": 12798,
"end": 12823,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 12799,
"end": 12805,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 12799,
"end": 12805,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12807,
"end": 12813,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 12807,
"end": 12813,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 12815,
"end": 12822,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 12815,
"end": 12822,
"ctxt": 0
},
"kind": "boolean"
}
}
]
},
{
"type": "TsKeywordType",
"span": {
"start": 12825,
"end": 12831,
"ctxt": 0
},
"kind": "object"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 12835,
"end": 12859,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 12841,
"end": 12858,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 12841,
"end": 12842,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 12845,
"end": 12858,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 12845,
"end": 12851,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 12845,
"end": 12846,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 12847,
"end": 12851,
"ctxt": 0
},
"value": "bind",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 12852,
"end": 12854,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 12856,
"end": 12857,
"ctxt": 0
},
"value": 1.0
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 12932,
"end": 12939,
"ctxt": 0
},
"value": "getUser",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 12940,
"end": 12950,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12940,
"end": 12950,
"ctxt": 0
},
"value": "id",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12942,
"end": 12950,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 12944,
"end": 12950,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 12952,
"end": 12976,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12952,
"end": 12976,
"ctxt": 0
},
"value": "options",
"optional": true,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12960,
"end": 12976,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 12962,
"end": 12976,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 12964,
"end": 12974,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 12964,
"end": 12965,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 12966,
"end": 12974,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 12968,
"end": 12974,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12915,
"end": 12986,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 12977,
"end": 12985,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 12979,
"end": 12985,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 13007,
"end": 13017,
"ctxt": 0
},
"value": "getOrgUser",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 13018,
"end": 13028,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 13018,
"end": 13028,
"ctxt": 0
},
"value": "id",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13020,
"end": 13028,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13022,
"end": 13028,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 13030,
"end": 13043,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 13030,
"end": 13043,
"ctxt": 0
},
"value": "orgId",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13035,
"end": 13043,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13037,
"end": 13043,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 13045,
"end": 13082,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 13045,
"end": 13082,
"ctxt": 0
},
"value": "options",
"optional": true,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13053,
"end": 13082,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 13055,
"end": 13082,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 13057,
"end": 13068,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 13057,
"end": 13058,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13059,
"end": 13067,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13061,
"end": 13067,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 13069,
"end": 13080,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 13069,
"end": 13070,
"ctxt": 0
},
"value": "z",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13071,
"end": 13080,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13073,
"end": 13080,
"ctxt": 0
},
"kind": "boolean"
}
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 12990,
"end": 13090,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 13083,
"end": 13089,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 13085,
"end": 13089,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 13103,
"end": 13110,
"ctxt": 0
},
"value": "callApi",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 13147,
"end": 13185,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 13147,
"end": 13185,
"ctxt": 0
},
"value": "method",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13153,
"end": 13185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 13155,
"end": 13185,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 13156,
"end": 13179,
"ctxt": 0
},
"rest": {
"start": 13156,
"end": 13159,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 13159,
"end": 13163,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13163,
"end": 13179,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13165,
"end": 13179,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13166,
"end": 13170,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13166,
"end": 13170,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13169,
"end": 13170,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13169,
"end": 13170,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13172,
"end": 13178,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13172,
"end": 13178,
"ctxt": 0
},
"kind": "object"
}
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13181,
"end": 13185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13184,
"end": 13185,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13184,
"end": 13185,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 13094,
"end": 13245,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 13187,
"end": 13245,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 13194,
"end": 13242,
"ctxt": 0
},
"argument": {
"type": "ArrowFunctionExpression",
"span": {
"start": 13201,
"end": 13241,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 13202,
"end": 13217,
"ctxt": 0
},
"rest": {
"start": 13202,
"end": 13205,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 13205,
"end": 13209,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13209,
"end": 13217,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13211,
"end": 13217,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13212,
"end": 13216,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13212,
"end": 13216,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13215,
"end": 13216,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13215,
"end": 13216,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
}
],
"body": {
"type": "CallExpression",
"span": {
"start": 13222,
"end": 13241,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 13222,
"end": 13228,
"ctxt": 0
},
"value": "method",
"optional": false
},
"arguments": [
{
"spread": {
"start": 13229,
"end": 13232,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 13232,
"end": 13236,
"ctxt": 0
},
"value": "args",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 13238,
"end": 13240,
"ctxt": 0
},
"properties": []
}
}
],
"typeArguments": null
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 13110,
"end": 13146,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 13111,
"end": 13135,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 13111,
"end": 13112,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": {
"type": "TsArrayType",
"span": {
"start": 13121,
"end": 13130,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 13121,
"end": 13128,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": {
"type": "TsTupleType",
"span": {
"start": 13133,
"end": 13135,
"ctxt": 0
},
"elemTypes": []
}
},
{
"type": "TsTypeParameter",
"span": {
"start": 13137,
"end": 13145,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 13137,
"end": 13138,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": null,
"default": {
"type": "TsKeywordType",
"span": {
"start": 13141,
"end": 13145,
"ctxt": 0
},
"kind": "void"
}
}
]
},
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 13249,
"end": 13266,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 13249,
"end": 13265,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 13249,
"end": 13256,
"ctxt": 0
},
"value": "callApi",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 13257,
"end": 13264,
"ctxt": 0
},
"value": "getUser",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 13268,
"end": 13288,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 13268,
"end": 13287,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 13268,
"end": 13275,
"ctxt": 0
},
"value": "callApi",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 13276,
"end": 13286,
"ctxt": 0
},
"value": "getOrgUser",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 13316,
"end": 13340,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 13321,
"end": 13328,
"ctxt": 0
},
"value": "Numbers",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 13331,
"end": 13339,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 13331,
"end": 13337,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 13342,
"end": 13381,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 13347,
"end": 13356,
"ctxt": 0
},
"value": "Unbounded",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13359,
"end": 13380,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13360,
"end": 13370,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13360,
"end": 13370,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13363,
"end": 13370,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13363,
"end": 13370,
"ctxt": 0
},
"value": "Numbers",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13372,
"end": 13379,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13372,
"end": 13379,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 13383,
"end": 13422,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 13389,
"end": 13421,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 13389,
"end": 13393,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13393,
"end": 13404,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13395,
"end": 13404,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13395,
"end": 13404,
"ctxt": 0
},
"value": "Unbounded",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 13407,
"end": 13421,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 13408,
"end": 13413,
"ctxt": 0
},
"value": false
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 13415,
"end": 13420,
"ctxt": 0
},
"value": false
}
}
]
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 13436,
"end": 13476,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 13441,
"end": 13443,
"ctxt": 0
},
"value": "U1",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13446,
"end": 13475,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13447,
"end": 13453,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13447,
"end": 13453,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13455,
"end": 13465,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13455,
"end": 13465,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13458,
"end": 13465,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13458,
"end": 13465,
"ctxt": 0
},
"value": "Numbers",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13467,
"end": 13474,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13467,
"end": 13474,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 13478,
"end": 13523,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 13483,
"end": 13485,
"ctxt": 0
},
"value": "U2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13488,
"end": 13522,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13489,
"end": 13512,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13489,
"end": 13512,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13492,
"end": 13512,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13493,
"end": 13499,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13493,
"end": 13499,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13501,
"end": 13511,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13501,
"end": 13511,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 13504,
"end": 13511,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 13504,
"end": 13511,
"ctxt": 0
},
"value": "Numbers",
"optional": false
},
"typeParams": null
}
}
}
]
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13514,
"end": 13521,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13514,
"end": 13521,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 13525,
"end": 13566,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 13530,
"end": 13532,
"ctxt": 0
},
"value": "U3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13535,
"end": 13565,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13536,
"end": 13555,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsRestType",
"span": {
"start": 13536,
"end": 13555,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 13539,
"end": 13555,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 13540,
"end": 13546,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13540,
"end": 13546,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13548,
"end": 13554,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13548,
"end": 13554,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 13557,
"end": 13564,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 13557,
"end": 13564,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
],
"interpreter": null
}