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

1884 lines
47 KiB
JSON

{
"type": "Script",
"span": {
"start": 29,
"end": 1201,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 38,
"end": 40,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 41,
"end": 50,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 41,
"end": 50,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 42,
"end": 50,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 44,
"end": 50,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 29,
"end": 535,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 52,
"end": 535,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 58,
"end": 85,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 62,
"end": 76,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 62,
"end": 63,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 67,
"end": 76,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 78,
"end": 85,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 90,
"end": 117,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 94,
"end": 108,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 99,
"end": 108,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 110,
"end": 117,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 122,
"end": 150,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 126,
"end": 141,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 126,
"end": 127,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 132,
"end": 141,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 143,
"end": 150,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 155,
"end": 183,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 159,
"end": 174,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 159,
"end": 160,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 165,
"end": 174,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 176,
"end": 183,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 188,
"end": 210,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 192,
"end": 201,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 197,
"end": 201,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 203,
"end": 210,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 215,
"end": 237,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 219,
"end": 228,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 224,
"end": 228,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 230,
"end": 237,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 242,
"end": 265,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 246,
"end": 256,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 246,
"end": 247,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 252,
"end": 256,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 258,
"end": 265,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 270,
"end": 293,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 274,
"end": 284,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 274,
"end": 275,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 280,
"end": 284,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 286,
"end": 293,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 298,
"end": 325,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 302,
"end": 316,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 302,
"end": 311,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 318,
"end": 325,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 330,
"end": 357,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 334,
"end": 348,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "Identifier",
"span": {
"start": 334,
"end": 343,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 347,
"end": 348,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 350,
"end": 357,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 362,
"end": 390,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 366,
"end": 381,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "Identifier",
"span": {
"start": 366,
"end": 375,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 380,
"end": 381,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 383,
"end": 390,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 395,
"end": 423,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 399,
"end": 414,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "Identifier",
"span": {
"start": 399,
"end": 408,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 416,
"end": 423,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 428,
"end": 450,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 432,
"end": 441,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 432,
"end": 436,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 440,
"end": 441,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 443,
"end": 450,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 455,
"end": 477,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 459,
"end": 468,
"ctxt": 0
},
"operator": "!=",
"left": {
"type": "NullLiteral",
"span": {
"start": 459,
"end": 463,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 470,
"end": 477,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 482,
"end": 505,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 486,
"end": 496,
"ctxt": 0
},
"operator": "===",
"left": {
"type": "NullLiteral",
"span": {
"start": 486,
"end": 490,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 498,
"end": 505,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 510,
"end": 533,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 514,
"end": 524,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "NullLiteral",
"span": {
"start": 514,
"end": 518,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 523,
"end": 524,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 526,
"end": 533,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 546,
"end": 548,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 537,
"end": 694,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 551,
"end": 694,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 557,
"end": 592,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 561,
"end": 583,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 561,
"end": 570,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 574,
"end": 583,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 585,
"end": 592,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 597,
"end": 627,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 601,
"end": 618,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 601,
"end": 610,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 614,
"end": 618,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 620,
"end": 627,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 632,
"end": 662,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 636,
"end": 653,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 636,
"end": 640,
"ctxt": 0
}
},
"right": {
"type": "Identifier",
"span": {
"start": 644,
"end": 653,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 655,
"end": 662,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 667,
"end": 692,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 671,
"end": 683,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "NullLiteral",
"span": {
"start": 671,
"end": 675,
"ctxt": 0
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 679,
"end": 683,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 685,
"end": 692,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 705,
"end": 707,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 708,
"end": 717,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 708,
"end": 717,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 709,
"end": 717,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 711,
"end": 717,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 719,
"end": 729,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 719,
"end": 729,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 720,
"end": 729,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 722,
"end": 729,
"ctxt": 0
},
"kind": "boolean"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 731,
"end": 747,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 731,
"end": 747,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 732,
"end": 747,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 734,
"end": 747,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 736,
"end": 745,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 737,
"end": 745,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 739,
"end": 745,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 749,
"end": 767,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 749,
"end": 767,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 750,
"end": 767,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 752,
"end": 767,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 752,
"end": 758,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 761,
"end": 767,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 696,
"end": 880,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 769,
"end": 880,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 775,
"end": 797,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 779,
"end": 788,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 779,
"end": 780,
"ctxt": 0
},
"value": "a",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 784,
"end": 788,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 790,
"end": 797,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 802,
"end": 824,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 806,
"end": 815,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "b",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 811,
"end": 815,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 817,
"end": 824,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 829,
"end": 851,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 833,
"end": 842,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 833,
"end": 834,
"ctxt": 0
},
"value": "c",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 838,
"end": 842,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 844,
"end": 851,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 856,
"end": 878,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 860,
"end": 869,
"ctxt": 0
},
"operator": "==",
"left": {
"type": "Identifier",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": "d",
"optional": false
},
"right": {
"type": "NullLiteral",
"span": {
"start": 865,
"end": 869,
"ctxt": 0
}
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 871,
"end": 878,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 891,
"end": 893,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 894,
"end": 903,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 894,
"end": 903,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 895,
"end": 903,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 897,
"end": 903,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"decorators": [],
"span": {
"start": 882,
"end": 1034,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 905,
"end": 1034,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 911,
"end": 937,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 915,
"end": 928,
"ctxt": 0
},
"operator": ">",
"left": {
"type": "Identifier",
"span": {
"start": 915,
"end": 916,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 919,
"end": 928,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 930,
"end": 937,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 942,
"end": 968,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 946,
"end": 959,
"ctxt": 0
},
"operator": "<",
"left": {
"type": "Identifier",
"span": {
"start": 946,
"end": 947,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 950,
"end": 959,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 961,
"end": 968,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 973,
"end": 1000,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 977,
"end": 991,
"ctxt": 0
},
"operator": ">=",
"left": {
"type": "Identifier",
"span": {
"start": 977,
"end": 978,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 982,
"end": 991,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 993,
"end": 1000,
"ctxt": 0
},
"stmts": []
},
"alternate": null
},
{
"type": "IfStatement",
"span": {
"start": 1005,
"end": 1032,
"ctxt": 0
},
"test": {
"type": "BinaryExpression",
"span": {
"start": 1009,
"end": 1023,
"ctxt": 0
},
"operator": "<=",
"left": {
"type": "Identifier",
"span": {
"start": 1009,
"end": 1010,
"ctxt": 0
},
"value": "x",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 1014,
"end": 1023,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1025,
"end": 1032,
"ctxt": 0
},
"stmts": []
},
"alternate": null
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1044,
"end": 1046,
"ctxt": 0
},
"value": "f5",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1047,
"end": 1056,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1047,
"end": 1056,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1048,
"end": 1056,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 1050,
"end": 1056,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"decorators": [],
"span": {
"start": 1035,
"end": 1201,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1058,
"end": 1201,
"ctxt": 0
},
"stmts": [
{
"type": "SwitchStatement",
"span": {
"start": 1064,
"end": 1199,
"ctxt": 0
},
"discriminant": {
"type": "Identifier",
"span": {
"start": 1071,
"end": 1072,
"ctxt": 0
},
"value": "x",
"optional": false
},
"cases": [
{
"type": "SwitchCase",
"span": {
"start": 1084,
"end": 1113,
"ctxt": 0
},
"test": {
"type": "NullLiteral",
"span": {
"start": 1089,
"end": 1093,
"ctxt": 0
}
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 1107,
"end": 1113,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1122,
"end": 1156,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1136,
"ctxt": 0
},
"value": "undefined",
"optional": false
},
"consequent": [
{
"type": "BreakStatement",
"span": {
"start": 1150,
"end": 1156,
"ctxt": 0
},
"label": null
}
]
},
{
"type": "SwitchCase",
"span": {
"start": 1165,
"end": 1193,
"ctxt": 0
},
"test": null,
"consequent": [
{
"type": "ReturnStatement",
"span": {
"start": 1186,
"end": 1193,
"ctxt": 0
},
"argument": null
}
]
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}