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

1831 lines
42 KiB
JSON

{
"type": "Script",
"span": {
"start": 56,
"end": 653,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 62,
"end": 63,
"ctxt": 0
},
"value": "K",
"optional": false
},
"declare": false,
"span": {
"start": 56,
"end": 117,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 70,
"end": 77,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 70,
"end": 71,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 74,
"end": 76,
"ctxt": 0
},
"value": 12.0,
"raw": "12"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 82,
"end": 89,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 82,
"end": 83,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 82,
"end": 89,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 86,
"end": 89,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 94,
"end": 115,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "g",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 94,
"end": 115,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 102,
"end": 115,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 104,
"end": 113,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 111,
"end": 112,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 118,
"end": 187,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 128,
"end": 129,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 130,
"end": 187,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 136,
"end": 146,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 136,
"end": 137,
"ctxt": 0
},
"value": "p",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 137,
"end": 145,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 139,
"end": 145,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
},
{
"type": "TsMethodSignature",
"span": {
"start": 151,
"end": 161,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "m",
"optional": false
},
"computed": false,
"optional": false,
"params": [],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 156,
"end": 160,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 166,
"end": 185,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"value": "g",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 176,
"end": 184,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 178,
"end": 184,
"ctxt": 0
},
"kind": "number"
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 189,
"end": 204,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 193,
"end": 204,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 193,
"end": 194,
"ctxt": 0
},
"value": "k",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 197,
"end": 204,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 201,
"end": 202,
"ctxt": 0
},
"value": "K",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 205,
"end": 223,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 209,
"end": 222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 209,
"end": 211,
"ctxt": 0
},
"value": "sk",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 214,
"end": 222,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 216,
"end": 219,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 219,
"end": 220,
"ctxt": 0
},
"value": "k",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 224,
"end": 249,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 228,
"end": 248,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 228,
"end": 231,
"ctxt": 0
},
"value": "ssk",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 234,
"end": 248,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 236,
"end": 239,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 239,
"end": 240,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
{
"type": "SpreadElement",
"spread": {
"start": 242,
"end": 245,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 245,
"end": 246,
"ctxt": 0
},
"value": "k",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 250,
"end": 255,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 250,
"end": 254,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 250,
"end": 252,
"ctxt": 0
},
"value": "sk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 253,
"end": 254,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 256,
"end": 263,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 256,
"end": 262,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 256,
"end": 260,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 256,
"end": 258,
"ctxt": 0
},
"value": "sk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 259,
"end": 260,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 273,
"end": 278,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 273,
"end": 277,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 273,
"end": 275,
"ctxt": 0
},
"value": "sk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 288,
"end": 294,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 288,
"end": 293,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 288,
"end": 291,
"ctxt": 0
},
"value": "ssk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 292,
"end": 293,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 295,
"end": 303,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 295,
"end": 302,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 295,
"end": 300,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 295,
"end": 298,
"ctxt": 0
},
"value": "ssk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 299,
"end": 300,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 313,
"end": 319,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 313,
"end": 318,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 313,
"end": 316,
"ctxt": 0
},
"value": "ssk",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 317,
"end": 318,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 330,
"end": 383,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 334,
"end": 382,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 335,
"end": 338,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"value": "I",
"optional": false
},
"typeParams": null
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 341,
"end": 382,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 343,
"end": 344,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 346,
"end": 348,
"ctxt": 0
},
"value": 12.0,
"raw": "12"
}
},
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": "m",
"optional": false
},
"params": [],
"decorators": [],
"span": {
"start": 350,
"end": 357,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 354,
"end": 357,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "GetterProperty",
"span": {
"start": 359,
"end": 380,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 363,
"end": 364,
"ctxt": 0
},
"value": "g",
"optional": false
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 367,
"end": 380,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 369,
"end": 378,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 376,
"end": 377,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 384,
"end": 402,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 388,
"end": 401,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 388,
"end": 390,
"ctxt": 0
},
"value": "si",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 393,
"end": 401,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 395,
"end": 398,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 398,
"end": 399,
"ctxt": 0
},
"value": "i",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 403,
"end": 428,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 407,
"end": 427,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 407,
"end": 410,
"ctxt": 0
},
"value": "ssi",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 413,
"end": 427,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 415,
"end": 418,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
{
"type": "SpreadElement",
"spread": {
"start": 421,
"end": 424,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 424,
"end": 425,
"ctxt": 0
},
"value": "i",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 429,
"end": 434,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 429,
"end": 433,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 429,
"end": 431,
"ctxt": 0
},
"value": "si",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 435,
"end": 442,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 435,
"end": 441,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 435,
"end": 439,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 435,
"end": 437,
"ctxt": 0
},
"value": "si",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 438,
"end": 439,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 449,
"end": 454,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 449,
"end": 453,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 449,
"end": 451,
"ctxt": 0
},
"value": "si",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 452,
"end": 453,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 461,
"end": 467,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 461,
"end": 466,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 461,
"end": 464,
"ctxt": 0
},
"value": "ssi",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 465,
"end": 466,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 468,
"end": 476,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 468,
"end": 475,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 468,
"end": 473,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 468,
"end": 471,
"ctxt": 0
},
"value": "ssi",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 472,
"end": 473,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 483,
"end": 489,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 483,
"end": 488,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 483,
"end": 486,
"ctxt": 0
},
"value": "ssi",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 487,
"end": 488,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 497,
"end": 547,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 501,
"end": 546,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 501,
"end": 502,
"ctxt": 0
},
"value": "o",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 505,
"end": 546,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 507,
"end": 508,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 510,
"end": 512,
"ctxt": 0
},
"value": 12.0,
"raw": "12"
}
},
{
"type": "MethodProperty",
"key": {
"type": "Identifier",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": "m",
"optional": false
},
"params": [],
"decorators": [],
"span": {
"start": 514,
"end": 521,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 518,
"end": 521,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "GetterProperty",
"span": {
"start": 523,
"end": 544,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": "g",
"optional": false
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 531,
"end": 544,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 533,
"end": 542,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 540,
"end": 541,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 548,
"end": 566,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 552,
"end": 565,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 552,
"end": 554,
"ctxt": 0
},
"value": "so",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 557,
"end": 565,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 559,
"end": 562,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 562,
"end": 563,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 567,
"end": 592,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 571,
"end": 591,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 571,
"end": 574,
"ctxt": 0
},
"value": "sso",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 577,
"end": 591,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 579,
"end": 582,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 582,
"end": 583,
"ctxt": 0
},
"value": "o",
"optional": false
}
},
{
"type": "SpreadElement",
"spread": {
"start": 585,
"end": 588,
"ctxt": 0
},
"arguments": {
"type": "Identifier",
"span": {
"start": 588,
"end": 589,
"ctxt": 0
},
"value": "o",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 593,
"end": 598,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 593,
"end": 597,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 593,
"end": 595,
"ctxt": 0
},
"value": "so",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 596,
"end": 597,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 599,
"end": 606,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 599,
"end": 605,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 599,
"end": 603,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 599,
"end": 601,
"ctxt": 0
},
"value": "so",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 602,
"end": 603,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 613,
"end": 618,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 613,
"end": 617,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 613,
"end": 615,
"ctxt": 0
},
"value": "so",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 616,
"end": 617,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 625,
"end": 631,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 625,
"end": 630,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 625,
"end": 628,
"ctxt": 0
},
"value": "sso",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 629,
"end": 630,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 632,
"end": 640,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 632,
"end": 639,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 632,
"end": 637,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 632,
"end": 635,
"ctxt": 0
},
"value": "sso",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 636,
"end": 637,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 647,
"end": 653,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 647,
"end": 652,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 647,
"end": 650,
"ctxt": 0
},
"value": "sso",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 651,
"end": 652,
"ctxt": 0
},
"value": "g",
"optional": false
}
}
}
],
"interpreter": null
}