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

1892 lines
49 KiB
JSON

{
"type": "Script",
"span": {
"start": 76,
"end": 892,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 82,
"end": 83,
"ctxt": 0
},
"value": "X",
"optional": false
},
"declare": false,
"span": {
"start": 76,
"end": 142,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 86,
"end": 101,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 86,
"end": 95,
"ctxt": 0
},
"value": "propertyX",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 95,
"end": 100,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 97,
"end": 100,
"ctxt": 0
},
"kind": "any"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 102,
"end": 121,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 102,
"end": 112,
"ctxt": 0
},
"value": "propertyX1",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 112,
"end": 120,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 114,
"end": 120,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 122,
"end": 140,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 122,
"end": 132,
"ctxt": 0
},
"value": "propertyX2",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 132,
"end": 140,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 134,
"end": 140,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 142,
"end": 143,
"ctxt": 0
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 144,
"end": 183,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 164,
"end": 181,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 164,
"end": 173,
"ctxt": 0
},
"value": "propertyA",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 173,
"end": 181,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 175,
"end": 181,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 160,
"end": 161,
"ctxt": 0
},
"value": "X",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 183,
"end": 184,
"ctxt": 0
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 191,
"end": 192,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 185,
"end": 224,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 205,
"end": 222,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 205,
"end": 214,
"ctxt": 0
},
"value": "propertyB",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 214,
"end": 222,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 216,
"end": 222,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 201,
"end": 202,
"ctxt": 0
},
"value": "X",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "EmptyStatement",
"span": {
"start": 224,
"end": 225,
"ctxt": 0
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 227,
"end": 236,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 231,
"end": 235,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 231,
"end": 232,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 232,
"end": 235,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 234,
"end": 235,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 237,
"end": 246,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 241,
"end": 245,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 241,
"end": 242,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 242,
"end": 245,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 244,
"end": 245,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 244,
"end": 245,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 247,
"end": 256,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 251,
"end": 255,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 252,
"end": 255,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 254,
"end": 255,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 254,
"end": 255,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 297,
"end": 310,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 297,
"end": 309,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 297,
"end": 301,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "Identifier",
"span": {
"start": 304,
"end": 305,
"ctxt": 0
},
"value": "a",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 308,
"end": 309,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 311,
"end": 338,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 315,
"end": 337,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 315,
"end": 322,
"ctxt": 0
},
"value": "result1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 325,
"end": 337,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 325,
"end": 329,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "Identifier",
"span": {
"start": 332,
"end": 333,
"ctxt": 0
},
"value": "a",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 336,
"end": 337,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 456,
"end": 486,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 460,
"end": 485,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 460,
"end": 467,
"ctxt": 0
},
"value": "result2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 467,
"end": 470,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 473,
"end": 485,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 473,
"end": 477,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "Identifier",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"value": "a",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 484,
"end": 485,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 487,
"end": 517,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 491,
"end": 516,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 491,
"end": 498,
"ctxt": 0
},
"value": "result3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 498,
"end": 501,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 504,
"end": 516,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 504,
"end": 508,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "Identifier",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": "a",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 518,
"end": 553,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 522,
"end": 552,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 522,
"end": 530,
"ctxt": 0
},
"value": "result31",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 530,
"end": 537,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 532,
"end": 537,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 532,
"end": 533,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 532,
"end": 533,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeParams": null
}
]
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 540,
"end": 552,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 540,
"end": 544,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "Identifier",
"span": {
"start": 547,
"end": 548,
"ctxt": 0
},
"value": "a",
"optional": false
},
"alternate": {
"type": "Identifier",
"span": {
"start": 551,
"end": 552,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 555,
"end": 636,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 559,
"end": 635,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 559,
"end": 566,
"ctxt": 0
},
"value": "result4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 566,
"end": 584,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 568,
"end": 584,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 569,
"end": 573,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 570,
"end": 573,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 572,
"end": 573,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 572,
"end": 573,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 575,
"end": 584,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 578,
"end": 584,
"ctxt": 0
},
"kind": "number"
}
}
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 587,
"end": 635,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 587,
"end": 591,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 594,
"end": 613,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 595,
"end": 596,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 601,
"end": 613,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 601,
"end": 602,
"ctxt": 0
},
"value": "m",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 603,
"end": 613,
"ctxt": 0
},
"value": "propertyX1",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 616,
"end": 635,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 617,
"end": 618,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 623,
"end": 635,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 623,
"end": 624,
"ctxt": 0
},
"value": "n",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 625,
"end": 635,
"ctxt": 0
},
"value": "propertyX2",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 637,
"end": 718,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 641,
"end": 717,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 641,
"end": 648,
"ctxt": 0
},
"value": "result5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 648,
"end": 666,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 650,
"end": 666,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 651,
"end": 655,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 652,
"end": 655,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 654,
"end": 655,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 654,
"end": 655,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 657,
"end": 666,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 660,
"end": 666,
"ctxt": 0
},
"kind": "string"
}
}
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 669,
"end": 717,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 669,
"end": 673,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 676,
"end": 695,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 677,
"end": 678,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 683,
"end": 695,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 683,
"end": 684,
"ctxt": 0
},
"value": "m",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 685,
"end": 695,
"ctxt": 0
},
"value": "propertyX1",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 698,
"end": 717,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 699,
"end": 700,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 705,
"end": 717,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 705,
"end": 706,
"ctxt": 0
},
"value": "n",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 707,
"end": 717,
"ctxt": 0
},
"value": "propertyX2",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 719,
"end": 801,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 723,
"end": 800,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 723,
"end": 730,
"ctxt": 0
},
"value": "result6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 730,
"end": 749,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 732,
"end": 749,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 733,
"end": 737,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 734,
"end": 737,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 736,
"end": 737,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 739,
"end": 749,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 742,
"end": 749,
"ctxt": 0
},
"kind": "boolean"
}
}
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 752,
"end": 800,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 752,
"end": 756,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 759,
"end": 778,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 760,
"end": 761,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 766,
"end": 778,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 766,
"end": 767,
"ctxt": 0
},
"value": "m",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 768,
"end": 778,
"ctxt": 0
},
"value": "propertyX1",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 781,
"end": 800,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 782,
"end": 783,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 788,
"end": 800,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 788,
"end": 789,
"ctxt": 0
},
"value": "n",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 790,
"end": 800,
"ctxt": 0
},
"value": "propertyX2",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 802,
"end": 892,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 806,
"end": 891,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 806,
"end": 814,
"ctxt": 0
},
"value": "result61",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 814,
"end": 840,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsFunctionType",
"span": {
"start": 816,
"end": 840,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 817,
"end": 821,
"ctxt": 0
},
"value": "t",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 818,
"end": 821,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 820,
"end": 821,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 820,
"end": 821,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 823,
"end": 840,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 826,
"end": 840,
"ctxt": 0
},
"types": [
{
"type": "TsKeywordType",
"span": {
"start": 826,
"end": 832,
"ctxt": 0
},
"kind": "number"
},
{
"type": "TsKeywordType",
"span": {
"start": 834,
"end": 840,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
}
},
"init": {
"type": "ConditionalExpression",
"span": {
"start": 843,
"end": 891,
"ctxt": 0
},
"test": {
"type": "BooleanLiteral",
"span": {
"start": 843,
"end": 847,
"ctxt": 0
},
"value": true
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 850,
"end": 869,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 857,
"end": 869,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": "m",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 859,
"end": 869,
"ctxt": 0
},
"value": "propertyX1",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 872,
"end": 891,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 873,
"end": 874,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "MemberExpression",
"span": {
"start": 879,
"end": 891,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 879,
"end": 880,
"ctxt": 0
},
"value": "n",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 881,
"end": 891,
"ctxt": 0
},
"value": "propertyX2",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"definite": false
}
]
}
],
"interpreter": null
}