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

1884 lines
47 KiB
JSON

{
"type": "Script",
"span": {
"start": 28,
"end": 1200,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 37,
"end": 39,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 40,
"end": 49,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 40,
"end": 49,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 41,
"end": 49,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 43,
"end": 49,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 28,
"end": 534,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 51,
"end": 534,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 57,
"end": 84,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 61,
"end": 75,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 66,
"end": 75,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 77,
"end": 84,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 89,
"end": 116,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 93,
"end": 107,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 93,
"end": 94,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 98,
"end": 107,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 109,
"end": 116,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 121,
"end": 149,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 125,
"end": 140,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 131,
"end": 140,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 142,
"end": 149,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 154,
"end": 182,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 158,
"end": 173,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 164,
"end": 173,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 175,
"end": 182,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 187,
"end": 209,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 191,
"end": 200,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 191,
"end": 192,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 196,
"end": 200,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 202,
"end": 209,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 214,
"end": 236,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 218,
"end": 227,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 223,
"end": 227,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 229,
"end": 236,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 241,
"end": 264,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 245,
"end": 255,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 245,
"end": 246,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 251,
"end": 255,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 257,
"end": 264,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 269,
"end": 292,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 273,
"end": 283,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 279,
"end": 283,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 285,
"end": 292,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 297,
"end": 324,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 301,
"end": 315,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 301,
"end": 310,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 314,
"end": 315,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 317,
"end": 324,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 329,
"end": 356,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 333,
"end": 347,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 333,
"end": 342,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 346,
"end": 347,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 349,
"end": 356,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 361,
"end": 389,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 365,
"end": 380,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 365,
"end": 374,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 382,
"end": 389,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 394,
"end": 422,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 398,
"end": 413,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 398,
"end": 407,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 412,
"end": 413,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 415,
"end": 422,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 427,
"end": 449,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 431,
"end": 440,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 431,
"end": 435,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 439,
"end": 440,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 442,
"end": 449,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 454,
"end": 476,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 458,
"end": 467,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "NullLiteral",
"span": {
"start": 458,
"end": 462,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 466,
"end": 467,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 469,
"end": 476,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 481,
"end": 504,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 485,
"end": 495,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "NullLiteral",
"span": {
"start": 485,
"end": 489,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 494,
"end": 495,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 497,
"end": 504,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 509,
"end": 532,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 513,
"end": 523,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "NullLiteral",
"span": {
"start": 513,
"end": 517,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 522,
"end": 523,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 525,
"end": 532,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 545,
"end": 547,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 536,
"end": 693,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 550,
"end": 693,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 556,
"end": 591,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 560,
"end": 582,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 560,
"end": 569,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 573,
"end": 582,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 584,
"end": 591,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 596,
"end": 626,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 600,
"end": 617,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 600,
"end": 609,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 613,
"end": 617,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 619,
"end": 626,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 631,
"end": 661,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 635,
"end": 652,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 635,
"end": 639,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 643,
"end": 652,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 654,
"end": 661,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 666,
"end": 691,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 670,
"end": 682,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 670,
"end": 674,
"ctxt": 0
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 678,
"end": 682,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 684,
"end": 691,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 704,
"end": 706,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 707,
"end": 716,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 707,
"end": 716,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 708,
"end": 716,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 710,
"end": 716,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 718,
"end": 728,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 718,
"end": 728,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 719,
"end": 728,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 721,
"end": 728,
"ctxt": 0
},
"kind": "boolean"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 730,
"end": 746,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 730,
"end": 746,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 731,
"end": 746,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 733,
"end": 746,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 735,
"end": 744,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 735,
"end": 736,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 736,
"end": 744,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 738,
"end": 744,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 748,
"end": 766,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 748,
"end": 766,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 749,
"end": 766,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 751,
"end": 766,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 751,
"end": 757,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 760,
"end": 766,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 695,
"end": 879,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 768,
"end": 879,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 774,
"end": 796,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 778,
"end": 787,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 778,
"end": 779,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 783,
"end": 787,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 789,
"end": 796,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 801,
"end": 823,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 805,
"end": 814,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 805,
"end": 806,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 816,
"end": 823,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 828,
"end": 850,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 832,
"end": 841,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 832,
"end": 833,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 837,
"end": 841,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 843,
"end": 850,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 855,
"end": 877,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 859,
"end": 868,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 859,
"end": 860,
"ctxt": 0
},
"value": "d",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 864,
"end": 868,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 870,
"end": 877,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 890,
"end": 892,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 893,
"end": 902,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 893,
"end": 902,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 894,
"end": 902,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 896,
"end": 902,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 881,
"end": 1033,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 904,
"end": 1033,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 910,
"end": 936,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 914,
"end": 927,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 914,
"end": 915,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 918,
"end": 927,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 929,
"end": 936,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 941,
"end": 967,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 945,
"end": 958,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 945,
"end": 946,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 949,
"end": 958,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 960,
"end": 967,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 972,
"end": 999,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 976,
"end": 990,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 976,
"end": 977,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 981,
"end": 990,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 992,
"end": 999,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1004,
"end": 1031,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1008,
"end": 1022,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1008,
"end": 1009,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1013,
"end": 1022,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1024,
"end": 1031,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1043,
"end": 1045,
"ctxt": 0
},
"value": "f5",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1046,
"end": 1055,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1046,
"end": 1055,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1047,
"end": 1055,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1049,
"end": 1055,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 1034,
"end": 1200,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1057,
"end": 1200,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 1063,
"end": 1198,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 1070,
"end": 1071,
"ctxt": 0
},
"value": "x",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 1083,
"end": 1112,
"ctxt": 0
},
"test": {
"type": "NullLiteral",
"span": {
"start": 1088,
"end": 1092,
"ctxt": 0
}
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 1106,
"end": 1112,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1121,
"end": 1155,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1126,
"end": 1135,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 1149,
"end": 1155,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1164,
"end": 1192,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1185,
"end": 1192,
"ctxt": 0
},
"argument": null
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}