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

2754 lines
83 KiB
JSON

{
"type": "Script",
"span": {
"start": 121,
"end": 1193,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 121,
"end": 313,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 125,
"end": 313,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 126,
"end": 313,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 128,
"end": 313,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 134,
"end": 159,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 134,
"end": 139,
"ctxt": 0
},
"value": "func1",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 140,
"end": 149,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 141,
"end": 149,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 143,
"end": 149,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 150,
"end": 158,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 192,
"end": 221,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 192,
"end": 197,
"ctxt": 0
},
"value": "func2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 197,
"end": 220,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 199,
"end": 220,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 200,
"end": 209,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 201,
"end": 209,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 203,
"end": 209,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 211,
"end": 220,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 214,
"end": 220,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 255,
"end": 286,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 255,
"end": 260,
"ctxt": 0
},
"value": "func3",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 260,
"end": 285,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 262,
"end": 285,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 264,
"end": 283,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 265,
"end": 274,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 266,
"end": 274,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 268,
"end": 274,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 275,
"end": 283,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 277,
"end": 283,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 328,
"end": 346,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 328,
"end": 345,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 328,
"end": 335,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 328,
"end": 329,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 330,
"end": 335,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 338,
"end": 345,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 338,
"end": 339,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 340,
"end": 345,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 347,
"end": 365,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 347,
"end": 364,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 347,
"end": 354,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 347,
"end": 348,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 349,
"end": 354,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 357,
"end": 364,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 357,
"end": 358,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 359,
"end": 364,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 366,
"end": 384,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 366,
"end": 383,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 366,
"end": 373,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 366,
"end": 367,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 368,
"end": 373,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 376,
"end": 383,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 376,
"end": 377,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 378,
"end": 383,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 385,
"end": 403,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 385,
"end": 402,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 385,
"end": 392,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 385,
"end": 386,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 387,
"end": 392,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 395,
"end": 402,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 395,
"end": 396,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 397,
"end": 402,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 404,
"end": 422,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 404,
"end": 421,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 404,
"end": 411,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 404,
"end": 405,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 406,
"end": 411,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 414,
"end": 421,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 414,
"end": 415,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 416,
"end": 421,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 423,
"end": 441,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 423,
"end": 440,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 423,
"end": 430,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 425,
"end": 430,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 433,
"end": 440,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 433,
"end": 434,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 435,
"end": 440,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 443,
"end": 592,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 447,
"end": 591,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 447,
"end": 448,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 448,
"end": 591,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 450,
"end": 591,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 456,
"end": 481,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 456,
"end": 461,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 462,
"end": 471,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 463,
"end": 471,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 465,
"end": 471,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 472,
"end": 480,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 474,
"end": 480,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsMethodSignature",
"span": {
"start": 486,
"end": 511,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 486,
"end": 491,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 492,
"end": 501,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 493,
"end": 501,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 495,
"end": 501,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 502,
"end": 510,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 504,
"end": 510,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 516,
"end": 589,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 516,
"end": 521,
"ctxt": 0
},
"value": "func5",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 521,
"end": 588,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 523,
"end": 588,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 533,
"end": 553,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 534,
"end": 543,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 535,
"end": 543,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 537,
"end": 543,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 544,
"end": 552,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 546,
"end": 552,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 562,
"end": 582,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 563,
"end": 572,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 564,
"end": 572,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 566,
"end": 572,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 573,
"end": 581,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 575,
"end": 581,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 607,
"end": 625,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 607,
"end": 624,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 607,
"end": 614,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 607,
"end": 608,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 609,
"end": 614,
"ctxt": 0
},
"value": "func4",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 617,
"end": 624,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 617,
"end": 618,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 619,
"end": 624,
"ctxt": 0
},
"value": "func5",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 626,
"end": 644,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 626,
"end": 643,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 626,
"end": 633,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 626,
"end": 627,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 628,
"end": 633,
"ctxt": 0
},
"value": "func5",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 636,
"end": 643,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 636,
"end": 637,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 638,
"end": 643,
"ctxt": 0
},
"value": "func4",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 666,
"end": 853,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 670,
"end": 853,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 670,
"end": 672,
"ctxt": 0
},
"value": "b2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 672,
"end": 853,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 674,
"end": 853,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 680,
"end": 703,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 680,
"end": 685,
"ctxt": 0
},
"value": "func1",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 689,
"end": 693,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 690,
"end": 693,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 692,
"end": 693,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 692,
"end": 693,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 694,
"end": 702,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 696,
"end": 702,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 685,
"end": 688,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 686,
"end": 687,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 686,
"end": 687,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsPropertySignature",
"span": {
"start": 736,
"end": 763,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 736,
"end": 741,
"ctxt": 0
},
"value": "func2",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 741,
"end": 762,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 743,
"end": 762,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 747,
"end": 751,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 748,
"end": 751,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 750,
"end": 751,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 750,
"end": 751,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 743,
"end": 746,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 753,
"end": 762,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 756,
"end": 762,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 797,
"end": 826,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 797,
"end": 802,
"ctxt": 0
},
"value": "func3",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 802,
"end": 825,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 804,
"end": 825,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 806,
"end": 823,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 811,
"end": 814,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 813,
"end": 814,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 815,
"end": 823,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 817,
"end": 823,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 806,
"end": 809,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 807,
"end": 808,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 807,
"end": 808,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 868,
"end": 888,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 868,
"end": 887,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 868,
"end": 876,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 868,
"end": 870,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 871,
"end": 876,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 879,
"end": 887,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 879,
"end": 881,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 882,
"end": 887,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 889,
"end": 909,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 889,
"end": 908,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 889,
"end": 897,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 889,
"end": 891,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 892,
"end": 897,
"ctxt": 0
},
"value": "func1",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 900,
"end": 908,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 900,
"end": 902,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 903,
"end": 908,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 910,
"end": 930,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 910,
"end": 929,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 910,
"end": 918,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 910,
"end": 912,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 913,
"end": 918,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 921,
"end": 929,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 921,
"end": 923,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 924,
"end": 929,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 931,
"end": 951,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 931,
"end": 950,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 931,
"end": 939,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 931,
"end": 933,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 934,
"end": 939,
"ctxt": 0
},
"value": "func2",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 942,
"end": 950,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 942,
"end": 944,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 945,
"end": 950,
"ctxt": 0
},
"value": "func3",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 952,
"end": 972,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 952,
"end": 971,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 952,
"end": 960,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 952,
"end": 954,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 955,
"end": 960,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 963,
"end": 971,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 963,
"end": 965,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 966,
"end": 971,
"ctxt": 0
},
"value": "func1",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 973,
"end": 993,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 973,
"end": 992,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 973,
"end": 981,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 973,
"end": 975,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 976,
"end": 981,
"ctxt": 0
},
"value": "func3",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 984,
"end": 992,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 984,
"end": 986,
"ctxt": 0
},
"value": "b2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 987,
"end": 992,
"ctxt": 0
},
"value": "func2",
"optional": false
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 995,
"end": 1137,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 999,
"end": 1136,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 999,
"end": 1001,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1001,
"end": 1136,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1003,
"end": 1136,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 1009,
"end": 1032,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1009,
"end": 1014,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 1018,
"end": 1022,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1019,
"end": 1022,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1021,
"end": 1022,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 1023,
"end": 1031,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1025,
"end": 1031,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1014,
"end": 1017,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1015,
"end": 1016,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1016,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsMethodSignature",
"span": {
"start": 1037,
"end": 1060,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1037,
"end": 1042,
"ctxt": 0
},
"value": "func4",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 1046,
"end": 1050,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1047,
"end": 1050,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1049,
"end": 1050,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1049,
"end": 1050,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 1051,
"end": 1059,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1053,
"end": 1059,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1042,
"end": 1045,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1043,
"end": 1044,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1043,
"end": 1044,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsPropertySignature",
"span": {
"start": 1065,
"end": 1134,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1065,
"end": 1070,
"ctxt": 0
},
"value": "func5",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1070,
"end": 1133,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 1072,
"end": 1133,
"ctxt": 0
},
"members": [
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 1082,
"end": 1100,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 1086,
"end": 1090,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1087,
"end": 1090,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1089,
"end": 1090,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1089,
"end": 1090,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1091,
"end": 1099,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1093,
"end": 1099,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1082,
"end": 1085,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1083,
"end": 1084,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1083,
"end": 1084,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
},
{
"type": "TsCallSignatureDeclaration",
"span": {
"start": 1109,
"end": 1127,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 1113,
"end": 1117,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1114,
"end": 1117,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1118,
"end": 1126,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1120,
"end": 1126,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1109,
"end": 1112,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1110,
"end": 1111,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1110,
"end": 1111,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"const": false,
"constraint": null,
"default": null
}
]
}
}
]
}
},
"typeParams": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1152,
"end": 1172,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1152,
"end": 1171,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1152,
"end": 1160,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1152,
"end": 1154,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1155,
"end": 1160,
"ctxt": 0
},
"value": "func4",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1163,
"end": 1171,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1163,
"end": 1165,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1166,
"end": 1171,
"ctxt": 0
},
"value": "func5",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1173,
"end": 1193,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 1173,
"end": 1192,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 1173,
"end": 1181,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1175,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1176,
"end": 1181,
"ctxt": 0
},
"value": "func5",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 1184,
"end": 1192,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1184,
"end": 1186,
"ctxt": 0
},
"value": "c2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1187,
"end": 1192,
"ctxt": 0
},
"value": "func4",
"optional": false
}
}
}
}
],
"interpreter": null
}