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

2110 lines
52 KiB
JSON

{
"type": "Script",
"span": {
"start": 55,
"end": 1628,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 55,
"end": 74,
"ctxt": 0
},
"kind": "let",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 67,
"end": 73,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 67,
"end": 68,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 68,
"end": 73,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 70,
"end": 73,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 75,
"end": 125,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 89,
"end": 124,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 89,
"end": 91,
"ctxt": 0
},
"value": "g1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 91,
"end": 124,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 93,
"end": 124,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 93,
"end": 102,
"ctxt": 0
},
"value": "Generator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 102,
"end": 124,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 103,
"end": 109,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 111,
"end": 115,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 117,
"end": 123,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 126,
"end": 179,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 140,
"end": 178,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 140,
"end": 142,
"ctxt": 0
},
"value": "g2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 142,
"end": 178,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 144,
"end": 178,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 144,
"end": 153,
"ctxt": 0
},
"value": "Generator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 153,
"end": 178,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 162,
"end": 166,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 168,
"end": 177,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 180,
"end": 231,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 194,
"end": 230,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 194,
"end": 196,
"ctxt": 0
},
"value": "g3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 196,
"end": 230,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 198,
"end": 230,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 198,
"end": 207,
"ctxt": 0
},
"value": "Generator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 207,
"end": 230,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 208,
"end": 214,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 216,
"end": 220,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 222,
"end": 229,
"ctxt": 0
},
"kind": "boolean"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 232,
"end": 287,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 246,
"end": 286,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 246,
"end": 248,
"ctxt": 0
},
"value": "g4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 248,
"end": 286,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 250,
"end": 286,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 250,
"end": 264,
"ctxt": 0
},
"value": "AsyncGenerator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 264,
"end": 286,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 265,
"end": 271,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 273,
"end": 277,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 279,
"end": 285,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 288,
"end": 346,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 302,
"end": 345,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 302,
"end": 304,
"ctxt": 0
},
"value": "g5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 304,
"end": 345,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 306,
"end": 345,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 306,
"end": 320,
"ctxt": 0
},
"value": "AsyncGenerator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 320,
"end": 345,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 321,
"end": 327,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 329,
"end": 333,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 335,
"end": 344,
"ctxt": 0
},
"kind": "undefined"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 347,
"end": 403,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 361,
"end": 402,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 361,
"end": 363,
"ctxt": 0
},
"value": "g6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 363,
"end": 402,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 365,
"end": 402,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 365,
"end": 379,
"ctxt": 0
},
"value": "AsyncGenerator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 379,
"end": 402,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 380,
"end": 386,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 388,
"end": 392,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 394,
"end": 401,
"ctxt": 0
},
"kind": "boolean"
}
]
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 424,
"end": 432,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 424,
"end": 431,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 425,
"end": 428,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 428,
"end": 430,
"ctxt": 0
},
"value": "g1",
"optional": false
}
}
]
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 442,
"end": 450,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 442,
"end": 449,
"ctxt": 0
},
"elements": [
{
"spread": {
"start": 443,
"end": 446,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 446,
"end": 448,
"ctxt": 0
},
"value": "g2",
"optional": false
}
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 491,
"end": 505,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 495,
"end": 504,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 495,
"end": 499,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 496,
"end": 498,
"ctxt": 0
},
"value": "x1",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 502,
"end": 504,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 515,
"end": 529,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 519,
"end": 528,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 519,
"end": 523,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 520,
"end": 522,
"ctxt": 0
},
"value": "x2",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 526,
"end": 528,
"ctxt": 0
},
"value": "g2",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 575,
"end": 592,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 579,
"end": 591,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 579,
"end": 586,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 580,
"end": 585,
"ctxt": 0
},
"rest": {
"start": 580,
"end": 583,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 583,
"end": 585,
"ctxt": 0
},
"value": "y1",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 589,
"end": 591,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 602,
"end": 619,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 606,
"end": 618,
"ctxt": 0
},
"id": {
"type": "ArrayPattern",
"span": {
"start": 606,
"end": 613,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 607,
"end": 612,
"ctxt": 0
},
"rest": {
"start": 607,
"end": 610,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 610,
"end": 612,
"ctxt": 0
},
"value": "y2",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 616,
"end": 618,
"ctxt": 0
},
"value": "g2",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 663,
"end": 672,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 663,
"end": 671,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 663,
"end": 666,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 669,
"end": 671,
"ctxt": 0
},
"value": "g1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 682,
"end": 691,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 682,
"end": 690,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 682,
"end": 685,
"ctxt": 0
},
"elements": [
{
"type": "Identifier",
"span": {
"start": 683,
"end": 684,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 688,
"end": 690,
"ctxt": 0
},
"value": "g2",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 740,
"end": 752,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 740,
"end": 751,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 740,
"end": 746,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"rest": {
"start": 741,
"end": 744,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 744,
"end": 745,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 749,
"end": 751,
"ctxt": 0
},
"value": "g1",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 762,
"end": 774,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 762,
"end": 773,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 762,
"end": 768,
"ctxt": 0
},
"elements": [
{
"type": "RestElement",
"span": {
"start": 766,
"end": 767,
"ctxt": 0
},
"rest": {
"start": 763,
"end": 766,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 766,
"end": 767,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 771,
"end": 773,
"ctxt": 0
},
"value": "g2",
"optional": false
}
}
},
{
"type": "ForOfStatement",
"span": {
"start": 806,
"end": 820,
"ctxt": 0
},
"await": null,
"left": {
"type": "Identifier",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 816,
"end": 818,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 819,
"end": 820,
"ctxt": 0
}
}
},
{
"type": "ForOfStatement",
"span": {
"start": 830,
"end": 844,
"ctxt": 0
},
"await": null,
"left": {
"type": "Identifier",
"span": {
"start": 835,
"end": 836,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 840,
"end": 842,
"ctxt": 0
},
"value": "g2",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 843,
"end": 844,
"ctxt": 0
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 867,
"end": 874,
"ctxt": 0
},
"value": "asyncfn",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 852,
"end": 1084,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 877,
"end": 1084,
"ctxt": 0
},
"stmts": [
{
"type": "ForOfStatement",
"span": {
"start": 917,
"end": 937,
"ctxt": 0
},
"await": {
"start": 921,
"end": 926,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 928,
"end": 929,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 933,
"end": 935,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 936,
"end": 937,
"ctxt": 0
}
}
},
{
"type": "ForOfStatement",
"span": {
"start": 951,
"end": 971,
"ctxt": 0
},
"await": {
"start": 955,
"end": 960,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 962,
"end": 963,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 967,
"end": 969,
"ctxt": 0
},
"value": "g2",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 970,
"end": 971,
"ctxt": 0
}
}
},
{
"type": "ForOfStatement",
"span": {
"start": 1022,
"end": 1042,
"ctxt": 0
},
"await": {
"start": 1026,
"end": 1031,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1033,
"end": 1034,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 1038,
"end": 1040,
"ctxt": 0
},
"value": "g4",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 1041,
"end": 1042,
"ctxt": 0
}
}
},
{
"type": "ForOfStatement",
"span": {
"start": 1056,
"end": 1076,
"ctxt": 0
},
"await": {
"start": 1060,
"end": 1065,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1067,
"end": 1068,
"ctxt": 0
},
"value": "_",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 1072,
"end": 1074,
"ctxt": 0
},
"value": "g5",
"optional": false
},
"body": {
"type": "EmptyStatement",
"span": {
"start": 1075,
"end": 1076,
"ctxt": 0
}
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1096,
"end": 1098,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1086,
"end": 1211,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1135,
"end": 1211,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1169,
"end": 1179,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1169,
"end": 1178,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1176,
"end": 1178,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"delegate": true
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1193,
"end": 1203,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1193,
"end": 1202,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1200,
"end": 1202,
"ctxt": 0
},
"value": "g3",
"optional": false
},
"delegate": true
}
}
]
},
"generator": true,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1100,
"end": 1134,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1102,
"end": 1134,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1102,
"end": 1111,
"ctxt": 0
},
"value": "Generator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1111,
"end": 1134,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1112,
"end": 1118,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 1120,
"end": 1124,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 1126,
"end": 1133,
"ctxt": 0
},
"kind": "boolean"
}
]
}
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1229,
"end": 1231,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1213,
"end": 1428,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1273,
"end": 1428,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1307,
"end": 1317,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1307,
"end": 1316,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1314,
"end": 1316,
"ctxt": 0
},
"value": "g1",
"optional": false
},
"delegate": true
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1331,
"end": 1341,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1331,
"end": 1340,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1338,
"end": 1340,
"ctxt": 0
},
"value": "g3",
"optional": false
},
"delegate": true
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1386,
"end": 1396,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1386,
"end": 1395,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1393,
"end": 1395,
"ctxt": 0
},
"value": "g4",
"optional": false
},
"delegate": true
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1410,
"end": 1420,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1410,
"end": 1419,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 1417,
"end": 1419,
"ctxt": 0
},
"value": "g6",
"optional": false
},
"delegate": true
}
}
]
},
"generator": true,
"async": true,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1233,
"end": 1272,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1235,
"end": 1272,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1249,
"ctxt": 0
},
"value": "AsyncGenerator",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 1249,
"end": 1272,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 1250,
"end": 1256,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 1258,
"end": 1262,
"ctxt": 0
},
"kind": "void"
},
{
"type": "TsKeywordType",
"span": {
"start": 1264,
"end": 1271,
"ctxt": 0
},
"kind": "boolean"
}
]
}
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1445,
"end": 1447,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1430,
"end": 1628,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1450,
"end": 1628,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1456,
"end": 1532,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1462,
"end": 1531,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1462,
"end": 1475,
"ctxt": 0
},
"value": "syncGenerator",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 1478,
"end": 1531,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1490,
"end": 1531,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1500,
"end": 1508,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1500,
"end": 1507,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 1506,
"end": 1507,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"delegate": false
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1517,
"end": 1525,
"ctxt": 0
},
"expression": {
"type": "YieldExpression",
"span": {
"start": 1517,
"end": 1524,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 1523,
"end": 1524,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"delegate": false
}
}
]
},
"generator": true,
"async": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 1538,
"end": 1588,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1544,
"end": 1587,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1544,
"end": 1545,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 1548,
"end": 1587,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 1549,
"end": 1571,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1550,
"end": 1570,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1550,
"end": 1556,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1557,
"end": 1570,
"ctxt": 0
},
"value": "asyncIterator",
"optional": false
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 1573,
"end": 1586,
"ctxt": 0
},
"value": "syncGenerator",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "ForOfStatement",
"span": {
"start": 1594,
"end": 1626,
"ctxt": 0
},
"await": {
"start": 1598,
"end": 1603,
"ctxt": 0
},
"left": {
"type": "VariableDeclaration",
"span": {
"start": 1605,
"end": 1612,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1611,
"end": 1612,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1611,
"end": 1612,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
"right": {
"type": "Identifier",
"span": {
"start": 1616,
"end": 1617,
"ctxt": 0
},
"value": "o",
"optional": false
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1619,
"end": 1626,
"ctxt": 0
},
"stmts": []
}
}
]
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}