swc/crates/swc_ecma_parser/tests/tsc/functionLiterals.json
2022-02-04 20:17:42 +09:00

2733 lines
82 KiB
JSON

{
"type": "Script",
"span": {
"start": 120,
"end": 1192,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 120,
"end": 312,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 124,
"end": 312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 125,
"end": 312,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 127,
"end": 312,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 133,
"end": 158,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 133,
"end": 138,
"ctxt": 0
},
"value": "func1",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 139,
"end": 148,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 140,
"end": 148,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 142,
"end": 148,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 149,
"end": 157,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 151,
"end": 157,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 191,
"end": 220,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 191,
"end": 196,
"ctxt": 0
},
"value": "func2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 196,
"end": 219,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 198,
"end": 219,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 199,
"end": 208,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 200,
"end": 208,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 202,
"end": 208,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 210,
"end": 219,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 213,
"end": 219,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 254,
"end": 285,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 254,
"end": 259,
"ctxt": 0
},
"value": "func3",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 259,
"end": 284,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 261,
"end": 284,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 263,
"end": 282,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 264,
"end": 273,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 265,
"end": 273,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 267,
"end": 273,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 274,
"end": 282,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 276,
"end": 282,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 327,
"end": 345,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 327,
"end": 344,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 327,
"end": 334,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 327,
"end": 328,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 329,
"end": 334,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 337,
"end": 344,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 339,
"end": 344,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 346,
"end": 364,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 346,
"end": 363,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 346,
"end": 353,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 348,
"end": 353,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 356,
"end": 363,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 356,
"end": 357,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 358,
"end": 363,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 365,
"end": 383,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 365,
"end": 382,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 365,
"end": 372,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 365,
"end": 366,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 367,
"end": 372,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 375,
"end": 382,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 375,
"end": 376,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 377,
"end": 382,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 384,
"end": 402,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 384,
"end": 401,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 384,
"end": 391,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 384,
"end": 385,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 386,
"end": 391,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 394,
"end": 401,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 394,
"end": 395,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 396,
"end": 401,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 403,
"end": 421,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 403,
"end": 420,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 403,
"end": 410,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 403,
"end": 404,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 405,
"end": 410,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 413,
"end": 420,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 415,
"end": 420,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 422,
"end": 440,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 422,
"end": 439,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 422,
"end": 429,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 422,
"end": 423,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 424,
"end": 429,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 432,
"end": 439,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 434,
"end": 439,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 442,
"end": 591,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 446,
"end": 590,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 446,
"end": 447,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 447,
"end": 590,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 449,
"end": 590,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 455,
"end": 480,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 455,
"end": 460,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 461,
"end": 470,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 464,
"end": 470,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 471,
"end": 479,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 473,
"end": 479,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsMethodSignature",
"span": {
"start": 485,
"end": 510,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 485,
"end": 490,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 491,
"end": 500,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 492,
"end": 500,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 494,
"end": 500,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 501,
"end": 509,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 503,
"end": 509,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 515,
"end": 588,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 515,
"end": 520,
"ctxt": 0
},
"value": "func5",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 520,
"end": 587,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 522,
"end": 587,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 532,
"end": 552,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 533,
"end": 542,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 534,
"end": 542,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 536,
"end": 542,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 543,
"end": 551,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 545,
"end": 551,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 561,
"end": 581,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 562,
"end": 571,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 563,
"end": 571,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 565,
"end": 571,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 572,
"end": 580,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 574,
"end": 580,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 606,
"end": 624,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 606,
"end": 623,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 606,
"end": 613,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 606,
"end": 607,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 608,
"end": 613,
"ctxt": 0
},
"value": "func4",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 616,
"end": 623,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 616,
"end": 617,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 618,
"end": 623,
"ctxt": 0
},
"value": "func5",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 625,
"end": 643,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 625,
"end": 642,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 625,
"end": 632,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 625,
"end": 626,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 627,
"end": 632,
"ctxt": 0
},
"value": "func5",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 635,
"end": 642,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 635,
"end": 636,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 637,
"end": 642,
"ctxt": 0
},
"value": "func4",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 665,
"end": 852,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 669,
"end": 852,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 669,
"end": 671,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 671,
"end": 852,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 673,
"end": 852,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 679,
"end": 702,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 679,
"end": 684,
"ctxt": 0
},
"value": "func1",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 688,
"end": 692,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 689,
"end": 692,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 691,
"end": 692,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 691,
"end": 692,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 693,
"end": 701,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 695,
"end": 701,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 684,
"end": 687,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 685,
"end": 686,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 685,
"end": 686,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsPropertySignature",
"span": {
"start": 735,
"end": 762,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 735,
"end": 740,
"ctxt": 0
},
"value": "func2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 740,
"end": 761,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 742,
"end": 761,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 746,
"end": 750,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 747,
"end": 750,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 742,
"end": 745,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 743,
"end": 744,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 752,
"end": 761,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 755,
"end": 761,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 796,
"end": 825,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 796,
"end": 801,
"ctxt": 0
},
"value": "func3",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 801,
"end": 824,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 803,
"end": 824,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 805,
"end": 822,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 809,
"end": 813,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 810,
"end": 813,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 812,
"end": 813,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 812,
"end": 813,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 814,
"end": 822,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 816,
"end": 822,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 805,
"end": 808,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 867,
"end": 887,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 867,
"end": 886,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 867,
"end": 875,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 867,
"end": 869,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 870,
"end": 875,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 878,
"end": 886,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 878,
"end": 880,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 881,
"end": 886,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 888,
"end": 908,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 888,
"end": 907,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 888,
"end": 896,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 888,
"end": 890,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 891,
"end": 896,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 899,
"end": 907,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 899,
"end": 901,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 902,
"end": 907,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 909,
"end": 929,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 909,
"end": 928,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 909,
"end": 917,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 909,
"end": 911,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 912,
"end": 917,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 920,
"end": 928,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 920,
"end": 922,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 923,
"end": 928,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 930,
"end": 950,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 930,
"end": 949,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 930,
"end": 938,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 930,
"end": 932,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 933,
"end": 938,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 941,
"end": 949,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 941,
"end": 943,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 944,
"end": 949,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 951,
"end": 971,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 951,
"end": 970,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 951,
"end": 959,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 951,
"end": 953,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 954,
"end": 959,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 962,
"end": 970,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 962,
"end": 964,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 965,
"end": 970,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 972,
"end": 992,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 972,
"end": 991,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 972,
"end": 980,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 972,
"end": 974,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 975,
"end": 980,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 983,
"end": 991,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 983,
"end": 985,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 986,
"end": 991,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 994,
"end": 1136,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 998,
"end": 1135,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 998,
"end": 1000,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1000,
"end": 1135,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1002,
"end": 1135,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 1008,
"end": 1031,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1008,
"end": 1013,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 1017,
"end": 1021,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1018,
"end": 1021,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 1022,
"end": 1030,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1024,
"end": 1030,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1013,
"end": 1016,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1014,
"end": 1015,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1014,
"end": 1015,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsMethodSignature",
"span": {
"start": 1036,
"end": 1059,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1036,
"end": 1041,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 1045,
"end": 1049,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1046,
"end": 1049,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1048,
"end": 1049,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1048,
"end": 1049,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 1050,
"end": 1058,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1052,
"end": 1058,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1041,
"end": 1044,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1042,
"end": 1043,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1042,
"end": 1043,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsPropertySignature",
"span": {
"start": 1064,
"end": 1133,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1064,
"end": 1069,
"ctxt": 0
},
"value": "func5",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1069,
"end": 1132,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1071,
"end": 1132,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 1081,
"end": 1099,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 1085,
"end": 1089,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1086,
"end": 1089,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1088,
"end": 1089,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1088,
"end": 1089,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1090,
"end": 1098,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1092,
"end": 1098,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1081,
"end": 1084,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1082,
"end": 1083,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1082,
"end": 1083,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 1108,
"end": 1126,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 1112,
"end": 1116,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1113,
"end": 1116,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1115,
"end": 1116,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1116,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1117,
"end": 1125,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1119,
"end": 1125,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1108,
"end": 1111,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1109,
"end": 1110,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1109,
"end": 1110,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
}
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1151,
"end": 1171,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1151,
"end": 1170,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1151,
"end": 1159,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1151,
"end": 1153,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1154,
"end": 1159,
"ctxt": 0
},
"value": "func4",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1162,
"end": 1170,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1162,
"end": 1164,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1165,
"end": 1170,
"ctxt": 0
},
"value": "func5",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1172,
"end": 1192,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1172,
"end": 1191,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1172,
"end": 1180,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1172,
"end": 1174,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1175,
"end": 1180,
"ctxt": 0
},
"value": "func5",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1183,
"end": 1191,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1183,
"end": 1185,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1186,
"end": 1191,
"ctxt": 0
},
"value": "func4",
"optional": false
}
}
}
}
],
"interpreter": null
}