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

14095 lines
439 KiB
JSON

{
"type": "Script",
"span": {
"start": 81,
"end": 7451,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 81,
"end": 169,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 86,
"end": 92,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 99,
"end": 168,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 101,
"end": 131,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 103,
"end": 113,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 103,
"end": 107,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 107,
"end": 112,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 114,
"end": 129,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 114,
"end": 121,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 121,
"end": 129,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 123,
"end": 129,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 138,
"end": 168,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 140,
"end": 150,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 140,
"end": 144,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 144,
"end": 149,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 146,
"end": 149,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 146,
"end": 149,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 151,
"end": 166,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 151,
"end": 158,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 158,
"end": 166,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 160,
"end": 166,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 180,
"end": 183,
"ctxt": 0
},
"value": "f10",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 184,
"end": 209,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 184,
"end": 209,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 186,
"end": 190,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 186,
"end": 190,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 192,
"end": 199,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 192,
"end": 199,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 201,
"end": 209,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 203,
"end": 209,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 203,
"end": 209,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 171,
"end": 332,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 211,
"end": 332,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 217,
"end": 269,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 221,
"end": 233,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 221,
"end": 225,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 230,
"end": 233,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 235,
"end": 269,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 245,
"end": 263,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 245,
"end": 262,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 245,
"end": 260,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 245,
"end": 252,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 253,
"end": 260,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 274,
"end": 330,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 278,
"end": 290,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 278,
"end": 282,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 287,
"end": 290,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 292,
"end": 330,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 302,
"end": 324,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 302,
"end": 323,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 302,
"end": 321,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 302,
"end": 309,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 310,
"end": 321,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 343,
"end": 346,
"ctxt": 0
},
"value": "f11",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 347,
"end": 361,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 347,
"end": 361,
"ctxt": 0
},
"value": "action",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 353,
"end": 361,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 355,
"end": 361,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 355,
"end": 361,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 334,
"end": 522,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 363,
"end": 522,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 369,
"end": 402,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 375,
"end": 401,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 375,
"end": 392,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 377,
"end": 381,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 377,
"end": 381,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 383,
"end": 390,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 383,
"end": 390,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 395,
"end": 401,
"ctxt": 0
},
"value": "action",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 407,
"end": 459,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 411,
"end": 423,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 411,
"end": 415,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 420,
"end": 423,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 425,
"end": 459,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 435,
"end": 453,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 435,
"end": 452,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 435,
"end": 450,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 435,
"end": 442,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 443,
"end": 450,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 464,
"end": 520,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 468,
"end": 480,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 468,
"end": 472,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 477,
"end": 480,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 482,
"end": 520,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 492,
"end": 514,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 492,
"end": 513,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 492,
"end": 511,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 492,
"end": 499,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 500,
"end": 511,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 533,
"end": 536,
"ctxt": 0
},
"value": "f12",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 537,
"end": 562,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 537,
"end": 562,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 539,
"end": 543,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 539,
"end": 543,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 545,
"end": 552,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 545,
"end": 552,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 554,
"end": 562,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 556,
"end": 562,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 556,
"end": 562,
"ctxt": 0
},
"value": "Action",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 524,
"end": 781,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 564,
"end": 781,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 570,
"end": 779,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 578,
"end": 582,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 594,
"end": 653,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 599,
"end": 602,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 616,
"end": 634,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 616,
"end": 633,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 616,
"end": 631,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 616,
"end": 623,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 624,
"end": 631,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 647,
"end": 653,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 662,
"end": 725,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 667,
"end": 670,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 684,
"end": 706,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 684,
"end": 705,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 684,
"end": 703,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 684,
"end": 691,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 692,
"end": 703,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 719,
"end": 725,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 734,
"end": 763,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 755,
"end": 763,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 755,
"end": 762,
"ctxt": 0
},
"value": "payload",
"optional": false
}
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 783,
"end": 896,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 788,
"end": 795,
"ctxt": 0
},
"value": "Action2",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 802,
"end": 895,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 804,
"end": 846,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 806,
"end": 816,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 806,
"end": 810,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 810,
"end": 815,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 812,
"end": 815,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 812,
"end": 815,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 817,
"end": 844,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 817,
"end": 824,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 824,
"end": 844,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 826,
"end": 844,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 826,
"end": 832,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 835,
"end": 844,
"ctxt": 0
},
"kind": "undefined"
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 853,
"end": 895,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 855,
"end": 865,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 855,
"end": 859,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 859,
"end": 864,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 861,
"end": 864,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 861,
"end": 864,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 866,
"end": 893,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 866,
"end": 873,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 873,
"end": 893,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 875,
"end": 893,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 875,
"end": 881,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 884,
"end": 893,
"ctxt": 0
},
"kind": "undefined"
}
]
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 907,
"end": 910,
"ctxt": 0
},
"value": "f20",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 911,
"end": 937,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 911,
"end": 937,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 913,
"end": 917,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 913,
"end": 917,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 919,
"end": 926,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 919,
"end": 926,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 928,
"end": 937,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 930,
"end": 937,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 930,
"end": 937,
"ctxt": 0
},
"value": "Action2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 898,
"end": 1109,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 939,
"end": 1109,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 945,
"end": 1107,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 949,
"end": 956,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 958,
"end": 1107,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 968,
"end": 1028,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 972,
"end": 984,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 972,
"end": 976,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 981,
"end": 984,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 986,
"end": 1028,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1000,
"end": 1018,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1000,
"end": 1017,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1000,
"end": 1015,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1000,
"end": 1007,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1008,
"end": 1015,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1037,
"end": 1101,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1041,
"end": 1053,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 1041,
"end": 1045,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1050,
"end": 1053,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1055,
"end": 1101,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1069,
"end": 1091,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1069,
"end": 1090,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1069,
"end": 1088,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1076,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1077,
"end": 1088,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1120,
"end": 1123,
"ctxt": 0
},
"value": "f21",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1124,
"end": 1139,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1139,
"ctxt": 0
},
"value": "action",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1130,
"end": 1139,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1132,
"end": 1139,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1132,
"end": 1139,
"ctxt": 0
},
"value": "Action2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1111,
"end": 1349,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1141,
"end": 1349,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1147,
"end": 1180,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1153,
"end": 1179,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1153,
"end": 1170,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1155,
"end": 1159,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1155,
"end": 1159,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1179,
"ctxt": 0
},
"value": "action",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1185,
"end": 1347,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1196,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1198,
"end": 1347,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1208,
"end": 1268,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1212,
"end": 1224,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 1212,
"end": 1216,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1221,
"end": 1224,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1226,
"end": 1268,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1240,
"end": 1258,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1240,
"end": 1257,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1240,
"end": 1255,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1240,
"end": 1247,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1248,
"end": 1255,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1277,
"end": 1341,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1281,
"end": 1293,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 1281,
"end": 1285,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1290,
"end": 1293,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1295,
"end": 1341,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1309,
"end": 1331,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1309,
"end": 1330,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1309,
"end": 1328,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1309,
"end": 1316,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1317,
"end": 1328,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1360,
"end": 1363,
"ctxt": 0
},
"value": "f22",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1364,
"end": 1379,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1364,
"end": 1379,
"ctxt": 0
},
"value": "action",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1370,
"end": 1379,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1372,
"end": 1379,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1372,
"end": 1379,
"ctxt": 0
},
"value": "Action2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1351,
"end": 1600,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1381,
"end": 1600,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1387,
"end": 1598,
"ctxt": 0
},
"test": {
"type": "MemberExpression",
"span": {
"start": 1391,
"end": 1405,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1397,
"ctxt": 0
},
"value": "action",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1398,
"end": 1405,
"ctxt": 0
},
"value": "payload",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1407,
"end": 1598,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1417,
"end": 1450,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1423,
"end": 1449,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 1423,
"end": 1440,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1425,
"end": 1429,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1425,
"end": 1429,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1431,
"end": 1438,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1431,
"end": 1438,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 1443,
"end": 1449,
"ctxt": 0
},
"value": "action",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 1459,
"end": 1519,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1463,
"end": 1475,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 1463,
"end": 1467,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1472,
"end": 1475,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1477,
"end": 1519,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1491,
"end": 1509,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1491,
"end": 1508,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1491,
"end": 1506,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1491,
"end": 1498,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1499,
"end": 1506,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1528,
"end": 1592,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1532,
"end": 1544,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 1532,
"end": 1536,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 1541,
"end": 1544,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1546,
"end": 1592,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1560,
"end": 1582,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1560,
"end": 1581,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1560,
"end": 1579,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1560,
"end": 1567,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1568,
"end": 1579,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1611,
"end": 1614,
"ctxt": 0
},
"value": "f23",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1615,
"end": 1641,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 1615,
"end": 1641,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1617,
"end": 1621,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1617,
"end": 1621,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 1623,
"end": 1630,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1623,
"end": 1630,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1632,
"end": 1641,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1634,
"end": 1641,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1634,
"end": 1641,
"ctxt": 0
},
"value": "Action2",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1602,
"end": 1925,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1643,
"end": 1925,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1649,
"end": 1923,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1653,
"end": 1660,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1662,
"end": 1923,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 1672,
"end": 1917,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 1680,
"end": 1684,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 1700,
"end": 1767,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1705,
"end": 1708,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1726,
"end": 1744,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1726,
"end": 1743,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1726,
"end": 1741,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1726,
"end": 1733,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1734,
"end": 1741,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 1761,
"end": 1767,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1780,
"end": 1851,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 1785,
"end": 1788,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1806,
"end": 1828,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1806,
"end": 1827,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1806,
"end": 1825,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1806,
"end": 1813,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1814,
"end": 1825,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 1845,
"end": 1851,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1864,
"end": 1897,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 1889,
"end": 1897,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1889,
"end": 1896,
"ctxt": 0
},
"value": "payload",
"optional": false
}
}
]
}
]
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 1927,
"end": 2033,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 1932,
"end": 1935,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 1942,
"end": 2032,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 1944,
"end": 1968,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1946,
"end": 1956,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1946,
"end": 1950,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1950,
"end": 1955,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1952,
"end": 1955,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1952,
"end": 1955,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1957,
"end": 1966,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1957,
"end": 1960,
"ctxt": 0
},
"value": "isA",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1960,
"end": 1966,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1962,
"end": 1966,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 1962,
"end": 1966,
"ctxt": 0
},
"value": true
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 1975,
"end": 2000,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 1977,
"end": 1987,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1977,
"end": 1981,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1981,
"end": 1986,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1983,
"end": 1986,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 1983,
"end": 1986,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 1988,
"end": 1998,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 1988,
"end": 1991,
"ctxt": 0
},
"value": "isA",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1991,
"end": 1998,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 1993,
"end": 1998,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 1993,
"end": 1998,
"ctxt": 0
},
"value": false
}
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 2007,
"end": 2032,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2009,
"end": 2019,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2009,
"end": 2013,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2013,
"end": 2018,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2015,
"end": 2018,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2015,
"end": 2018,
"ctxt": 0
},
"value": "C",
"raw": "'C'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2020,
"end": 2030,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2020,
"end": 2023,
"ctxt": 0
},
"value": "isA",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2023,
"end": 2030,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2025,
"end": 2030,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 2025,
"end": 2030,
"ctxt": 0
},
"value": false
}
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2044,
"end": 2047,
"ctxt": 0
},
"value": "f30",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2048,
"end": 2066,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 2048,
"end": 2066,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2050,
"end": 2054,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2050,
"end": 2054,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2056,
"end": 2059,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2056,
"end": 2059,
"ctxt": 0
},
"value": "isA",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2061,
"end": 2066,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2063,
"end": 2066,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2063,
"end": 2066,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2035,
"end": 2320,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2068,
"end": 2320,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 2074,
"end": 2122,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2078,
"end": 2090,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2078,
"end": 2082,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2087,
"end": 2090,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2092,
"end": 2122,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2102,
"end": 2106,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2102,
"end": 2105,
"ctxt": 0
},
"value": "isA",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 2127,
"end": 2176,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2131,
"end": 2143,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2131,
"end": 2135,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2140,
"end": 2143,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2145,
"end": 2176,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2155,
"end": 2159,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2155,
"end": 2158,
"ctxt": 0
},
"value": "isA",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 2181,
"end": 2230,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2185,
"end": 2197,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2185,
"end": 2189,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2194,
"end": 2197,
"ctxt": 0
},
"value": "C",
"raw": "'C'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2199,
"end": 2230,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2209,
"end": 2213,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2209,
"end": 2212,
"ctxt": 0
},
"value": "isA",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 2235,
"end": 2318,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 2239,
"end": 2242,
"ctxt": 0
},
"value": "isA",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2244,
"end": 2273,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2254,
"end": 2259,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2254,
"end": 2258,
"ctxt": 0
},
"value": "kind",
"optional": false
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2283,
"end": 2318,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2293,
"end": 2298,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 2293,
"end": 2297,
"ctxt": 0
},
"value": "kind",
"optional": false
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2322,
"end": 2363,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2327,
"end": 2331,
"ctxt": 0
},
"value": "Args",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2334,
"end": 2363,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 2334,
"end": 2347,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2335,
"end": 2338,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 2335,
"end": 2338,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2335,
"end": 2338,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2340,
"end": 2346,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2340,
"end": 2346,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 2350,
"end": 2363,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 2351,
"end": 2354,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 2351,
"end": 2354,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2351,
"end": 2354,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 2356,
"end": 2362,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 2356,
"end": 2362,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2374,
"end": 2377,
"ctxt": 0
},
"value": "f40",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2378,
"end": 2399,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 2378,
"end": 2399,
"ctxt": 0
},
"rest": {
"start": 2378,
"end": 2381,
"ctxt": 0
},
"argument": {
"type": "ArrayPattern",
"span": {
"start": 2381,
"end": 2393,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 2382,
"end": 2386,
"ctxt": 0
},
"value": "kind",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 2388,
"end": 2392,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2393,
"end": 2399,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2395,
"end": 2399,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2395,
"end": 2399,
"ctxt": 0
},
"value": "Args",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2365,
"end": 2516,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2401,
"end": 2516,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 2407,
"end": 2456,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2411,
"end": 2423,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2411,
"end": 2415,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2420,
"end": 2423,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2425,
"end": 2456,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2435,
"end": 2450,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2435,
"end": 2449,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2435,
"end": 2447,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2435,
"end": 2439,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2440,
"end": 2447,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 2461,
"end": 2514,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2465,
"end": 2477,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2465,
"end": 2469,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2474,
"end": 2477,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2479,
"end": 2514,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2489,
"end": 2508,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2489,
"end": 2507,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2489,
"end": 2505,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2489,
"end": 2493,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2494,
"end": 2505,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2540,
"end": 2581,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2550,
"end": 2551,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2551,
"end": 2554,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2552,
"end": 2553,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2552,
"end": 2553,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2555,
"end": 2581,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2557,
"end": 2570,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2557,
"end": 2564,
"ctxt": 0
},
"value": "variant",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2564,
"end": 2569,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2566,
"end": 2569,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2566,
"end": 2569,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2571,
"end": 2579,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2571,
"end": 2576,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2576,
"end": 2579,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2578,
"end": 2579,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2578,
"end": 2579,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 2583,
"end": 2631,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 2593,
"end": 2594,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2594,
"end": 2597,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2595,
"end": 2596,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2595,
"end": 2596,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 2598,
"end": 2631,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 2600,
"end": 2613,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2600,
"end": 2607,
"ctxt": 0
},
"value": "variant",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2607,
"end": 2612,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 2609,
"end": 2612,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 2609,
"end": 2612,
"ctxt": 0
},
"value": "b",
"raw": "'b'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2614,
"end": 2629,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2614,
"end": 2619,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2619,
"end": 2629,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2621,
"end": 2629,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2621,
"end": 2626,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2626,
"end": 2629,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2627,
"end": 2628,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2627,
"end": 2628,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2633,
"end": 2658,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2638,
"end": 2640,
"ctxt": 0
},
"value": "AB",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2640,
"end": 2643,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2641,
"end": 2642,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2641,
"end": 2642,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2646,
"end": 2657,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2646,
"end": 2650,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2646,
"end": 2647,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2647,
"end": 2650,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2648,
"end": 2649,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2648,
"end": 2649,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
},
{
"type": "TsTypeReference",
"span": {
"start": 2653,
"end": 2657,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2653,
"end": 2654,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2654,
"end": 2657,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2655,
"end": 2656,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2655,
"end": 2656,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2677,
"end": 2687,
"ctxt": 0
},
"value": "printValue",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2691,
"end": 2695,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2691,
"end": 2695,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2692,
"end": 2695,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2694,
"end": 2695,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2694,
"end": 2695,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 2660,
"end": 2703,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2687,
"end": 2690,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2688,
"end": 2689,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2688,
"end": 2689,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2696,
"end": 2702,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2698,
"end": 2702,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2722,
"end": 2736,
"ctxt": 0
},
"value": "printValueList",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 2740,
"end": 2751,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2740,
"end": 2751,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2741,
"end": 2751,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2743,
"end": 2751,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2743,
"end": 2748,
"ctxt": 0
},
"value": "Array",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2748,
"end": 2751,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2749,
"end": 2750,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2749,
"end": 2750,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 2705,
"end": 2759,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2736,
"end": 2739,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2737,
"end": 2738,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2737,
"end": 2738,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2752,
"end": 2758,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2754,
"end": 2758,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2770,
"end": 2780,
"ctxt": 0
},
"value": "unrefined1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2784,
"end": 2793,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2784,
"end": 2793,
"ctxt": 0
},
"value": "ab",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2786,
"end": 2793,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 2788,
"end": 2793,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2788,
"end": 2790,
"ctxt": 0
},
"value": "AB",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2790,
"end": 2793,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2791,
"end": 2792,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2791,
"end": 2792,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 2761,
"end": 2953,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2801,
"end": 2953,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 2807,
"end": 2837,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 2813,
"end": 2836,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 2813,
"end": 2831,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2815,
"end": 2822,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2815,
"end": 2822,
"ctxt": 0
},
"value": "variant",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 2824,
"end": 2829,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2824,
"end": 2829,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 2834,
"end": 2836,
"ctxt": 0
},
"value": "ab",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 2842,
"end": 2951,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 2846,
"end": 2861,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 2846,
"end": 2853,
"ctxt": 0
},
"value": "variant",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 2858,
"end": 2861,
"ctxt": 0
},
"value": "a",
"raw": "'a'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 2863,
"end": 2900,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2873,
"end": 2894,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2873,
"end": 2893,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2873,
"end": 2883,
"ctxt": 0
},
"value": "printValue",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 2887,
"end": 2892,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2883,
"end": 2886,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2884,
"end": 2885,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2884,
"end": 2885,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 2910,
"end": 2951,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2920,
"end": 2945,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2920,
"end": 2944,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2920,
"end": 2934,
"ctxt": 0
},
"value": "printValueList",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 2938,
"end": 2943,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
],
"typeArguments": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2934,
"end": 2937,
"ctxt": 0
},
"params": [
{
"type": "TsTypeReference",
"span": {
"start": 2935,
"end": 2936,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2935,
"end": 2936,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
]
}
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2780,
"end": 2783,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2781,
"end": 2782,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2781,
"end": 2782,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 2794,
"end": 2800,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2796,
"end": 2800,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 2977,
"end": 3096,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 2982,
"end": 2989,
"ctxt": 0
},
"value": "Action3",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 2996,
"end": 3095,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2998,
"end": 3040,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2999,
"end": 3011,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2999,
"end": 3003,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3003,
"end": 3010,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3005,
"end": 3010,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3005,
"end": 3010,
"ctxt": 0
},
"value": "add",
"raw": "'add'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 3012,
"end": 3038,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3012,
"end": 3019,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3019,
"end": 3038,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 3021,
"end": 3038,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 3023,
"end": 3036,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3023,
"end": 3028,
"ctxt": 0
},
"value": "toAdd",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3028,
"end": 3036,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3030,
"end": 3036,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 3047,
"end": 3095,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 3048,
"end": 3063,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3048,
"end": 3052,
"ctxt": 0
},
"value": "type",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3052,
"end": 3062,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 3054,
"end": 3062,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3054,
"end": 3062,
"ctxt": 0
},
"value": "remove",
"raw": "'remove'"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 3064,
"end": 3093,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3064,
"end": 3071,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3071,
"end": 3093,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 3073,
"end": 3093,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 3075,
"end": 3091,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 3075,
"end": 3083,
"ctxt": 0
},
"value": "toRemove",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3083,
"end": 3091,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3085,
"end": 3091,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 3098,
"end": 3326,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3104,
"end": 3326,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3104,
"end": 3117,
"ctxt": 0
},
"value": "reducerBroken",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 3120,
"end": 3326,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 3121,
"end": 3134,
"ctxt": 0
},
"value": "state",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3126,
"end": 3134,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3128,
"end": 3134,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "ObjectPattern",
"span": {
"start": 3136,
"end": 3162,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3138,
"end": 3142,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3138,
"end": 3142,
"ctxt": 0
},
"value": "type",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3144,
"end": 3151,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3144,
"end": 3151,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3153,
"end": 3162,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3155,
"end": 3162,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3155,
"end": 3162,
"ctxt": 0
},
"value": "Action3",
"optional": false
},
"typeParams": null
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 3167,
"end": 3326,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 3173,
"end": 3324,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 3181,
"end": 3185,
"ctxt": 0
},
"value": "type",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 3197,
"end": 3250,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3202,
"end": 3207,
"ctxt": 0
},
"value": "add",
"raw": "'add'"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3221,
"end": 3250,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 3228,
"end": 3249,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "Identifier",
"span": {
"start": 3228,
"end": 3233,
"ctxt": 0
},
"value": "state",
"optional": false
},
"right": {
"type": "MemberExpression",
"span": {
"start": 3236,
"end": 3249,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3236,
"end": 3243,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3244,
"end": 3249,
"ctxt": 0
},
"value": "toAdd",
"optional": false
}
}
}
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 3259,
"end": 3318,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 3264,
"end": 3272,
"ctxt": 0
},
"value": "remove",
"raw": "'remove'"
},
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 3286,
"end": 3318,
"ctxt": 0
},
"argument": {
"type": "BinaryExpression",
"span": {
"start": 3293,
"end": 3317,
"ctxt": 0
},
"operator": "-",
"left": {
"type": "Identifier",
"span": {
"start": 3293,
"end": 3298,
"ctxt": 0
},
"value": "state",
"optional": false
},
"right": {
"type": "MemberExpression",
"span": {
"start": 3301,
"end": 3317,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3301,
"end": 3308,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3309,
"end": 3317,
"ctxt": 0
},
"value": "toRemove",
"optional": false
}
}
}
}
]
}
]
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3350,
"end": 3383,
"ctxt": 0
},
"kind": "var",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3362,
"end": 3382,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3362,
"end": 3364,
"ctxt": 0
},
"value": "it",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3364,
"end": 3382,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3366,
"end": 3382,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3366,
"end": 3374,
"ctxt": 0
},
"value": "Iterator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 3374,
"end": 3382,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 3375,
"end": 3381,
"ctxt": 0
},
"kind": "number"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3384,
"end": 3418,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3390,
"end": 3417,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 3390,
"end": 3405,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3392,
"end": 3397,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3392,
"end": 3397,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 3399,
"end": 3403,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 3399,
"end": 3403,
"ctxt": 0
},
"value": "done",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 3408,
"end": 3417,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3408,
"end": 3415,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3408,
"end": 3410,
"ctxt": 0
},
"value": "it",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3411,
"end": 3415,
"ctxt": 0
},
"value": "next",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 3419,
"end": 3455,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 3423,
"end": 3428,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "Identifier",
"span": {
"start": 3424,
"end": 3428,
"ctxt": 0
},
"value": "done",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3430,
"end": 3455,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3436,
"end": 3442,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 3436,
"end": 3441,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
},
"alternate": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 3496,
"end": 3499,
"ctxt": 0
},
"value": "f50",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 3500,
"end": 3527,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 3500,
"end": 3527,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3502,
"end": 3527,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 3504,
"end": 3527,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 3505,
"end": 3518,
"ctxt": 0
},
"rest": {
"start": 3505,
"end": 3508,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3508,
"end": 3512,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3512,
"end": 3518,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 3514,
"end": 3518,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 3514,
"end": 3518,
"ctxt": 0
},
"value": "Args",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3520,
"end": 3527,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3523,
"end": 3527,
"ctxt": 0
},
"kind": "void"
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 3479,
"end": 3534,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 3528,
"end": 3534,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3530,
"end": 3534,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 3536,
"end": 3673,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3536,
"end": 3672,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 3536,
"end": 3539,
"ctxt": 0
},
"value": "f50",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 3540,
"end": 3671,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 3541,
"end": 3545,
"ctxt": 0
},
"value": "kind",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3547,
"end": 3551,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 3556,
"end": 3671,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 3562,
"end": 3611,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3566,
"end": 3578,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3566,
"end": 3570,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3575,
"end": 3578,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3580,
"end": 3611,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3590,
"end": 3605,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3590,
"end": 3604,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3590,
"end": 3602,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3590,
"end": 3594,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3595,
"end": 3602,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 3616,
"end": 3669,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3620,
"end": 3632,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3620,
"end": 3624,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3629,
"end": 3632,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3634,
"end": 3669,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3644,
"end": 3663,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3644,
"end": 3662,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3644,
"end": 3660,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3644,
"end": 3648,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3649,
"end": 3660,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 3675,
"end": 3878,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3681,
"end": 3877,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3681,
"end": 3684,
"ctxt": 0
},
"value": "f51",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3684,
"end": 3734,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 3686,
"end": 3734,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 3687,
"end": 3725,
"ctxt": 0
},
"rest": {
"start": 3687,
"end": 3690,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3690,
"end": 3694,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3694,
"end": 3725,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3696,
"end": 3725,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 3696,
"end": 3709,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3697,
"end": 3700,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 3697,
"end": 3700,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3697,
"end": 3700,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3702,
"end": 3708,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3702,
"end": 3708,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 3712,
"end": 3725,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3713,
"end": 3716,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 3713,
"end": 3716,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3713,
"end": 3716,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3718,
"end": 3724,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3718,
"end": 3724,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3727,
"end": 3734,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3730,
"end": 3734,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 3737,
"end": 3877,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 3738,
"end": 3742,
"ctxt": 0
},
"value": "kind",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3744,
"end": 3751,
"ctxt": 0
},
"value": "payload",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 3756,
"end": 3877,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 3762,
"end": 3814,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3766,
"end": 3778,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3766,
"end": 3770,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3775,
"end": 3778,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3780,
"end": 3814,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3790,
"end": 3808,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3790,
"end": 3807,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3790,
"end": 3805,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3790,
"end": 3797,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3798,
"end": 3805,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 3819,
"end": 3875,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3823,
"end": 3835,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3823,
"end": 3827,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3832,
"end": 3835,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3837,
"end": 3875,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3847,
"end": 3869,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3847,
"end": 3868,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3847,
"end": 3866,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3847,
"end": 3854,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3855,
"end": 3866,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 3880,
"end": 4063,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 3886,
"end": 4062,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 3886,
"end": 3889,
"ctxt": 0
},
"value": "f52",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3889,
"end": 3931,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 3891,
"end": 3931,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 3892,
"end": 3922,
"ctxt": 0
},
"rest": {
"start": 3892,
"end": 3895,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 3895,
"end": 3899,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3899,
"end": 3922,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 3901,
"end": 3922,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 3901,
"end": 3914,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3902,
"end": 3905,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 3902,
"end": 3905,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3902,
"end": 3905,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 3907,
"end": 3913,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 3907,
"end": 3913,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 3917,
"end": 3922,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 3918,
"end": 3921,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 3918,
"end": 3921,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 3918,
"end": 3921,
"ctxt": 0
},
"value": "B",
"raw": "'B'"
}
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 3924,
"end": 3931,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 3927,
"end": 3931,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 3934,
"end": 4062,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 3935,
"end": 3939,
"ctxt": 0
},
"value": "kind",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 3941,
"end": 3948,
"ctxt": 0
},
"value": "payload",
"optional": true,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 3954,
"end": 4062,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 3960,
"end": 4060,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 3964,
"end": 3976,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 3964,
"end": 3968,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 3973,
"end": 3976,
"ctxt": 0
},
"value": "A",
"raw": "'A'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 3978,
"end": 4012,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 3988,
"end": 4006,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 3988,
"end": 4005,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 3988,
"end": 4003,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 3988,
"end": 3995,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 3996,
"end": 4003,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 4022,
"end": 4060,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 4032,
"end": 4040,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 4032,
"end": 4039,
"ctxt": 0
},
"value": "payload",
"optional": false
}
}
]
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 4082,
"end": 4090,
"ctxt": 0
},
"value": "readFile",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 4091,
"end": 4103,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4091,
"end": 4103,
"ctxt": 0
},
"value": "path",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4095,
"end": 4103,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4097,
"end": 4103,
"ctxt": 0
},
"kind": "string"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 4105,
"end": 4194,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 4105,
"end": 4194,
"ctxt": 0
},
"value": "callback",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4113,
"end": 4194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 4115,
"end": 4194,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 4116,
"end": 4185,
"ctxt": 0
},
"rest": {
"start": 4116,
"end": 4119,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4119,
"end": 4123,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4123,
"end": 4185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4125,
"end": 4185,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 4125,
"end": 4153,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4126,
"end": 4135,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4126,
"end": 4129,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4131,
"end": 4135,
"ctxt": 0
},
"kind": "null"
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4137,
"end": 4152,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4137,
"end": 4141,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsArrayType",
"span": {
"start": 4143,
"end": 4152,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4143,
"end": 4150,
"ctxt": 0
},
"kind": "unknown"
}
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 4156,
"end": 4185,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4157,
"end": 4167,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4157,
"end": 4160,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsTypeReference",
"span": {
"start": 4162,
"end": 4167,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4162,
"end": 4167,
"ctxt": 0
},
"value": "Error",
"optional": false
},
"typeParams": null
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4169,
"end": 4184,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4169,
"end": 4173,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsKeywordType",
"span": {
"start": 4175,
"end": 4184,
"ctxt": 0
},
"kind": "undefined"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4187,
"end": 4194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4190,
"end": 4194,
"ctxt": 0
},
"kind": "void"
}
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 4065,
"end": 4202,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 4195,
"end": 4201,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4197,
"end": 4201,
"ctxt": 0
},
"kind": "void"
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4204,
"end": 4331,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4204,
"end": 4330,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4204,
"end": 4212,
"ctxt": 0
},
"value": "readFile",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4213,
"end": 4220,
"ctxt": 0
},
"value": "hello",
"raw": "'hello'"
}
},
{
"spread": null,
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 4222,
"end": 4329,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 4223,
"end": 4226,
"ctxt": 0
},
"value": "err",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 4228,
"end": 4232,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 4237,
"end": 4329,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 4243,
"end": 4327,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 4247,
"end": 4259,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 4247,
"end": 4250,
"ctxt": 0
},
"value": "err",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 4255,
"end": 4259,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 4261,
"end": 4289,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 4271,
"end": 4283,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 4271,
"end": 4282,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4271,
"end": 4275,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4276,
"end": 4282,
"ctxt": 0
},
"value": "length",
"optional": false
}
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 4299,
"end": 4327,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 4309,
"end": 4321,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 4309,
"end": 4320,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4309,
"end": 4312,
"ctxt": 0
},
"value": "err",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4313,
"end": 4320,
"ctxt": 0
},
"value": "message",
"optional": false
}
}
}
]
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
],
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4333,
"end": 4438,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4338,
"end": 4349,
"ctxt": 0
},
"value": "ReducerArgs",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4352,
"end": 4437,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 4352,
"end": 4385,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4353,
"end": 4358,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4353,
"end": 4358,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4353,
"end": 4358,
"ctxt": 0
},
"value": "add",
"raw": "\"add\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4360,
"end": 4384,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeLiteral",
"span": {
"start": 4360,
"end": 4384,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4362,
"end": 4372,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4362,
"end": 4363,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4363,
"end": 4371,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4365,
"end": 4371,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 4373,
"end": 4382,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4373,
"end": 4374,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4374,
"end": 4382,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4376,
"end": 4382,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 4388,
"end": 4437,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4389,
"end": 4397,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4389,
"end": 4397,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4389,
"end": 4397,
"ctxt": 0
},
"value": "concat",
"raw": "\"concat\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4399,
"end": 4436,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsTypeLiteral",
"span": {
"start": 4399,
"end": 4436,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 4401,
"end": 4417,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4401,
"end": 4409,
"ctxt": 0
},
"value": "firstArr",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4409,
"end": 4416,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 4411,
"end": 4416,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4411,
"end": 4414,
"ctxt": 0
},
"kind": "any"
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 4418,
"end": 4434,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4418,
"end": 4427,
"ctxt": 0
},
"value": "secondArr",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4427,
"end": 4434,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 4429,
"end": 4434,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 4429,
"end": 4432,
"ctxt": 0
},
"kind": "any"
}
}
},
"typeParams": null
}
]
}
}
]
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 4440,
"end": 4715,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4446,
"end": 4715,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4446,
"end": 4453,
"ctxt": 0
},
"value": "reducer",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4453,
"end": 4485,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 4455,
"end": 4485,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 4456,
"end": 4476,
"ctxt": 0
},
"rest": {
"start": 4456,
"end": 4459,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4459,
"end": 4463,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4463,
"end": 4476,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 4465,
"end": 4476,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 4465,
"end": 4476,
"ctxt": 0
},
"value": "ReducerArgs",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4478,
"end": 4485,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4481,
"end": 4485,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 4488,
"end": 4715,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 4489,
"end": 4491,
"ctxt": 0
},
"value": "op",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 4493,
"end": 4497,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 4502,
"end": 4715,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 4508,
"end": 4713,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 4516,
"end": 4518,
"ctxt": 0
},
"value": "op",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 4530,
"end": 4602,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 4535,
"end": 4540,
"ctxt": 0
},
"value": "add",
"raw": "\"add\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 4554,
"end": 4583,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4554,
"end": 4582,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 4554,
"end": 4565,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4554,
"end": 4561,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4562,
"end": 4565,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "BinaryExpression",
"span": {
"start": 4566,
"end": 4581,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "MemberExpression",
"span": {
"start": 4566,
"end": 4572,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4566,
"end": 4570,
"ctxt": 0
},
"value": "args",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4571,
"end": 4572,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 4575,
"end": 4581,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4575,
"end": 4579,
"ctxt": 0
},
"value": "args",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4580,
"end": 4581,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
}
],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 4596,
"end": 4602,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 4611,
"end": 4707,
"ctxt": 0
},
"test": {
"type": "StringLiteral",
"span": {
"start": 4616,
"end": 4624,
"ctxt": 0
},
"value": "concat",
"raw": "\"concat\""
},
"consequent": [
{
"type": "ExpressionStatement",
"span": {
"start": 4638,
"end": 4688,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4638,
"end": 4687,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 4638,
"end": 4649,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4638,
"end": 4645,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4646,
"end": 4649,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "CallExpression",
"span": {
"start": 4650,
"end": 4686,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 4650,
"end": 4670,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 4650,
"end": 4663,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4650,
"end": 4654,
"ctxt": 0
},
"value": "args",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4655,
"end": 4663,
"ctxt": 0
},
"value": "firstArr",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 4664,
"end": 4670,
"ctxt": 0
},
"value": "concat",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 4671,
"end": 4685,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 4671,
"end": 4675,
"ctxt": 0
},
"value": "args",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 4676,
"end": 4685,
"ctxt": 0
},
"value": "secondArr",
"optional": false
}
}
}
],
"typeArguments": null
}
}
],
"typeArguments": null
}
},
{
"type": "BreakStatement",
"span": {
"start": 4701,
"end": 4707,
"ctxt": 0
},
"label": null
}
]
}
]
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 4717,
"end": 4748,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4717,
"end": 4747,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4717,
"end": 4724,
"ctxt": 0
},
"value": "reducer",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4725,
"end": 4730,
"ctxt": 0
},
"value": "add",
"raw": "\"add\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 4732,
"end": 4746,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4734,
"end": 4735,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 4737,
"end": 4738,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4740,
"end": 4741,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 4743,
"end": 4744,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 4749,
"end": 4808,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 4749,
"end": 4807,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 4749,
"end": 4756,
"ctxt": 0
},
"value": "reducer",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 4757,
"end": 4765,
"ctxt": 0
},
"value": "concat",
"raw": "\"concat\""
}
},
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 4767,
"end": 4806,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4769,
"end": 4777,
"ctxt": 0
},
"value": "firstArr",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 4779,
"end": 4785,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4780,
"end": 4781,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4783,
"end": 4784,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 4787,
"end": 4796,
"ctxt": 0
},
"value": "secondArr",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 4798,
"end": 4804,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4799,
"end": 4800,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 4802,
"end": 4803,
"ctxt": 0
},
"value": 4.0,
"raw": "4"
}
}
]
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 4900,
"end": 5037,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 4905,
"end": 4914,
"ctxt": 0
},
"value": "FooMethod",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 4917,
"end": 5037,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 4921,
"end": 5035,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 4921,
"end": 4927,
"ctxt": 0
},
"value": "method",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "RestElement",
"span": {
"start": 4928,
"end": 5024,
"ctxt": 0
},
"rest": {
"start": 4928,
"end": 4931,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 4931,
"end": 4935,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4935,
"end": 5024,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 4941,
"end": 5024,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 4941,
"end": 4979,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4942,
"end": 4953,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4942,
"end": 4946,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4948,
"end": 4953,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4948,
"end": 4953,
"ctxt": 0
},
"value": "str",
"raw": "\"str\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 4955,
"end": 4978,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4955,
"end": 4957,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 4959,
"end": 4978,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 4960,
"end": 4969,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4961,
"end": 4969,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4963,
"end": 4969,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 4971,
"end": 4978,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 4974,
"end": 4978,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 4986,
"end": 5024,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 4987,
"end": 4998,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 4987,
"end": 4991,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 4993,
"end": 4998,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 4993,
"end": 4998,
"ctxt": 0
},
"value": "num",
"raw": "\"num\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5000,
"end": 5023,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5000,
"end": 5002,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5004,
"end": 5023,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5005,
"end": 5014,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5006,
"end": 5014,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5008,
"end": 5014,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5016,
"end": 5023,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5019,
"end": 5023,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
}
]
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 5028,
"end": 5034,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5030,
"end": 5034,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 5039,
"end": 5164,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5043,
"end": 5163,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5043,
"end": 5047,
"ctxt": 0
},
"value": "fooM",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5047,
"end": 5058,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5049,
"end": 5058,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5049,
"end": 5058,
"ctxt": 0
},
"value": "FooMethod",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 5061,
"end": 5163,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 5065,
"end": 5071,
"ctxt": 0
},
"value": "method",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 5072,
"end": 5076,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5072,
"end": 5076,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 5078,
"end": 5080,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5078,
"end": 5080,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 5065,
"end": 5161,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5082,
"end": 5161,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 5088,
"end": 5157,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 5092,
"end": 5105,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 5092,
"end": 5096,
"ctxt": 0
},
"value": "type",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 5100,
"end": 5105,
"ctxt": 0
},
"value": "num",
"raw": "'num'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 5107,
"end": 5128,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5115,
"end": 5122,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5115,
"end": 5122,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5115,
"end": 5117,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 5118,
"end": 5121,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 5134,
"end": 5157,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5142,
"end": 5151,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5142,
"end": 5151,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5142,
"end": 5144,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 5145,
"end": 5150,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 5166,
"end": 5316,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 5171,
"end": 5185,
"ctxt": 0
},
"value": "FooAsyncMethod",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 5188,
"end": 5316,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 5192,
"end": 5314,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 5192,
"end": 5198,
"ctxt": 0
},
"value": "method",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "RestElement",
"span": {
"start": 5199,
"end": 5295,
"ctxt": 0
},
"rest": {
"start": 5199,
"end": 5202,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 5202,
"end": 5206,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5206,
"end": 5295,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 5212,
"end": 5295,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 5212,
"end": 5250,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5213,
"end": 5224,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5213,
"end": 5217,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5219,
"end": 5224,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5219,
"end": 5224,
"ctxt": 0
},
"value": "str",
"raw": "\"str\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5226,
"end": 5249,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5226,
"end": 5228,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5230,
"end": 5249,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5231,
"end": 5240,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5232,
"end": 5240,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5234,
"end": 5240,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5242,
"end": 5249,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5245,
"end": 5249,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 5257,
"end": 5295,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5258,
"end": 5269,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5258,
"end": 5262,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5264,
"end": 5269,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5264,
"end": 5269,
"ctxt": 0
},
"value": "num",
"raw": "\"num\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5271,
"end": 5294,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5271,
"end": 5273,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5275,
"end": 5294,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5276,
"end": 5285,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5277,
"end": 5285,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5279,
"end": 5285,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5287,
"end": 5294,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5290,
"end": 5294,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
}
]
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 5299,
"end": 5313,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5301,
"end": 5313,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5301,
"end": 5308,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 5308,
"end": 5313,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 5309,
"end": 5312,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 5318,
"end": 5459,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5322,
"end": 5458,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5322,
"end": 5331,
"ctxt": 0
},
"value": "fooAsyncM",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5331,
"end": 5347,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5333,
"end": 5347,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5333,
"end": 5347,
"ctxt": 0
},
"value": "FooAsyncMethod",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 5350,
"end": 5458,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 5360,
"end": 5366,
"ctxt": 0
},
"value": "method",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 5367,
"end": 5371,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5367,
"end": 5371,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 5373,
"end": 5375,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5373,
"end": 5375,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 5354,
"end": 5456,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5377,
"end": 5456,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 5383,
"end": 5452,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 5387,
"end": 5400,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 5387,
"end": 5391,
"ctxt": 0
},
"value": "type",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 5395,
"end": 5400,
"ctxt": 0
},
"value": "num",
"raw": "'num'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 5402,
"end": 5423,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5410,
"end": 5417,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5410,
"end": 5417,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5410,
"end": 5412,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 5413,
"end": 5416,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 5429,
"end": 5452,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5437,
"end": 5446,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5437,
"end": 5446,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5437,
"end": 5439,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 5440,
"end": 5445,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 5461,
"end": 5621,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 5466,
"end": 5478,
"ctxt": 0
},
"value": "FooGenMethod",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 5481,
"end": 5621,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 5485,
"end": 5619,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 5485,
"end": 5491,
"ctxt": 0
},
"value": "method",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "RestElement",
"span": {
"start": 5492,
"end": 5588,
"ctxt": 0
},
"rest": {
"start": 5492,
"end": 5495,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 5495,
"end": 5499,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5499,
"end": 5588,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 5505,
"end": 5588,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 5505,
"end": 5543,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5506,
"end": 5517,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5506,
"end": 5510,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5512,
"end": 5517,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5512,
"end": 5517,
"ctxt": 0
},
"value": "str",
"raw": "\"str\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5519,
"end": 5542,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5519,
"end": 5521,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5523,
"end": 5542,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5524,
"end": 5533,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5525,
"end": 5533,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5527,
"end": 5533,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5535,
"end": 5542,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5538,
"end": 5542,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 5550,
"end": 5588,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5551,
"end": 5562,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5551,
"end": 5555,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5557,
"end": 5562,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5557,
"end": 5562,
"ctxt": 0
},
"value": "num",
"raw": "\"num\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5564,
"end": 5587,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5564,
"end": 5566,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5568,
"end": 5587,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5569,
"end": 5578,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5570,
"end": 5578,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5572,
"end": 5578,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5580,
"end": 5587,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5583,
"end": 5587,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
}
]
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 5592,
"end": 5618,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5594,
"end": 5618,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5594,
"end": 5603,
"ctxt": 0
},
"value": "Generator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 5603,
"end": 5618,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 5604,
"end": 5607,
"ctxt": 0
},
"kind": "any"
},
{
"type": "TsKeywordType",
"span": {
"start": 5609,
"end": 5612,
"ctxt": 0
},
"kind": "any"
},
{
"type": "TsKeywordType",
"span": {
"start": 5614,
"end": 5617,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 5623,
"end": 5755,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5627,
"end": 5754,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5627,
"end": 5634,
"ctxt": 0
},
"value": "fooGenM",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5634,
"end": 5648,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5636,
"end": 5648,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5636,
"end": 5648,
"ctxt": 0
},
"value": "FooGenMethod",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 5651,
"end": 5754,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 5656,
"end": 5662,
"ctxt": 0
},
"value": "method",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 5663,
"end": 5667,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5663,
"end": 5667,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 5669,
"end": 5671,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5669,
"end": 5671,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 5655,
"end": 5752,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5673,
"end": 5752,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 5679,
"end": 5748,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 5683,
"end": 5696,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 5683,
"end": 5687,
"ctxt": 0
},
"value": "type",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 5691,
"end": 5696,
"ctxt": 0
},
"value": "num",
"raw": "'num'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 5698,
"end": 5719,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5706,
"end": 5713,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5706,
"end": 5713,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5706,
"end": 5708,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 5709,
"end": 5712,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 5725,
"end": 5748,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 5733,
"end": 5742,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 5733,
"end": 5742,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 5733,
"end": 5735,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 5736,
"end": 5741,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"generator": true,
"async": false,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 5757,
"end": 5927,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 5762,
"end": 5779,
"ctxt": 0
},
"value": "FooAsyncGenMethod",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 5782,
"end": 5927,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 5786,
"end": 5925,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 5786,
"end": 5792,
"ctxt": 0
},
"value": "method",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "RestElement",
"span": {
"start": 5793,
"end": 5889,
"ctxt": 0
},
"rest": {
"start": 5793,
"end": 5796,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 5796,
"end": 5800,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5800,
"end": 5889,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 5806,
"end": 5889,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 5806,
"end": 5844,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5807,
"end": 5818,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5807,
"end": 5811,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5813,
"end": 5818,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5813,
"end": 5818,
"ctxt": 0
},
"value": "str",
"raw": "\"str\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5820,
"end": 5843,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5820,
"end": 5822,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5824,
"end": 5843,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5825,
"end": 5834,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5826,
"end": 5834,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5828,
"end": 5834,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5836,
"end": 5843,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5839,
"end": 5843,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 5851,
"end": 5889,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 5852,
"end": 5863,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5852,
"end": 5856,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsLiteralType",
"span": {
"start": 5858,
"end": 5863,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 5858,
"end": 5863,
"ctxt": 0
},
"value": "num",
"raw": "\"num\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 5865,
"end": 5888,
"ctxt": 0
},
"label": {
"type": "Identifier",
"span": {
"start": 5865,
"end": 5867,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
},
"ty": {
"type": "TsFunctionType",
"span": {
"start": 5869,
"end": 5888,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 5870,
"end": 5879,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5871,
"end": 5879,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5873,
"end": 5879,
"ctxt": 0
},
"kind": "number"
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5881,
"end": 5888,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 5884,
"end": 5888,
"ctxt": 0
},
"kind": "void"
}
}
}
}
]
}
]
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 5893,
"end": 5924,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5895,
"end": 5924,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5895,
"end": 5909,
"ctxt": 0
},
"value": "AsyncGenerator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 5909,
"end": 5924,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 5910,
"end": 5913,
"ctxt": 0
},
"kind": "any"
},
{
"type": "TsKeywordType",
"span": {
"start": 5915,
"end": 5918,
"ctxt": 0
},
"kind": "any"
},
{
"type": "TsKeywordType",
"span": {
"start": 5920,
"end": 5923,
"ctxt": 0
},
"kind": "any"
}
]
}
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 5929,
"end": 6077,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5933,
"end": 6076,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5933,
"end": 5945,
"ctxt": 0
},
"value": "fooAsyncGenM",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 5945,
"end": 5964,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 5947,
"end": 5964,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 5947,
"end": 5964,
"ctxt": 0
},
"value": "FooAsyncGenMethod",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 5967,
"end": 6076,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 5978,
"end": 5984,
"ctxt": 0
},
"value": "method",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 5985,
"end": 5989,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5985,
"end": 5989,
"ctxt": 0
},
"value": "type",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 5991,
"end": 5993,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 5991,
"end": 5993,
"ctxt": 0
},
"value": "cb",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 5971,
"end": 6074,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 5995,
"end": 6074,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 6001,
"end": 6070,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 6005,
"end": 6018,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 6005,
"end": 6009,
"ctxt": 0
},
"value": "type",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6013,
"end": 6018,
"ctxt": 0
},
"value": "num",
"raw": "'num'"
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 6020,
"end": 6041,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6028,
"end": 6035,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 6028,
"end": 6035,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 6028,
"end": 6030,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 6031,
"end": 6034,
"ctxt": 0
},
"value": 123.0,
"raw": "123"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 6047,
"end": 6070,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6055,
"end": 6064,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 6055,
"end": 6064,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 6055,
"end": 6057,
"ctxt": 0
},
"value": "cb",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 6058,
"end": 6063,
"ctxt": 0
},
"value": "abc",
"raw": "\"abc\""
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"generator": true,
"async": true,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
},
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 6101,
"end": 6175,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 6106,
"end": 6110,
"ctxt": 0
},
"value": "Func",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 6113,
"end": 6174,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 6155,
"end": 6165,
"ctxt": 0
},
"rest": {
"start": 6155,
"end": 6158,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 6158,
"end": 6162,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6162,
"end": 6165,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6164,
"end": 6165,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6164,
"end": 6165,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 6113,
"end": 6154,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 6114,
"end": 6153,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 6114,
"end": 6115,
"ctxt": 0
},
"value": "T",
"optional": false
},
"in": false,
"out": false,
"constraint": {
"type": "TsUnionType",
"span": {
"start": 6124,
"end": 6153,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 6124,
"end": 6137,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6125,
"end": 6128,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6125,
"end": 6128,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 6125,
"end": 6128,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6130,
"end": 6136,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6130,
"end": 6136,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 6140,
"end": 6153,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6141,
"end": 6144,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6141,
"end": 6144,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 6141,
"end": 6144,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6146,
"end": 6152,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6146,
"end": 6152,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
},
"default": null
}
]
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6167,
"end": 6174,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 6170,
"end": 6174,
"ctxt": 0
},
"kind": "void"
}
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 6177,
"end": 6356,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 6183,
"end": 6355,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 6183,
"end": 6186,
"ctxt": 0
},
"value": "f60",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6186,
"end": 6192,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 6188,
"end": 6192,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 6188,
"end": 6192,
"ctxt": 0
},
"value": "Func",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 6195,
"end": 6355,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 6196,
"end": 6200,
"ctxt": 0
},
"value": "kind",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 6202,
"end": 6209,
"ctxt": 0
},
"value": "payload",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 6214,
"end": 6355,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 6220,
"end": 6282,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 6224,
"end": 6236,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 6224,
"end": 6228,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6233,
"end": 6236,
"ctxt": 0
},
"value": "a",
"raw": "\"a\""
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 6238,
"end": 6282,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6248,
"end": 6266,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 6248,
"end": 6265,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 6248,
"end": 6263,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6248,
"end": 6255,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6256,
"end": 6263,
"ctxt": 0
},
"value": "toFixed",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 6287,
"end": 6353,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 6291,
"end": 6303,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 6291,
"end": 6295,
"ctxt": 0
},
"value": "kind",
"optional": false
},
"right": {
"type": "StringLiteral",
"span": {
"start": 6300,
"end": 6303,
"ctxt": 0
},
"value": "b",
"raw": "\"b\""
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 6305,
"end": 6353,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6315,
"end": 6337,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 6315,
"end": 6336,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 6315,
"end": 6334,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6315,
"end": 6322,
"ctxt": 0
},
"value": "payload",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6323,
"end": 6334,
"ctxt": 0
},
"value": "toUpperCase",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"alternate": null
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6389,
"end": 6392,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 6393,
"end": 6641,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "ObjectPattern",
"span": {
"start": 6393,
"end": 6641,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6399,
"end": 6405,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6399,
"end": 6405,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6411,
"end": 6431,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6411,
"end": 6416,
"ctxt": 0
},
"value": "test1",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6419,
"end": 6431,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6419,
"end": 6425,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6426,
"end": 6431,
"ctxt": 0
},
"value": "test1",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6437,
"end": 6457,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6437,
"end": 6442,
"ctxt": 0
},
"value": "test2",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6445,
"end": 6457,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6445,
"end": 6451,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6452,
"end": 6457,
"ctxt": 0
},
"value": "test2",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6463,
"end": 6483,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6463,
"end": 6468,
"ctxt": 0
},
"value": "test3",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6471,
"end": 6483,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6471,
"end": 6477,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6478,
"end": 6483,
"ctxt": 0
},
"value": "test3",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6489,
"end": 6509,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6489,
"end": 6494,
"ctxt": 0
},
"value": "test4",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6497,
"end": 6509,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6497,
"end": 6503,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6504,
"end": 6509,
"ctxt": 0
},
"value": "test4",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6515,
"end": 6535,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6515,
"end": 6520,
"ctxt": 0
},
"value": "test5",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6523,
"end": 6535,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6523,
"end": 6529,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6530,
"end": 6535,
"ctxt": 0
},
"value": "test5",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6541,
"end": 6561,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6541,
"end": 6546,
"ctxt": 0
},
"value": "test6",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6549,
"end": 6561,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6549,
"end": 6555,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6556,
"end": 6561,
"ctxt": 0
},
"value": "test6",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6567,
"end": 6587,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6567,
"end": 6572,
"ctxt": 0
},
"value": "test7",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6575,
"end": 6587,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6575,
"end": 6581,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6582,
"end": 6587,
"ctxt": 0
},
"value": "test7",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6593,
"end": 6613,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6593,
"end": 6598,
"ctxt": 0
},
"value": "test8",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6601,
"end": 6613,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6601,
"end": 6607,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6608,
"end": 6613,
"ctxt": 0
},
"value": "test8",
"optional": false
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 6619,
"end": 6639,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 6619,
"end": 6624,
"ctxt": 0
},
"value": "test9",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 6627,
"end": 6639,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 6627,
"end": 6633,
"ctxt": 0
},
"value": "value1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 6634,
"end": 6639,
"ctxt": 0
},
"value": "test9",
"optional": false
}
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 6380,
"end": 6645,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 6643,
"end": 6645,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6678,
"end": 6681,
"ctxt": 0
},
"value": "fa1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 6682,
"end": 6717,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6682,
"end": 6717,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6683,
"end": 6717,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 6685,
"end": 6717,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 6685,
"end": 6699,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6686,
"end": 6690,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6686,
"end": 6690,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 6686,
"end": 6690,
"ctxt": 0
},
"value": true
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6692,
"end": 6698,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6692,
"end": 6698,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 6702,
"end": 6717,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 6703,
"end": 6708,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 6703,
"end": 6708,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 6703,
"end": 6708,
"ctxt": 0
},
"value": false
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 6710,
"end": 6716,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 6710,
"end": 6716,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 6669,
"end": 6916,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 6719,
"end": 6916,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 6725,
"end": 6750,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 6731,
"end": 6749,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 6731,
"end": 6745,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 6732,
"end": 6737,
"ctxt": 0
},
"value": "guard",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 6739,
"end": 6744,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 6748,
"end": 6749,
"ctxt": 0
},
"value": "x",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 6755,
"end": 6914,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 6759,
"end": 6764,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 6766,
"end": 6832,
"ctxt": 0
},
"stmts": [
{
"type": "ForStatement",
"span": {
"start": 6776,
"end": 6826,
"ctxt": 0
},
"init": null,
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 6785,
"end": 6826,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6799,
"end": 6805,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 6799,
"end": 6804,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 6842,
"end": 6914,
"ctxt": 0
},
"stmts": [
{
"type": "WhileStatement",
"span": {
"start": 6852,
"end": 6908,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 6859,
"end": 6865,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "UnaryExpression",
"span": {
"start": 6860,
"end": 6865,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 6861,
"end": 6865,
"ctxt": 0
},
"value": true
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 6867,
"end": 6908,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 6881,
"end": 6887,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 6881,
"end": 6886,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 6927,
"end": 6930,
"ctxt": 0
},
"value": "fa2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 6931,
"end": 6998,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 6931,
"end": 6998,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6932,
"end": 6998,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 6934,
"end": 6998,
"ctxt": 0
},
"types": [
{
"type": "TsTypeLiteral",
"span": {
"start": 6934,
"end": 6964,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 6936,
"end": 6948,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 6936,
"end": 6941,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6941,
"end": 6947,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 6943,
"end": 6947,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 6943,
"end": 6947,
"ctxt": 0
},
"value": true
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 6949,
"end": 6962,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 6949,
"end": 6954,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6954,
"end": 6962,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 6956,
"end": 6962,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
},
{
"type": "TsTypeLiteral",
"span": {
"start": 6967,
"end": 6998,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 6969,
"end": 6982,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 6969,
"end": 6974,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6974,
"end": 6981,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsLiteralType",
"span": {
"start": 6976,
"end": 6981,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 6976,
"end": 6981,
"ctxt": 0
},
"value": false
}
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 6983,
"end": 6996,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 6983,
"end": 6988,
"ctxt": 0
},
"value": "value",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 6988,
"end": 6996,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 6990,
"end": 6996,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 6918,
"end": 7199,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 7000,
"end": 7199,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 7006,
"end": 7033,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 7012,
"end": 7032,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 7012,
"end": 7028,
"ctxt": 0
},
"properties": [
{
"type": "AssignmentPatternProperty",
"span": {
"start": 7014,
"end": 7019,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 7014,
"end": 7019,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"value": null
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 7021,
"end": 7026,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 7021,
"end": 7026,
"ctxt": 0
},
"value": "value",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 7031,
"end": 7032,
"ctxt": 0
},
"value": "x",
"optional": false
},
"definite": false
}
]
},
{
"type": "IfStatement",
"span": {
"start": 7038,
"end": 7197,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 7042,
"end": 7047,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 7049,
"end": 7115,
"ctxt": 0
},
"stmts": [
{
"type": "ForStatement",
"span": {
"start": 7059,
"end": 7109,
"ctxt": 0
},
"init": null,
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 7068,
"end": 7109,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 7082,
"end": 7088,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 7082,
"end": 7087,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 7125,
"end": 7197,
"ctxt": 0
},
"stmts": [
{
"type": "WhileStatement",
"span": {
"start": 7135,
"end": 7191,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 7142,
"end": 7148,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "UnaryExpression",
"span": {
"start": 7143,
"end": 7148,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 7144,
"end": 7148,
"ctxt": 0
},
"value": true
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 7150,
"end": 7191,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 7164,
"end": 7170,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 7164,
"end": 7169,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 7201,
"end": 7451,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 7207,
"end": 7451,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 7207,
"end": 7210,
"ctxt": 0
},
"value": "fa3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 7210,
"end": 7263,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 7212,
"end": 7263,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 7213,
"end": 7254,
"ctxt": 0
},
"rest": {
"start": 7213,
"end": 7216,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 7216,
"end": 7220,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 7220,
"end": 7254,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 7222,
"end": 7254,
"ctxt": 0
},
"types": [
{
"type": "TsTupleType",
"span": {
"start": 7222,
"end": 7236,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7223,
"end": 7227,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 7223,
"end": 7227,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 7223,
"end": 7227,
"ctxt": 0
},
"value": true
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7229,
"end": 7235,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7229,
"end": 7235,
"ctxt": 0
},
"kind": "number"
}
}
]
},
{
"type": "TsTupleType",
"span": {
"start": 7239,
"end": 7254,
"ctxt": 0
},
"elemTypes": [
{
"type": "TsTupleElement",
"span": {
"start": 7240,
"end": 7245,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsLiteralType",
"span": {
"start": 7240,
"end": 7245,
"ctxt": 0
},
"literal": {
"type": "BooleanLiteral",
"span": {
"start": 7240,
"end": 7245,
"ctxt": 0
},
"value": false
}
}
},
{
"type": "TsTupleElement",
"span": {
"start": 7247,
"end": 7253,
"ctxt": 0
},
"label": null,
"ty": {
"type": "TsKeywordType",
"span": {
"start": 7247,
"end": 7253,
"ctxt": 0
},
"kind": "string"
}
}
]
}
]
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 7256,
"end": 7263,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 7259,
"end": 7263,
"ctxt": 0
},
"kind": "void"
}
}
}
}
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 7266,
"end": 7451,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 7267,
"end": 7272,
"ctxt": 0
},
"value": "guard",
"optional": false,
"typeAnnotation": null
},
{
"type": "Identifier",
"span": {
"start": 7274,
"end": 7279,
"ctxt": 0
},
"value": "value",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 7284,
"end": 7451,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 7290,
"end": 7449,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 7294,
"end": 7299,
"ctxt": 0
},
"value": "guard",
"optional": false
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 7301,
"end": 7367,
"ctxt": 0
},
"stmts": [
{
"type": "ForStatement",
"span": {
"start": 7311,
"end": 7361,
"ctxt": 0
},
"init": null,
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 7320,
"end": 7361,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 7334,
"end": 7340,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 7334,
"end": 7339,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 7377,
"end": 7449,
"ctxt": 0
},
"stmts": [
{
"type": "WhileStatement",
"span": {
"start": 7387,
"end": 7443,
"ctxt": 0
},
"test": {
"type": "UnaryExpression",
"span": {
"start": 7394,
"end": 7400,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "UnaryExpression",
"span": {
"start": 7395,
"end": 7400,
"ctxt": 0
},
"operator": "!",
"argument": {
"type": "BooleanLiteral",
"span": {
"start": 7396,
"end": 7400,
"ctxt": 0
},
"value": true
}
}
},
"body": {
"type": "BlockStatement",
"span": {
"start": 7402,
"end": 7443,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 7416,
"end": 7422,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 7416,
"end": 7421,
"ctxt": 0
},
"value": "value",
"optional": false
}
}
]
}
}
]
}
}
]
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
}
],
"interpreter": null
}