swc/crates/swc_ecma_parser/tests/tsc/objectSpreadRepeatedNullCheckPerf.json
2022-04-05 12:46:35 +00:00

5091 lines
176 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 2477,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 17,
"end": 660,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 27,
"end": 32,
"ctxt": 0
},
"value": "Props",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 33,
"end": 660,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 39,
"end": 58,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 50,
"end": 58,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 52,
"end": 58,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 63,
"end": 82,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 72,
"end": 73,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 74,
"end": 82,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 76,
"end": 82,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 87,
"end": 106,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 96,
"end": 97,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 98,
"end": 106,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 100,
"end": 106,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 111,
"end": 130,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": "d",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 122,
"end": 130,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 124,
"end": 130,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 135,
"end": 154,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "e",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 146,
"end": 154,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 148,
"end": 154,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 159,
"end": 178,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 170,
"end": 178,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 172,
"end": 178,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 183,
"end": 202,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "g",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 194,
"end": 202,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 196,
"end": 202,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 207,
"end": 226,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 216,
"end": 217,
"ctxt": 0
},
"value": "h",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 218,
"end": 226,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 220,
"end": 226,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 231,
"end": 250,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 240,
"end": 241,
"ctxt": 0
},
"value": "i",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 242,
"end": 250,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 244,
"end": 250,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 255,
"end": 274,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 264,
"end": 265,
"ctxt": 0
},
"value": "j",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 266,
"end": 274,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 268,
"end": 274,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 279,
"end": 298,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 288,
"end": 289,
"ctxt": 0
},
"value": "k",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 290,
"end": 298,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 292,
"end": 298,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 303,
"end": 322,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 312,
"end": 313,
"ctxt": 0
},
"value": "l",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 314,
"end": 322,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 316,
"end": 322,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 327,
"end": 346,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 336,
"end": 337,
"ctxt": 0
},
"value": "m",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 338,
"end": 346,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 340,
"end": 346,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 351,
"end": 370,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 360,
"end": 361,
"ctxt": 0
},
"value": "n",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 362,
"end": 370,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 364,
"end": 370,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 375,
"end": 394,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 384,
"end": 385,
"ctxt": 0
},
"value": "o",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 386,
"end": 394,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 388,
"end": 394,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 399,
"end": 418,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 408,
"end": 409,
"ctxt": 0
},
"value": "p",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 410,
"end": 418,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 412,
"end": 418,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 423,
"end": 442,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "q",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 434,
"end": 442,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 436,
"end": 442,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 447,
"end": 466,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 456,
"end": 457,
"ctxt": 0
},
"value": "r",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 458,
"end": 466,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 460,
"end": 466,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 471,
"end": 490,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 480,
"end": 481,
"ctxt": 0
},
"value": "s",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 482,
"end": 490,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 484,
"end": 490,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 495,
"end": 514,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": "t",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 506,
"end": 514,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 508,
"end": 514,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 519,
"end": 538,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 528,
"end": 529,
"ctxt": 0
},
"value": "u",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 530,
"end": 538,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 532,
"end": 538,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 543,
"end": 562,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 552,
"end": 553,
"ctxt": 0
},
"value": "v",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 554,
"end": 562,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 556,
"end": 562,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 567,
"end": 586,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 576,
"end": 577,
"ctxt": 0
},
"value": "w",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 578,
"end": 586,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 580,
"end": 586,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 591,
"end": 610,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 600,
"end": 601,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 602,
"end": 610,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 604,
"end": 610,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 615,
"end": 634,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 624,
"end": 625,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 626,
"end": 634,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 628,
"end": 634,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 639,
"end": 658,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 648,
"end": 649,
"ctxt": 0
},
"value": "z",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 650,
"end": 658,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 652,
"end": 658,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 671,
"end": 686,
"ctxt": 0
},
"value": "parseWithSpread",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 687,
"end": 717,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 687,
"end": 717,
"ctxt": 0
},
"value": "config",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 693,
"end": 717,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 695,
"end": 717,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 695,
"end": 701,
"ctxt": 0
},
"value": "Record",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 701,
"end": 717,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 702,
"end": 708,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 710,
"end": 716,
"ctxt": 0
},
"kind": "number"
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 662,
"end": 2437,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 726,
"end": 2437,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 732,
"end": 2435,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 739,
"end": 2435,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 749,
"end": 752,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 752,
"end": 804,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 752,
"end": 774,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 752,
"end": 760,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 752,
"end": 758,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 759,
"end": 760,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 765,
"end": 774,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 778,
"end": 804,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 780,
"end": 781,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 783,
"end": 802,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 783,
"end": 800,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 783,
"end": 791,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 783,
"end": 789,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 790,
"end": 791,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 792,
"end": 800,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 814,
"end": 817,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 817,
"end": 869,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 817,
"end": 839,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 817,
"end": 825,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 817,
"end": 823,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 824,
"end": 825,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 830,
"end": 839,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 843,
"end": 869,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 845,
"end": 846,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 848,
"end": 867,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 848,
"end": 865,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 848,
"end": 856,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 848,
"end": 854,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 855,
"end": 856,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 857,
"end": 865,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 879,
"end": 882,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 882,
"end": 934,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 882,
"end": 904,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 882,
"end": 890,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 882,
"end": 888,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 889,
"end": 890,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 895,
"end": 904,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 908,
"end": 934,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 910,
"end": 911,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 913,
"end": 932,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 913,
"end": 930,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 913,
"end": 921,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 913,
"end": 919,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 920,
"end": 921,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 922,
"end": 930,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 944,
"end": 947,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 947,
"end": 999,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 947,
"end": 969,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 947,
"end": 955,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 947,
"end": 953,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 954,
"end": 955,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 960,
"end": 969,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 973,
"end": 999,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 975,
"end": 976,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 978,
"end": 997,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 978,
"end": 995,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 978,
"end": 986,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 978,
"end": 984,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 985,
"end": 986,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 987,
"end": 995,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1009,
"end": 1012,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1012,
"end": 1064,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1012,
"end": 1034,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1012,
"end": 1020,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1012,
"end": 1018,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1019,
"end": 1020,
"ctxt": 0
},
"value": "e",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1025,
"end": 1034,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1038,
"end": 1064,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1040,
"end": 1041,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1043,
"end": 1062,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1043,
"end": 1060,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1043,
"end": 1051,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1043,
"end": 1049,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1051,
"ctxt": 0
},
"value": "e",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1052,
"end": 1060,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1074,
"end": 1077,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1077,
"end": 1129,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1077,
"end": 1099,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1077,
"end": 1085,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1077,
"end": 1083,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1084,
"end": 1085,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1090,
"end": 1099,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1103,
"end": 1129,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1105,
"end": 1106,
"ctxt": 0
},
"value": "f",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1108,
"end": 1127,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1108,
"end": 1125,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1108,
"end": 1116,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1114,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1116,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1117,
"end": 1125,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1139,
"end": 1142,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1142,
"end": 1194,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1142,
"end": 1164,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1142,
"end": 1150,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1148,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1150,
"ctxt": 0
},
"value": "g",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1155,
"end": 1164,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1168,
"end": 1194,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1170,
"end": 1171,
"ctxt": 0
},
"value": "g",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1173,
"end": 1192,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1173,
"end": 1190,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1173,
"end": 1181,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1179,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1180,
"end": 1181,
"ctxt": 0
},
"value": "g",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1182,
"end": 1190,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1204,
"end": 1207,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1207,
"end": 1259,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1207,
"end": 1229,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1207,
"end": 1215,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1207,
"end": 1213,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1214,
"end": 1215,
"ctxt": 0
},
"value": "h",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1229,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1233,
"end": 1259,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1235,
"end": 1236,
"ctxt": 0
},
"value": "h",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1238,
"end": 1257,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1238,
"end": 1255,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1238,
"end": 1246,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1238,
"end": 1244,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1245,
"end": 1246,
"ctxt": 0
},
"value": "h",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1247,
"end": 1255,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1269,
"end": 1272,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1272,
"end": 1324,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1272,
"end": 1294,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1272,
"end": 1280,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1272,
"end": 1278,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1279,
"end": 1280,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1285,
"end": 1294,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1298,
"end": 1324,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1300,
"end": 1301,
"ctxt": 0
},
"value": "i",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1303,
"end": 1322,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1303,
"end": 1320,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1303,
"end": 1311,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1303,
"end": 1309,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1311,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1312,
"end": 1320,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1334,
"end": 1337,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1337,
"end": 1389,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1337,
"end": 1359,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1337,
"end": 1345,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1337,
"end": 1343,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"value": "j",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1350,
"end": 1359,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1363,
"end": 1389,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1365,
"end": 1366,
"ctxt": 0
},
"value": "j",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1368,
"end": 1387,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1368,
"end": 1385,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1368,
"end": 1376,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1368,
"end": 1374,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1375,
"end": 1376,
"ctxt": 0
},
"value": "j",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1377,
"end": 1385,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1399,
"end": 1402,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1402,
"end": 1454,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1402,
"end": 1424,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1402,
"end": 1410,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1402,
"end": 1408,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1409,
"end": 1410,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1415,
"end": 1424,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1428,
"end": 1454,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1430,
"end": 1431,
"ctxt": 0
},
"value": "k",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1433,
"end": 1452,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1433,
"end": 1450,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1433,
"end": 1441,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1433,
"end": 1439,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1440,
"end": 1441,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1442,
"end": 1450,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1464,
"end": 1467,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1467,
"end": 1519,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1467,
"end": 1489,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1467,
"end": 1475,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1467,
"end": 1473,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1474,
"end": 1475,
"ctxt": 0
},
"value": "l",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1480,
"end": 1489,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1493,
"end": 1519,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1495,
"end": 1496,
"ctxt": 0
},
"value": "l",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1498,
"end": 1517,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1498,
"end": 1515,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1498,
"end": 1506,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1498,
"end": 1504,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1505,
"end": 1506,
"ctxt": 0
},
"value": "l",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1507,
"end": 1515,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1529,
"end": 1532,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1532,
"end": 1584,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1532,
"end": 1554,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1532,
"end": 1540,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1532,
"end": 1538,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1539,
"end": 1540,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1545,
"end": 1554,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1558,
"end": 1584,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1560,
"end": 1561,
"ctxt": 0
},
"value": "m",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1563,
"end": 1582,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1563,
"end": 1580,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1563,
"end": 1571,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1563,
"end": 1569,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1570,
"end": 1571,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1572,
"end": 1580,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1594,
"end": 1597,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1597,
"end": 1649,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1597,
"end": 1619,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1597,
"end": 1605,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1597,
"end": 1603,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1604,
"end": 1605,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1610,
"end": 1619,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1623,
"end": 1649,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1625,
"end": 1626,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1628,
"end": 1647,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1628,
"end": 1645,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1628,
"end": 1636,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1628,
"end": 1634,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1635,
"end": 1636,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1637,
"end": 1645,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1659,
"end": 1662,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1662,
"end": 1714,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1662,
"end": 1684,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1662,
"end": 1670,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1662,
"end": 1668,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1669,
"end": 1670,
"ctxt": 0
},
"value": "o",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1675,
"end": 1684,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1688,
"end": 1714,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1690,
"end": 1691,
"ctxt": 0
},
"value": "o",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1693,
"end": 1712,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1693,
"end": 1710,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1693,
"end": 1701,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1693,
"end": 1699,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1700,
"end": 1701,
"ctxt": 0
},
"value": "o",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1702,
"end": 1710,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1724,
"end": 1727,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1727,
"end": 1779,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1727,
"end": 1749,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1727,
"end": 1735,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1727,
"end": 1733,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1734,
"end": 1735,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1740,
"end": 1749,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1753,
"end": 1779,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1755,
"end": 1756,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1758,
"end": 1777,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1758,
"end": 1775,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1758,
"end": 1766,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1758,
"end": 1764,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1765,
"end": 1766,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1767,
"end": 1775,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1789,
"end": 1792,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1792,
"end": 1844,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1792,
"end": 1814,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1792,
"end": 1800,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1792,
"end": 1798,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1799,
"end": 1800,
"ctxt": 0
},
"value": "q",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1805,
"end": 1814,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1818,
"end": 1844,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1820,
"end": 1821,
"ctxt": 0
},
"value": "q",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1823,
"end": 1842,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1823,
"end": 1840,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1823,
"end": 1831,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1823,
"end": 1829,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1830,
"end": 1831,
"ctxt": 0
},
"value": "q",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1832,
"end": 1840,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1854,
"end": 1857,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1857,
"end": 1909,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1857,
"end": 1879,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1857,
"end": 1865,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1857,
"end": 1863,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1864,
"end": 1865,
"ctxt": 0
},
"value": "r",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1870,
"end": 1879,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1883,
"end": 1909,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1885,
"end": 1886,
"ctxt": 0
},
"value": "r",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1888,
"end": 1907,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1888,
"end": 1905,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1888,
"end": 1896,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1888,
"end": 1894,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1895,
"end": 1896,
"ctxt": 0
},
"value": "r",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1897,
"end": 1905,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1919,
"end": 1922,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1922,
"end": 1974,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1922,
"end": 1944,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1922,
"end": 1930,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1922,
"end": 1928,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1929,
"end": 1930,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1935,
"end": 1944,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1948,
"end": 1974,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1950,
"end": 1951,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1953,
"end": 1972,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1953,
"end": 1970,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1953,
"end": 1961,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1953,
"end": 1959,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1960,
"end": 1961,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1962,
"end": 1970,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1984,
"end": 1987,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1987,
"end": 2039,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1987,
"end": 2009,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1987,
"end": 1995,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1987,
"end": 1993,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1994,
"end": 1995,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2000,
"end": 2009,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2013,
"end": 2039,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2015,
"end": 2016,
"ctxt": 0
},
"value": "t",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2018,
"end": 2037,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2018,
"end": 2035,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2018,
"end": 2026,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2018,
"end": 2024,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2025,
"end": 2026,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2027,
"end": 2035,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2049,
"end": 2052,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2052,
"end": 2104,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2052,
"end": 2074,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2052,
"end": 2060,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2052,
"end": 2058,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2059,
"end": 2060,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2065,
"end": 2074,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2078,
"end": 2104,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2080,
"end": 2081,
"ctxt": 0
},
"value": "u",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2083,
"end": 2102,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2083,
"end": 2100,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2083,
"end": 2091,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2083,
"end": 2089,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2090,
"end": 2091,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2092,
"end": 2100,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2114,
"end": 2117,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2117,
"end": 2169,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2117,
"end": 2139,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2117,
"end": 2125,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2117,
"end": 2123,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2124,
"end": 2125,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2130,
"end": 2139,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2143,
"end": 2169,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2145,
"end": 2146,
"ctxt": 0
},
"value": "v",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2148,
"end": 2167,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2148,
"end": 2165,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2148,
"end": 2156,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2148,
"end": 2154,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2155,
"end": 2156,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2157,
"end": 2165,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2179,
"end": 2182,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2182,
"end": 2234,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2182,
"end": 2204,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2182,
"end": 2190,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2182,
"end": 2188,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2189,
"end": 2190,
"ctxt": 0
},
"value": "w",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2195,
"end": 2204,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2208,
"end": 2234,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2210,
"end": 2211,
"ctxt": 0
},
"value": "w",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2213,
"end": 2232,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2213,
"end": 2230,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2213,
"end": 2221,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2213,
"end": 2219,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2220,
"end": 2221,
"ctxt": 0
},
"value": "w",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2222,
"end": 2230,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2244,
"end": 2247,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2247,
"end": 2299,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2247,
"end": 2269,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2247,
"end": 2255,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2247,
"end": 2253,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2254,
"end": 2255,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2260,
"end": 2269,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2273,
"end": 2299,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2275,
"end": 2276,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2278,
"end": 2297,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2278,
"end": 2295,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2278,
"end": 2286,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2278,
"end": 2284,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2285,
"end": 2286,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2287,
"end": 2295,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2309,
"end": 2312,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2312,
"end": 2364,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2312,
"end": 2334,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2312,
"end": 2320,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2312,
"end": 2318,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2319,
"end": 2320,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2325,
"end": 2334,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2338,
"end": 2364,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2340,
"end": 2341,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2343,
"end": 2362,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2343,
"end": 2360,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2343,
"end": 2351,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2343,
"end": 2349,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2350,
"end": 2351,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2352,
"end": 2360,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2374,
"end": 2377,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2377,
"end": 2429,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2377,
"end": 2399,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2377,
"end": 2385,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2377,
"end": 2383,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2384,
"end": 2385,
"ctxt": 0
},
"value": "z",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2390,
"end": 2399,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2403,
"end": 2429,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2406,
"ctxt": 0
},
"value": "z",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2408,
"end": 2427,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2408,
"end": 2425,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2408,
"end": 2416,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2408,
"end": 2414,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2415,
"end": 2416,
"ctxt": 0
},
"value": "z",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2417,
"end": 2425,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 718,
"end": 725,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 720,
"end": 725,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 720,
"end": 725,
"ctxt": 0
},
"value": "Props",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2439,
"end": 2477,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2439,
"end": 2477,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2439,
"end": 2454,
"ctxt": 0
},
"value": "parseWithSpread",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2455,
"end": 2476,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2457,
"end": 2458,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2460,
"end": 2461,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2463,
"end": 2464,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2466,
"end": 2467,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2469,
"end": 2470,
"ctxt": 0
},
"value": "z",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2472,
"end": 2474,
"ctxt": 0
},
"value": 26.0,
"raw": "26"
}
}
]
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}