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

1796 lines
48 KiB
JSON

{
"type": "Script",
"span": {
"start": 61,
"end": 610,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 61,
"end": 243,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 71,
"end": 72,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 73,
"end": 243,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 79,
"end": 204,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 79,
"end": 82,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 82,
"end": 204,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 84,
"end": 204,
"ctxt": 0
},
"members": [
{
"type": "TsMethodSignature",
"span": {
"start": 94,
"end": 157,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 94,
"end": 97,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"computed": false,
"optional": false,
"params": [],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 99,
"end": 157,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 101,
"end": 157,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 115,
"end": 147,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 115,
"end": 118,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 118,
"end": 147,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 120,
"end": 147,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 128,
"end": 130,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 128,
"end": 130,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 133,
"end": 142,
"ctxt": 0
},
"kind": "undefined"
},
{
"type": "TsLiteralType",
"span": {
"start": 145,
"end": 147,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 145,
"end": 147,
"ctxt": 0
},
"value": "",
"raw": "''"
}
}
]
}
},
"typeParams": null
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 166,
"end": 198,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 166,
"end": 169,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 169,
"end": 198,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 171,
"end": 198,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 171,
"end": 172,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 171,
"end": 172,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 179,
"end": 181,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 179,
"end": 181,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 184,
"end": 193,
"ctxt": 0
},
"kind": "undefined"
},
{
"type": "TsLiteralType",
"span": {
"start": 196,
"end": 198,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 196,
"end": 198,
"ctxt": 0
},
"value": "",
"raw": "''"
}
}
]
}
},
"typeParams": null
}
]
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 209,
"end": 241,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 209,
"end": 212,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 212,
"end": 241,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsUnionType",
"span": {
"start": 214,
"end": 241,
"ctxt": 0
},
"types": [
{
"type": "TsLiteralType",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "TsLiteralType",
"span": {
"start": 222,
"end": 224,
"ctxt": 0
},
"literal": {
"type": "NumericLiteral",
"span": {
"start": 222,
"end": 224,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
},
{
"type": "TsKeywordType",
"span": {
"start": 227,
"end": 236,
"ctxt": 0
},
"kind": "undefined"
},
{
"type": "TsLiteralType",
"span": {
"start": 239,
"end": 241,
"ctxt": 0
},
"literal": {
"type": "StringLiteral",
"span": {
"start": 239,
"end": 241,
"ctxt": 0
},
"value": "",
"raw": "''"
}
}
]
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 245,
"end": 268,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 259,
"end": 268,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 259,
"end": 265,
"ctxt": 0
},
"value": "result",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 265,
"end": 268,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 267,
"end": 268,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 267,
"end": 268,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 269,
"end": 287,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 283,
"end": 287,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 283,
"end": 284,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 284,
"end": 287,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 288,
"end": 306,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 302,
"end": 306,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 302,
"end": 303,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 303,
"end": 306,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 305,
"end": 306,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 305,
"end": 306,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 307,
"end": 325,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 321,
"end": 325,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 321,
"end": 322,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 322,
"end": 325,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 324,
"end": 325,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 324,
"end": 325,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 327,
"end": 347,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 327,
"end": 347,
"ctxt": 0
},
"operator": "&&=",
"left": {
"type": "MemberExpression",
"span": {
"start": 327,
"end": 332,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 327,
"end": 328,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 329,
"end": 332,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 337,
"end": 347,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 337,
"end": 343,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 344,
"end": 347,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 348,
"end": 368,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 348,
"end": 368,
"ctxt": 0
},
"operator": "||=",
"left": {
"type": "MemberExpression",
"span": {
"start": 348,
"end": 353,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 350,
"end": 353,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 358,
"end": 368,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 358,
"end": 364,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 365,
"end": 368,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 369,
"end": 389,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 369,
"end": 389,
"ctxt": 0
},
"operator": "??=",
"left": {
"type": "MemberExpression",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 369,
"end": 370,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 371,
"end": 374,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 379,
"end": 389,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 379,
"end": 385,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 386,
"end": 389,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 391,
"end": 422,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 391,
"end": 422,
"ctxt": 0
},
"operator": "&&=",
"left": {
"type": "MemberExpression",
"span": {
"start": 391,
"end": 403,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 391,
"end": 396,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 391,
"end": 392,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 393,
"end": 396,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Computed",
"span": {
"start": 396,
"end": 403,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 397,
"end": 402,
"ctxt": 0
},
"value": "baz",
"raw": "\"baz\""
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 408,
"end": 422,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 408,
"end": 418,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 408,
"end": 414,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 415,
"end": 418,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 419,
"end": 422,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 423,
"end": 454,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 423,
"end": 454,
"ctxt": 0
},
"operator": "||=",
"left": {
"type": "MemberExpression",
"span": {
"start": 423,
"end": 435,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 423,
"end": 428,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 425,
"end": 428,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Computed",
"span": {
"start": 428,
"end": 435,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 429,
"end": 434,
"ctxt": 0
},
"value": "baz",
"raw": "\"baz\""
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 440,
"end": 454,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 440,
"end": 450,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 440,
"end": 446,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 447,
"end": 450,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 451,
"end": 454,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 455,
"end": 486,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 455,
"end": 486,
"ctxt": 0
},
"operator": "??=",
"left": {
"type": "MemberExpression",
"span": {
"start": 455,
"end": 467,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 455,
"end": 460,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 455,
"end": 456,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 457,
"end": 460,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Computed",
"span": {
"start": 460,
"end": 467,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 461,
"end": 466,
"ctxt": 0
},
"value": "baz",
"raw": "\"baz\""
}
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 472,
"end": 486,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 472,
"end": 482,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 472,
"end": 478,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 479,
"end": 482,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 483,
"end": 486,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 488,
"end": 528,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 488,
"end": 528,
"ctxt": 0
},
"operator": "&&=",
"left": {
"type": "MemberExpression",
"span": {
"start": 488,
"end": 503,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 488,
"end": 499,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 488,
"end": 497,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 488,
"end": 493,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 488,
"end": 489,
"ctxt": 0
},
"value": "a",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 490,
"end": 493,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 494,
"end": 497,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 500,
"end": 503,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 508,
"end": 528,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 508,
"end": 524,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 508,
"end": 522,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 508,
"end": 518,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 508,
"end": 514,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 515,
"end": 518,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 519,
"end": 522,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 525,
"end": 528,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 529,
"end": 569,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 529,
"end": 569,
"ctxt": 0
},
"operator": "||=",
"left": {
"type": "MemberExpression",
"span": {
"start": 529,
"end": 544,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 529,
"end": 540,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 529,
"end": 538,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 529,
"end": 534,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 529,
"end": 530,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 531,
"end": 534,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 535,
"end": 538,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 541,
"end": 544,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 549,
"end": 569,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 549,
"end": 565,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 549,
"end": 563,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 549,
"end": 559,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 549,
"end": 555,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 556,
"end": 559,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 560,
"end": 563,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 566,
"end": 569,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 570,
"end": 610,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 570,
"end": 610,
"ctxt": 0
},
"operator": "??=",
"left": {
"type": "MemberExpression",
"span": {
"start": 570,
"end": 585,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 570,
"end": 581,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 570,
"end": 579,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 570,
"end": 575,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 570,
"end": 571,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 572,
"end": 575,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 576,
"end": 579,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 582,
"end": 585,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "MemberExpression",
"span": {
"start": 590,
"end": 610,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 590,
"end": 606,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 590,
"end": 604,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 590,
"end": 600,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 590,
"end": 596,
"ctxt": 0
},
"value": "result",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 597,
"end": 600,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 601,
"end": 604,
"ctxt": 0
},
"value": "bar",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 607,
"end": 610,
"ctxt": 0
},
"value": "baz",
"optional": false
}
}
}
}
],
"interpreter": null
}