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

5244 lines
141 KiB
JSON

{
"type": "Script",
"span": {
"start": 41,
"end": 2264,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 41,
"end": 116,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 53,
"end": 115,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 53,
"end": 55,
"ctxt": 0
},
"value": "f1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 55,
"end": 115,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 57,
"end": 115,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 59,
"end": 67,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 61,
"end": 67,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "RestElement",
"span": {
"start": 69,
"end": 106,
"ctxt": 0
},
"rest": {
"start": 69,
"end": 72,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 72,
"end": 76,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 76,
"end": 106,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 78,
"end": 106,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 78,
"end": 86,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 79,
"end": 85,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 79,
"end": 85,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 89,
"end": 106,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 90,
"end": 96,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 90,
"end": 96,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 98,
"end": 105,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 98,
"end": 105,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 108,
"end": 115,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 111,
"end": 115,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 117,
"end": 164,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 129,
"end": 163,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 129,
"end": 131,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 131,
"end": 163,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 133,
"end": 163,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 134,
"end": 143,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 135,
"end": 143,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 137,
"end": 143,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "Identifier",
"span": {
"start": 145,
"end": 154,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 146,
"end": 154,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 156,
"end": 163,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 159,
"end": 163,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 165,
"end": 224,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 177,
"end": 223,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 177,
"end": 179,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 179,
"end": 223,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 181,
"end": 223,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 182,
"end": 191,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 183,
"end": 191,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 185,
"end": 191,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "Identifier",
"span": {
"start": 193,
"end": 202,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 194,
"end": 202,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 196,
"end": 202,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 204,
"end": 214,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 205,
"end": 214,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 207,
"end": 214,
"ctxt": 0
},
"kind": "boolean"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 216,
"end": 223,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 219,
"end": 223,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 225,
"end": 305,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 237,
"end": 304,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 237,
"end": 239,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 239,
"end": 304,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 241,
"end": 304,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 242,
"end": 295,
"ctxt": 0
},
"rest": {
"start": 242,
"end": 245,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 245,
"end": 249,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 249,
"end": 295,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 251,
"end": 295,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 251,
"end": 267,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 252,
"end": 258,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 252,
"end": 258,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 260,
"end": 266,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 260,
"end": 266,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 270,
"end": 295,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 271,
"end": 277,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 271,
"end": 277,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 279,
"end": 285,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 279,
"end": 285,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 287,
"end": 294,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 287,
"end": 294,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 297,
"end": 304,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 300,
"end": 304,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 307,
"end": 354,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 321,
"end": 353,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 321,
"end": 323,
"ctxt": 0
},
"value": "t1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 323,
"end": 353,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 325,
"end": 353,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 325,
"end": 333,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 326,
"end": 332,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 326,
"end": 332,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 336,
"end": 353,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 337,
"end": 343,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 337,
"end": 343,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 345,
"end": 352,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 345,
"end": 352,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 355,
"end": 411,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 369,
"end": 410,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 369,
"end": 371,
"ctxt": 0
},
"value": "t2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 371,
"end": 410,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 373,
"end": 410,
"ctxt": 0
},
"types": [
{
"type": "TsTypeOperator",
"span": {
"start": 373,
"end": 390,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 382,
"end": 390,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 383,
"end": 389,
"ctxt": 0
},
"kind": "string"
}
}
]
}
},
{
"type": "TsTupleType",
"span": {
"start": 393,
"end": 410,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 394,
"end": 400,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 394,
"end": 400,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 402,
"end": 409,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 402,
"end": 409,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 412,
"end": 468,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 426,
"end": 467,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 426,
"end": 428,
"ctxt": 0
},
"value": "t3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 428,
"end": 467,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 430,
"end": 467,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 430,
"end": 438,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 431,
"end": 437,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 431,
"end": 437,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTypeOperator",
"span": {
"start": 441,
"end": 467,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 450,
"end": 467,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 451,
"end": 457,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 451,
"end": 457,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 459,
"end": 466,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 459,
"end": 466,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 469,
"end": 534,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 483,
"end": 533,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 483,
"end": 485,
"ctxt": 0
},
"value": "t4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 485,
"end": 533,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 487,
"end": 533,
"ctxt": 0
},
"types": [
{
"type": "TsTypeOperator",
"span": {
"start": 487,
"end": 504,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 496,
"end": 504,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 497,
"end": 503,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 497,
"end": 503,
"ctxt": 0
},
"kind": "string"
}
}
]
}
},
{
"type": "TsTypeOperator",
"span": {
"start": 507,
"end": 533,
"ctxt": 0
},
"op": "readonly",
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 516,
"end": 533,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 517,
"end": 523,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 517,
"end": 523,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 525,
"end": 532,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 525,
"end": 532,
"ctxt": 0
},
"kind": "boolean"
}
}
]
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 536,
"end": 553,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 536,
"end": 552,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 536,
"end": 538,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 539,
"end": 544,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 546,
"end": 551,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 554,
"end": 574,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 554,
"end": 573,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 554,
"end": 556,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 557,
"end": 562,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 564,
"end": 566,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 568,
"end": 572,
"ctxt": 0
},
"value": true
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 575,
"end": 592,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 575,
"end": 591,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 575,
"end": 577,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 578,
"end": 583,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": {
"start": 585,
"end": 588,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 588,
"end": 590,
"ctxt": 0
},
"value": "t1",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 593,
"end": 610,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 593,
"end": 609,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 593,
"end": 595,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 596,
"end": 601,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": {
"start": 603,
"end": 606,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 606,
"end": 608,
"ctxt": 0
},
"value": "t2",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 611,
"end": 628,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 611,
"end": 627,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 611,
"end": 613,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 614,
"end": 619,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": {
"start": 621,
"end": 624,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 624,
"end": 626,
"ctxt": 0
},
"value": "t3",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 629,
"end": 646,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 629,
"end": 645,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 629,
"end": 631,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 632,
"end": 637,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": {
"start": 639,
"end": 642,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 642,
"end": 644,
"ctxt": 0
},
"value": "t4",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 647,
"end": 661,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 647,
"end": 660,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 647,
"end": 649,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 650,
"end": 655,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 657,
"end": 659,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 672,
"end": 682,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 672,
"end": 681,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 672,
"end": 674,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 675,
"end": 680,
"ctxt": 0
},
"value": "foo",
"raw": "\"foo\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 694,
"end": 702,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 694,
"end": 701,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 694,
"end": 696,
"ctxt": 0
},
"value": "f2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 699,
"end": 701,
"ctxt": 0
},
"value": "f1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 703,
"end": 711,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 703,
"end": 710,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 703,
"end": 705,
"ctxt": 0
},
"value": "f3",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 708,
"end": 710,
"ctxt": 0
},
"value": "f1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 712,
"end": 720,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 712,
"end": 719,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 712,
"end": 714,
"ctxt": 0
},
"value": "f4",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 717,
"end": 719,
"ctxt": 0
},
"value": "f1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 721,
"end": 729,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 721,
"end": 728,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 721,
"end": 723,
"ctxt": 0
},
"value": "f1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 726,
"end": 728,
"ctxt": 0
},
"value": "f2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 740,
"end": 748,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 740,
"end": 747,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 740,
"end": 742,
"ctxt": 0
},
"value": "f1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 745,
"end": 747,
"ctxt": 0
},
"value": "f3",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 759,
"end": 767,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 759,
"end": 766,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 759,
"end": 761,
"ctxt": 0
},
"value": "f1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 764,
"end": 766,
"ctxt": 0
},
"value": "f4",
"optional": false
}
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 791,
"end": 854,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 801,
"end": 810,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 810,
"end": 813,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"value": "E",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"extends": [
{
"type": "TsExpressionWithTypeArguments",
"span": {
"start": 822,
"end": 830,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 822,
"end": 827,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 827,
"end": 830,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 828,
"end": 829,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 828,
"end": 829,
"ctxt": 0
},
"value": "E",
"optional": false
},
"typeParams": null
}
]
}
}
],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 831,
"end": 854,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 838,
"end": 852,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 838,
"end": 843,
"ctxt": 0
},
"value": "hello",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 843,
"end": 851,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 845,
"end": 851,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 873,
"end": 876,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 894,
"end": 918,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 894,
"end": 918,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 896,
"end": 918,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 898,
"end": 918,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 899,
"end": 909,
"ctxt": 0
},
"rest": {
"start": 899,
"end": 902,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 902,
"end": 906,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 906,
"end": 909,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 908,
"end": 909,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 908,
"end": 909,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 911,
"end": 918,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 914,
"end": 918,
"ctxt": 0
},
"kind": "void"
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 856,
"end": 926,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 876,
"end": 893,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 877,
"end": 892,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 877,
"end": 878,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsArrayType",
"span": {
"start": 887,
"end": 892,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 887,
"end": 890,
"ctxt": 0
},
"kind": "any"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 919,
"end": 925,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 921,
"end": 925,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 928,
"end": 950,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 928,
"end": 949,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 928,
"end": 931,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 931,
"end": 947,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 932,
"end": 946,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 932,
"end": 941,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 941,
"end": 946,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 942,
"end": 945,
"ctxt": 0
},
"kind": "any"
}
]
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 964,
"end": 989,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 964,
"end": 988,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 964,
"end": 967,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 984,
"end": 987,
"ctxt": 0
},
"value": 100.0,
"raw": "100"
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 967,
"end": 983,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 968,
"end": 982,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 968,
"end": 977,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 977,
"end": 982,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 978,
"end": 981,
"ctxt": 0
},
"kind": "any"
}
]
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1000,
"end": 1025,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1000,
"end": 1024,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1000,
"end": 1003,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1020,
"end": 1023,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1003,
"end": 1019,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1004,
"end": 1018,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1004,
"end": 1013,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1013,
"end": 1018,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1014,
"end": 1017,
"ctxt": 0
},
"kind": "any"
}
]
}
}
]
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1046,
"end": 1049,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1067,
"end": 1077,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1067,
"end": 1077,
"ctxt": 0
},
"rest": {
"start": 1067,
"end": 1070,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1070,
"end": 1074,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1074,
"end": 1077,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1037,
"end": 1102,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1082,
"end": 1102,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1088,
"end": 1100,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1095,
"end": 1099,
"ctxt": 0
},
"value": "args",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1049,
"end": 1066,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1050,
"end": 1065,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1051,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsArrayType",
"span": {
"start": 1060,
"end": 1065,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1060,
"end": 1063,
"ctxt": 0
},
"kind": "any"
}
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1078,
"end": 1081,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1080,
"end": 1081,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1080,
"end": 1081,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1104,
"end": 1124,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1108,
"end": 1123,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1109,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1112,
"end": 1123,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1112,
"end": 1115,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1116,
"end": 1118,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1120,
"end": 1122,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1125,
"end": 1164,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1129,
"end": 1163,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 1133,
"end": 1163,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1133,
"end": 1136,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1156,
"end": 1158,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1160,
"end": 1162,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1136,
"end": 1155,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1137,
"end": 1154,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1137,
"end": 1146,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1146,
"end": 1154,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1147,
"end": 1153,
"ctxt": 0
},
"kind": "number"
}
]
}
}
]
}
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1196,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1200,
"end": 1221,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1200,
"end": 1221,
"ctxt": 0
},
"rest": {
"start": 1200,
"end": 1203,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1203,
"end": 1207,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1207,
"end": 1221,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1209,
"end": 1221,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1209,
"end": 1218,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1218,
"end": 1221,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1219,
"end": 1220,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1219,
"end": 1220,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1176,
"end": 1229,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1196,
"end": 1199,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1197,
"end": 1198,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1197,
"end": 1198,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1222,
"end": 1228,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1224,
"end": 1228,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1230,
"end": 1266,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1244,
"end": 1265,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1244,
"end": 1246,
"ctxt": 0
},
"value": "ca",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1246,
"end": 1265,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1248,
"end": 1265,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1248,
"end": 1257,
"ctxt": 0
},
"value": "CoolArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1257,
"end": 1265,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1258,
"end": 1264,
"ctxt": 0
},
"kind": "number"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1268,
"end": 1274,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1268,
"end": 1273,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1268,
"end": 1271,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1290,
"end": 1297,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1290,
"end": 1296,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1293,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1294,
"end": 1295,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1312,
"end": 1322,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1312,
"end": 1321,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1312,
"end": 1315,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1316,
"end": 1317,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1319,
"end": 1320,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1334,
"end": 1345,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1334,
"end": 1344,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1334,
"end": 1337,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1338,
"end": 1341,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1341,
"end": 1343,
"ctxt": 0
},
"value": "ca",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1396,
"end": 1399,
"ctxt": 0
},
"value": "hmm",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1433,
"end": 1443,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1433,
"end": 1443,
"ctxt": 0
},
"rest": {
"start": 1433,
"end": 1436,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1436,
"end": 1440,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1440,
"end": 1443,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1442,
"end": 1443,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1442,
"end": 1443,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1379,
"end": 1451,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1399,
"end": 1432,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1400,
"end": 1431,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1400,
"end": 1401,
"ctxt": 0
},
"value": "A",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsUnionType",
"span": {
"start": 1410,
"end": 1431,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 1410,
"end": 1412,
"ctxt": 0
},
"elemTypes": []
},
{
"type": "TsTupleType",
"span": {
"start": 1415,
"end": 1431,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1416,
"end": 1422,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1416,
"end": 1422,
"ctxt": 0
},
"kind": "number"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1424,
"end": 1430,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1424,
"end": 1430,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
},
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1444,
"end": 1450,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1446,
"end": 1450,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1452,
"end": 1458,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1452,
"end": 1457,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1452,
"end": 1455,
"ctxt": 0
},
"value": "hmm",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1475,
"end": 1487,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1475,
"end": 1486,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1475,
"end": 1478,
"ctxt": 0
},
"value": "hmm",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1479,
"end": 1480,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1482,
"end": 1485,
"ctxt": 0
},
"value": "s",
"raw": "\"s\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1510,
"end": 1522,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1510,
"end": 1521,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1513,
"ctxt": 0
},
"value": "hmm",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1514,
"end": 1520,
"ctxt": 0
},
"value": "what",
"raw": "\"what\""
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1605,
"end": 1609,
"ctxt": 0
},
"value": "foo2",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1610,
"end": 1638,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1610,
"end": 1638,
"ctxt": 0
},
"rest": {
"start": 1610,
"end": 1613,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1613,
"end": 1617,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1617,
"end": 1638,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1619,
"end": 1638,
"ctxt": 0
},
"types": [
{
"type": "TsArrayType",
"span": {
"start": 1619,
"end": 1627,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1619,
"end": 1625,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsArrayType",
"span": {
"start": 1630,
"end": 1638,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 1630,
"end": 1636,
"ctxt": 0
},
"kind": "number"
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 1588,
"end": 1646,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1639,
"end": 1645,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1641,
"end": 1645,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1647,
"end": 1689,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1651,
"end": 1688,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1651,
"end": 1653,
"ctxt": 0
},
"value": "x2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1653,
"end": 1676,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1655,
"end": 1676,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1655,
"end": 1668,
"ctxt": 0
},
"value": "ReadonlyArray",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1668,
"end": 1676,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1669,
"end": 1675,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 1679,
"end": 1688,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1680,
"end": 1687,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1690,
"end": 1702,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1690,
"end": 1701,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1690,
"end": 1694,
"ctxt": 0
},
"value": "foo2",
"optional": false
},
"arguments": [
{
"spread": {
"start": 1695,
"end": 1698,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1698,
"end": 1700,
"ctxt": 0
},
"value": "x2",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1727,
"end": 1771,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1732,
"end": 1742,
"ctxt": 0
},
"value": "RestParams",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1745,
"end": 1770,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 1745,
"end": 1756,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1746,
"end": 1755,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 1746,
"end": 1747,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1749,
"end": 1755,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 1759,
"end": 1770,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1760,
"end": 1769,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 1760,
"end": 1761,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1763,
"end": 1769,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1773,
"end": 1831,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1778,
"end": 1787,
"ctxt": 0
},
"value": "Signature",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 1790,
"end": 1830,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 1791,
"end": 1800,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1792,
"end": 1800,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1794,
"end": 1800,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "RestElement",
"span": {
"start": 1802,
"end": 1821,
"ctxt": 0
},
"rest": {
"start": 1802,
"end": 1805,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1805,
"end": 1809,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1809,
"end": 1821,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1811,
"end": 1821,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1811,
"end": 1821,
"ctxt": 0
},
"value": "RestParams",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1823,
"end": 1830,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1826,
"end": 1830,
"ctxt": 0
},
"kind": "void"
}
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1833,
"end": 1875,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1838,
"end": 1850,
"ctxt": 0
},
"value": "MergedParams",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1853,
"end": 1874,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1853,
"end": 1863,
"ctxt": 0
},
"value": "Parameters",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1863,
"end": 1874,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 1864,
"end": 1873,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1864,
"end": 1873,
"ctxt": 0
},
"value": "Signature",
"optional": false
},
"typeParams": null
}
]
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 1929,
"end": 2001,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1941,
"end": 2000,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1941,
"end": 1944,
"ctxt": 0
},
"value": "ff1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1944,
"end": 2000,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 1946,
"end": 2000,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 1947,
"end": 1991,
"ctxt": 0
},
"rest": {
"start": 1947,
"end": 1950,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1950,
"end": 1954,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1954,
"end": 1991,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1956,
"end": 1991,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 1956,
"end": 1972,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1957,
"end": 1963,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1957,
"end": 1963,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1965,
"end": 1971,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1965,
"end": 1971,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 1975,
"end": 1991,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 1976,
"end": 1982,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1976,
"end": 1982,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 1984,
"end": 1990,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 1984,
"end": 1990,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1993,
"end": 2000,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1996,
"end": 2000,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 2002,
"end": 2069,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2014,
"end": 2068,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2014,
"end": 2017,
"ctxt": 0
},
"value": "ff2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2017,
"end": 2068,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 2019,
"end": 2068,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2020,
"end": 2029,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2021,
"end": 2029,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2023,
"end": 2029,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "RestElement",
"span": {
"start": 2031,
"end": 2059,
"ctxt": 0
},
"rest": {
"start": 2031,
"end": 2034,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2034,
"end": 2038,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2038,
"end": 2059,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2040,
"end": 2059,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 2040,
"end": 2048,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2041,
"end": 2047,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2041,
"end": 2047,
"ctxt": 0
},
"kind": "string"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 2051,
"end": 2059,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2052,
"end": 2058,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2052,
"end": 2058,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2061,
"end": 2068,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2064,
"end": 2068,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 2071,
"end": 2081,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2071,
"end": 2080,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2071,
"end": 2074,
"ctxt": 0
},
"value": "ff1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2077,
"end": 2080,
"ctxt": 0
},
"value": "ff2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2082,
"end": 2092,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2082,
"end": 2091,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2082,
"end": 2085,
"ctxt": 0
},
"value": "ff2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2088,
"end": 2091,
"ctxt": 0
},
"value": "ff1",
"optional": false
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2103,
"end": 2106,
"ctxt": 0
},
"value": "ff3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2128,
"end": 2185,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2128,
"end": 2185,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2130,
"end": 2185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 2132,
"end": 2185,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 2133,
"end": 2176,
"ctxt": 0
},
"rest": {
"start": 2133,
"end": 2136,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2136,
"end": 2140,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2140,
"end": 2176,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTupleType",
"span": {
"start": 2142,
"end": 2176,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2143,
"end": 2152,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 2143,
"end": 2144,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2146,
"end": 2152,
"ctxt": 0
},
"kind": "string"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2154,
"end": 2175,
"ctxt": 0
},
"label": {
"type": "RestElement",
"span": {
"start": 2154,
"end": 2162,
"ctxt": 0
},
"rest": {
"start": 2154,
"end": 2157,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2157,
"end": 2161,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
},
"ty": {
"type": "TsUnionType",
"span": {
"start": 2163,
"end": 2175,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2163,
"end": 2164,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2163,
"end": 2164,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTupleType",
"span": {
"start": 2167,
"end": 2175,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2168,
"end": 2174,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2168,
"end": 2174,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2178,
"end": 2185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2181,
"end": 2185,
"ctxt": 0
},
"kind": "void"
}
}
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 2187,
"end": 2233,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2187,
"end": 2233,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2189,
"end": 2233,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 2191,
"end": 2233,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 2192,
"end": 2201,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2193,
"end": 2201,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2195,
"end": 2201,
"ctxt": 0
},
"kind": "string"
}
}
},
{
"type": "RestElement",
"span": {
"start": 2203,
"end": 2224,
"ctxt": 0
},
"rest": {
"start": 2203,
"end": 2206,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 2206,
"end": 2210,
"ctxt": 0
},
"value": "rest",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2210,
"end": 2224,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2212,
"end": 2224,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2212,
"end": 2213,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2212,
"end": 2213,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTupleType",
"span": {
"start": 2216,
"end": 2224,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2217,
"end": 2223,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2217,
"end": 2223,
"ctxt": 0
},
"kind": "number"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2226,
"end": 2233,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2229,
"end": 2233,
"ctxt": 0
},
"kind": "void"
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 2094,
"end": 2264,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2235,
"end": 2264,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2241,
"end": 2249,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2241,
"end": 2248,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2241,
"end": 2243,
"ctxt": 0
},
"value": "s1",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2246,
"end": 2248,
"ctxt": 0
},
"value": "s2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2254,
"end": 2262,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 2254,
"end": 2261,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "Identifier",
"span": {
"start": 2254,
"end": 2256,
"ctxt": 0
},
"value": "s2",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 2259,
"end": 2261,
"ctxt": 0
},
"value": "s1",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2106,
"end": 2127,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2107,
"end": 2126,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2107,
"end": 2108,
"ctxt": 0
},
"value": "A",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsArrayType",
"span": {
"start": 2117,
"end": 2126,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 2117,
"end": 2124,
"ctxt": 0
},
"kind": "unknown"
}
},
"default": null
}
]
},
"returnType": null
}
],
"interpreter": null
}