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

2725 lines
66 KiB
JSON

{
"type": "Script",
"span": {
"start": 222,
"end": 1341,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 222,
"end": 254,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 227,
"end": 238,
"ctxt": 0
},
"value": "arrayString",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 241,
"end": 254,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 241,
"end": 246,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 246,
"end": 254,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 247,
"end": 253,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 247,
"end": 253,
"ctxt": 0
},
"value": "String",
"optional": false
},
"typeParams": null
}
]
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 255,
"end": 297,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 260,
"end": 269,
"ctxt": 0
},
"value": "someArray",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 272,
"end": 296,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 272,
"end": 285,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 272,
"end": 277,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 277,
"end": 285,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 278,
"end": 284,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 278,
"end": 284,
"ctxt": 0
},
"value": "String",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsArrayType",
"span": {
"start": 288,
"end": 296,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 288,
"end": 294,
"ctxt": 0
},
"kind": "number"
}
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 298,
"end": 343,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 303,
"end": 319,
"ctxt": 0
},
"value": "stringOrNumArray",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 322,
"end": 342,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 322,
"end": 327,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 327,
"end": 342,
"ctxt": 0
},
"params": [
{
"type": "TsUnionType",
"span": {
"start": 328,
"end": 341,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 328,
"end": 334,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 328,
"end": 334,
"ctxt": 0
},
"value": "String",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 335,
"end": 341,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 335,
"end": 341,
"ctxt": 0
},
"value": "Number",
"optional": false
},
"typeParams": null
}
]
}
]
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 354,
"end": 356,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 357,
"end": 380,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 357,
"end": 380,
"ctxt": 0
},
"rest": {
"start": 357,
"end": 360,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 361,
"end": 380,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 363,
"end": 380,
"ctxt": 0
},
"elemType": {
"type": "TsParenthesizedType",
"span": {
"start": 363,
"end": 378,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 364,
"end": 377,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 364,
"end": 370,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 371,
"end": 377,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 345,
"end": 385,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 382,
"end": 385,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 395,
"end": 397,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 398,
"end": 402,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 398,
"end": 402,
"ctxt": 0
},
"rest": {
"start": 398,
"end": 401,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 386,
"end": 407,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 404,
"end": 407,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 417,
"end": 419,
"ctxt": 0
},
"value": "a3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 420,
"end": 439,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 420,
"end": 439,
"ctxt": 0
},
"rest": {
"start": 420,
"end": 423,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 424,
"end": 439,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 426,
"end": 439,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 426,
"end": 431,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 431,
"end": 439,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 432,
"end": 438,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 432,
"end": 438,
"ctxt": 0
},
"value": "String",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 408,
"end": 444,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 441,
"end": 444,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 454,
"end": 456,
"ctxt": 0
},
"value": "a4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 457,
"end": 474,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 457,
"end": 474,
"ctxt": 0
},
"rest": {
"start": 457,
"end": 460,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 460,
"end": 461,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 461,
"end": 474,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 463,
"end": 474,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 463,
"end": 474,
"ctxt": 0
},
"value": "arrayString",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 445,
"end": 479,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 476,
"end": 479,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 489,
"end": 491,
"ctxt": 0
},
"value": "a5",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 492,
"end": 514,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 492,
"end": 514,
"ctxt": 0
},
"rest": {
"start": 492,
"end": 495,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 496,
"end": 514,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 498,
"end": 514,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 498,
"end": 514,
"ctxt": 0
},
"value": "stringOrNumArray",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 480,
"end": 519,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 516,
"end": 519,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 529,
"end": 531,
"ctxt": 0
},
"value": "a9",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 532,
"end": 545,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ArrayPattern",
"span": {
"start": 532,
"end": 545,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
{
"type": "ArrayPattern",
"span": {
"start": 539,
"end": 544,
"ctxt": 0
},
"elements": [
{
"type": "ArrayPattern",
"span": {
"start": 540,
"end": 543,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 541,
"end": 542,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 520,
"end": 550,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 547,
"end": 550,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 560,
"end": 563,
"ctxt": 0
},
"value": "a10",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 564,
"end": 583,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ArrayPattern",
"span": {
"start": 564,
"end": 583,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 565,
"end": 566,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 568,
"end": 569,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
{
"type": "ArrayPattern",
"span": {
"start": 571,
"end": 576,
"ctxt": 0
},
"elements": [
{
"type": "ArrayPattern",
"span": {
"start": 572,
"end": 575,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 573,
"end": 574,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 578,
"end": 582,
"ctxt": 0
},
"rest": {
"start": 578,
"end": 581,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 581,
"end": 582,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 551,
"end": 588,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 585,
"end": 588,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 598,
"end": 601,
"ctxt": 0
},
"value": "a11",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 602,
"end": 627,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ArrayPattern",
"span": {
"start": 602,
"end": 627,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 603,
"end": 604,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 609,
"end": 610,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
},
{
"type": "RestElement",
"span": {
"start": 612,
"end": 616,
"ctxt": 0
},
"rest": {
"start": 612,
"end": 615,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 615,
"end": 616,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 617,
"end": 627,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 619,
"end": 627,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 619,
"end": 625,
"ctxt": 0
},
"kind": "number"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 589,
"end": 632,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 629,
"end": 632,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 635,
"end": 657,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 639,
"end": 656,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 639,
"end": 644,
"ctxt": 0
},
"value": "array",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 647,
"end": 656,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 648,
"end": 649,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 651,
"end": 652,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 654,
"end": 655,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 658,
"end": 694,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 662,
"end": 693,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 662,
"end": 668,
"ctxt": 0
},
"value": "array2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 671,
"end": 693,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 672,
"end": 676,
"ctxt": 0
},
"value": true
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 678,
"end": 683,
"ctxt": 0
},
"value": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 685,
"end": 692,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 695,
"end": 710,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 695,
"end": 709,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 695,
"end": 697,
"ctxt": 0
},
"value": "a2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 698,
"end": 708,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 699,
"end": 702,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 702,
"end": 707,
"ctxt": 0
},
"value": "array",
"optional": false
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 711,
"end": 724,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 711,
"end": 723,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 711,
"end": 713,
"ctxt": 0
},
"value": "a1",
"optional": false
},
"arguments": [
{
"spread": {
"start": 714,
"end": 717,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 717,
"end": 722,
"ctxt": 0
},
"value": "array",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 726,
"end": 764,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 726,
"end": 763,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 726,
"end": 728,
"ctxt": 0
},
"value": "a9",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 729,
"end": 762,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 730,
"end": 731,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 733,
"end": 734,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 736,
"end": 748,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 737,
"end": 747,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 738,
"end": 746,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
]
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 750,
"end": 755,
"ctxt": 0
},
"value": false
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 757,
"end": 761,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 809,
"end": 848,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 809,
"end": 847,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 809,
"end": 812,
"ctxt": 0
},
"value": "a10",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 813,
"end": 846,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 817,
"end": 818,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 820,
"end": 832,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 821,
"end": 831,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 822,
"end": 830,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
]
}
}
]
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 834,
"end": 839,
"ctxt": 0
},
"value": false
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 841,
"end": 845,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 878,
"end": 906,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 878,
"end": 905,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 878,
"end": 881,
"ctxt": 0
},
"value": "a10",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 882,
"end": 904,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 883,
"end": 884,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 886,
"end": 887,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 889,
"end": 890,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 892,
"end": 897,
"ctxt": 0
},
"value": false
}
},
{
"spread": null,
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 899,
"end": 903,
"ctxt": 0
},
"value": true
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 947,
"end": 959,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 947,
"end": 958,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 947,
"end": 950,
"ctxt": 0
},
"value": "a10",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 951,
"end": 957,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 952,
"end": 953,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 955,
"end": 956,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1016,
"end": 1028,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1016,
"end": 1027,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1016,
"end": 1019,
"ctxt": 0
},
"value": "a11",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 1020,
"end": 1026,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1024,
"end": 1025,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1132,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1136,
"end": 1145,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1136,
"end": 1145,
"ctxt": 0
},
"rest": {
"start": 1136,
"end": 1139,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1139,
"end": 1140,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1140,
"end": 1145,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1142,
"end": 1145,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 1142,
"end": 1143,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1143,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1120,
"end": 1150,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1147,
"end": 1150,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1132,
"end": 1135,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1133,
"end": 1134,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1133,
"end": 1134,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1151,
"end": 1185,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1151,
"end": 1184,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1151,
"end": 1154,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1170,
"end": 1177,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1179,
"end": 1180,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1182,
"end": 1183,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1154,
"end": 1169,
"ctxt": 0
},
"params": [
{
"type": "TsUnionType",
"span": {
"start": 1155,
"end": 1168,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 1155,
"end": 1161,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 1162,
"end": 1168,
"ctxt": 0
},
"kind": "string"
}
]
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1186,
"end": 1208,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1186,
"end": 1207,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1186,
"end": 1189,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1190,
"end": 1197,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1199,
"end": 1206,
"ctxt": 0
},
"value": "world",
"raw": "\"world\""
}
}
],
"typeArguments": null
}
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 1210,
"end": 1225,
"ctxt": 0
},
"declare": false,
"isConst": false,
"id": {
"type": "Identifier",
"span": {
"start": 1215,
"end": 1216,
"ctxt": 0
},
"value": "E",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 1219,
"end": 1220,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1219,
"end": 1220,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 1222,
"end": 1223,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1222,
"end": 1223,
"ctxt": 0
},
"value": "b",
"optional": false
},
"init": null
}
]
},
{
"type": "TsEnumDeclaration",
"span": {
"start": 1226,
"end": 1248,
"ctxt": 0
},
"declare": false,
"isConst": true,
"id": {
"type": "Identifier",
"span": {
"start": 1237,
"end": 1239,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"members": [
{
"type": "TsEnumMember",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"value": "a",
"optional": false
},
"init": null
},
{
"type": "TsEnumMember",
"span": {
"start": 1245,
"end": 1246,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1245,
"end": 1246,
"ctxt": 0
},
"value": "b",
"optional": false
},
"init": null
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1258,
"end": 1262,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1281,
"end": 1290,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 1281,
"end": 1290,
"ctxt": 0
},
"rest": {
"start": 1281,
"end": 1284,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1284,
"end": 1285,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1285,
"end": 1290,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 1287,
"end": 1290,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 1287,
"end": 1288,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1287,
"end": 1288,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1249,
"end": 1295,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1292,
"end": 1295,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1262,
"end": 1280,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1263,
"end": 1279,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1263,
"end": 1264,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": {
"type": "TsTypeReference",
"span": {
"start": 1273,
"end": 1279,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1273,
"end": 1279,
"ctxt": 0
},
"value": "Number",
"optional": false
},
"typeParams": null
},
"default": null
}
]
},
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 1296,
"end": 1315,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1296,
"end": 1314,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1296,
"end": 1300,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1301,
"end": 1302,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1304,
"end": 1305,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1307,
"end": 1308,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1310,
"end": 1313,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1312,
"end": 1313,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1316,
"end": 1341,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1316,
"end": 1340,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1316,
"end": 1320,
"ctxt": 0
},
"value": "foo1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1321,
"end": 1322,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1324,
"end": 1325,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1327,
"end": 1328,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1330,
"end": 1334,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1330,
"end": 1332,
"ctxt": 0
},
"value": "E1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1333,
"end": 1334,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 1336,
"end": 1339,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1336,
"end": 1337,
"ctxt": 0
},
"value": "E",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1338,
"end": 1339,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}