swc/crates/swc_ecma_parser/tests/tsc/objectSpreadRepeatedNullCheckPerf.json
2022-02-04 17:08:38 +09:00

5088 lines
176 KiB
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 2538,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 18,
"end": 688,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 28,
"end": 33,
"ctxt": 0
},
"value": "Props",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 34,
"end": 688,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 41,
"end": 60,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 52,
"end": 60,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 54,
"end": 60,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 66,
"end": 85,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 75,
"end": 76,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 77,
"end": 85,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 79,
"end": 85,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 91,
"end": 110,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 100,
"end": 101,
"ctxt": 0
},
"value": "c",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 102,
"end": 110,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 104,
"end": 110,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 116,
"end": 135,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "d",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 127,
"end": 135,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 129,
"end": 135,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 141,
"end": 160,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": "e",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 152,
"end": 160,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 166,
"end": 185,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 175,
"end": 176,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 177,
"end": 185,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 179,
"end": 185,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 191,
"end": 210,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 200,
"end": 201,
"ctxt": 0
},
"value": "g",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 202,
"end": 210,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 204,
"end": 210,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 216,
"end": 235,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 225,
"end": 226,
"ctxt": 0
},
"value": "h",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 227,
"end": 235,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 229,
"end": 235,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 241,
"end": 260,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": "i",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 252,
"end": 260,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 254,
"end": 260,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 266,
"end": 285,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 275,
"end": 276,
"ctxt": 0
},
"value": "j",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 277,
"end": 285,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 279,
"end": 285,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 291,
"end": 310,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 300,
"end": 301,
"ctxt": 0
},
"value": "k",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 302,
"end": 310,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 304,
"end": 310,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 316,
"end": 335,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 325,
"end": 326,
"ctxt": 0
},
"value": "l",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 327,
"end": 335,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 329,
"end": 335,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 341,
"end": 360,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": "m",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 352,
"end": 360,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 354,
"end": 360,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 366,
"end": 385,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 375,
"end": 376,
"ctxt": 0
},
"value": "n",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 377,
"end": 385,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 379,
"end": 385,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 391,
"end": 410,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 400,
"end": 401,
"ctxt": 0
},
"value": "o",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 402,
"end": 410,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 404,
"end": 410,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 416,
"end": 435,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 425,
"end": 426,
"ctxt": 0
},
"value": "p",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 427,
"end": 435,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 429,
"end": 435,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 441,
"end": 460,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 450,
"end": 451,
"ctxt": 0
},
"value": "q",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 452,
"end": 460,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 454,
"end": 460,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 466,
"end": 485,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 475,
"end": 476,
"ctxt": 0
},
"value": "r",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 477,
"end": 485,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 479,
"end": 485,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 491,
"end": 510,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"value": "s",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 502,
"end": 510,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 504,
"end": 510,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 516,
"end": 535,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 525,
"end": 526,
"ctxt": 0
},
"value": "t",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 527,
"end": 535,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 529,
"end": 535,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 541,
"end": 560,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 550,
"end": 551,
"ctxt": 0
},
"value": "u",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 552,
"end": 560,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 554,
"end": 560,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 566,
"end": 585,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 575,
"end": 576,
"ctxt": 0
},
"value": "v",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 577,
"end": 585,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 579,
"end": 585,
"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": "w",
"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": 616,
"end": 635,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 625,
"end": 626,
"ctxt": 0
},
"value": "x",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 627,
"end": 635,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 629,
"end": 635,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 641,
"end": 660,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 650,
"end": 651,
"ctxt": 0
},
"value": "y",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 652,
"end": 660,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 654,
"end": 660,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 666,
"end": 685,
"ctxt": 0
},
"readonly": true,
"key": {
"type": "Identifier",
"span": {
"start": 675,
"end": 676,
"ctxt": 0
},
"value": "z",
"optional": false
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 677,
"end": 685,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 679,
"end": 685,
"ctxt": 0
},
"kind": "string"
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 701,
"end": 716,
"ctxt": 0
},
"value": "parseWithSpread",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 717,
"end": 747,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 717,
"end": 747,
"ctxt": 0
},
"value": "config",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 723,
"end": 747,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 725,
"end": 747,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 725,
"end": 731,
"ctxt": 0
},
"value": "Record",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 731,
"end": 747,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 732,
"end": 738,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 740,
"end": 746,
"ctxt": 0
},
"kind": "number"
}
]
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 692,
"end": 2496,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 756,
"end": 2496,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 763,
"end": 2493,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 770,
"end": 2493,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 781,
"end": 784,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 784,
"end": 836,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 784,
"end": 806,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 784,
"end": 792,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 784,
"end": 790,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 791,
"end": 792,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 797,
"end": 806,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 810,
"end": 836,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 812,
"end": 813,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 815,
"end": 834,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 815,
"end": 832,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 815,
"end": 823,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 815,
"end": 821,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 822,
"end": 823,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 824,
"end": 832,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 847,
"end": 850,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 850,
"end": 902,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 850,
"end": 872,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 850,
"end": 858,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 850,
"end": 856,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 863,
"end": 872,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 876,
"end": 902,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 878,
"end": 879,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 881,
"end": 900,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 881,
"end": 898,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 881,
"end": 889,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 881,
"end": 887,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 888,
"end": 889,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 890,
"end": 898,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 913,
"end": 916,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 916,
"end": 968,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 916,
"end": 938,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 916,
"end": 924,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 916,
"end": 922,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 923,
"end": 924,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 929,
"end": 938,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 942,
"end": 968,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 944,
"end": 945,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 947,
"end": 966,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 947,
"end": 964,
"ctxt": 0
},
"object": {
"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": "c",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 956,
"end": 964,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 979,
"end": 982,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 982,
"end": 1034,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 982,
"end": 1004,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 982,
"end": 990,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 982,
"end": 988,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 989,
"end": 990,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 995,
"end": 1004,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1008,
"end": 1034,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1010,
"end": 1011,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1013,
"end": 1032,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1013,
"end": 1030,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1013,
"end": 1021,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1013,
"end": 1019,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1022,
"end": 1030,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1045,
"end": 1048,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1048,
"end": 1100,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1048,
"end": 1070,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1048,
"end": 1056,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1048,
"end": 1054,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1055,
"end": 1056,
"ctxt": 0
},
"value": "e",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1061,
"end": 1070,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1074,
"end": 1100,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1076,
"end": 1077,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1079,
"end": 1098,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1079,
"end": 1096,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1079,
"end": 1087,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1079,
"end": 1085,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1086,
"end": 1087,
"ctxt": 0
},
"value": "e",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1088,
"end": 1096,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1111,
"end": 1114,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1114,
"end": 1166,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1114,
"end": 1136,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1114,
"end": 1122,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1114,
"end": 1120,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1121,
"end": 1122,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1127,
"end": 1136,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1140,
"end": 1166,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1142,
"end": 1143,
"ctxt": 0
},
"value": "f",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1145,
"end": 1164,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1145,
"end": 1162,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1145,
"end": 1153,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1145,
"end": 1151,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1152,
"end": 1153,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1154,
"end": 1162,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1177,
"end": 1180,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1180,
"end": 1232,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1180,
"end": 1202,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1180,
"end": 1188,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1180,
"end": 1186,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1187,
"end": 1188,
"ctxt": 0
},
"value": "g",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1193,
"end": 1202,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1206,
"end": 1232,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1208,
"end": 1209,
"ctxt": 0
},
"value": "g",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1211,
"end": 1230,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1211,
"end": 1228,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1211,
"end": 1219,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1211,
"end": 1217,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1218,
"end": 1219,
"ctxt": 0
},
"value": "g",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1220,
"end": 1228,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1243,
"end": 1246,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1246,
"end": 1298,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1246,
"end": 1268,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1246,
"end": 1254,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1246,
"end": 1252,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"value": "h",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1268,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1272,
"end": 1298,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1274,
"end": 1275,
"ctxt": 0
},
"value": "h",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1277,
"end": 1296,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1277,
"end": 1294,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1277,
"end": 1285,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1277,
"end": 1283,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1284,
"end": 1285,
"ctxt": 0
},
"value": "h",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1286,
"end": 1294,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1309,
"end": 1312,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1312,
"end": 1364,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1312,
"end": 1334,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1312,
"end": 1320,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1312,
"end": 1318,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1319,
"end": 1320,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1325,
"end": 1334,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1338,
"end": 1364,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1340,
"end": 1341,
"ctxt": 0
},
"value": "i",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1343,
"end": 1362,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1343,
"end": 1360,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1343,
"end": 1351,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1343,
"end": 1349,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1350,
"end": 1351,
"ctxt": 0
},
"value": "i",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1352,
"end": 1360,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1375,
"end": 1378,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1378,
"end": 1430,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1378,
"end": 1400,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1378,
"end": 1386,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1378,
"end": 1384,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1385,
"end": 1386,
"ctxt": 0
},
"value": "j",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1400,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1404,
"end": 1430,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1406,
"end": 1407,
"ctxt": 0
},
"value": "j",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1409,
"end": 1428,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1409,
"end": 1426,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1409,
"end": 1417,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1409,
"end": 1415,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1416,
"end": 1417,
"ctxt": 0
},
"value": "j",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1418,
"end": 1426,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1441,
"end": 1444,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1444,
"end": 1496,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1444,
"end": 1466,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1444,
"end": 1452,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1444,
"end": 1450,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1451,
"end": 1452,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1457,
"end": 1466,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1470,
"end": 1496,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1472,
"end": 1473,
"ctxt": 0
},
"value": "k",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1475,
"end": 1494,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1475,
"end": 1492,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1475,
"end": 1483,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1475,
"end": 1481,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1482,
"end": 1483,
"ctxt": 0
},
"value": "k",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1484,
"end": 1492,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1507,
"end": 1510,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1510,
"end": 1562,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1510,
"end": 1532,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1510,
"end": 1518,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1516,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1517,
"end": 1518,
"ctxt": 0
},
"value": "l",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1523,
"end": 1532,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1536,
"end": 1562,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1538,
"end": 1539,
"ctxt": 0
},
"value": "l",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1541,
"end": 1560,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1541,
"end": 1558,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1541,
"end": 1549,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1541,
"end": 1547,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1548,
"end": 1549,
"ctxt": 0
},
"value": "l",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1550,
"end": 1558,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1573,
"end": 1576,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1576,
"end": 1628,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1576,
"end": 1598,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1576,
"end": 1584,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1576,
"end": 1582,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1583,
"end": 1584,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1589,
"end": 1598,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1602,
"end": 1628,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1604,
"end": 1605,
"ctxt": 0
},
"value": "m",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1607,
"end": 1626,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1607,
"end": 1624,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1607,
"end": 1615,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1607,
"end": 1613,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1615,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1616,
"end": 1624,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1639,
"end": 1642,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1642,
"end": 1694,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1642,
"end": 1664,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1642,
"end": 1650,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1642,
"end": 1648,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1649,
"end": 1650,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1655,
"end": 1664,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1668,
"end": 1694,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1670,
"end": 1671,
"ctxt": 0
},
"value": "n",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1673,
"end": 1692,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1673,
"end": 1690,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1673,
"end": 1681,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1673,
"end": 1679,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1680,
"end": 1681,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1682,
"end": 1690,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1705,
"end": 1708,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1708,
"end": 1760,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1708,
"end": 1730,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1708,
"end": 1716,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1708,
"end": 1714,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1715,
"end": 1716,
"ctxt": 0
},
"value": "o",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1721,
"end": 1730,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1734,
"end": 1760,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1736,
"end": 1737,
"ctxt": 0
},
"value": "o",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1739,
"end": 1758,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1739,
"end": 1756,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1739,
"end": 1747,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1739,
"end": 1745,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1746,
"end": 1747,
"ctxt": 0
},
"value": "o",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1748,
"end": 1756,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1771,
"end": 1774,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1774,
"end": 1826,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1774,
"end": 1796,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1774,
"end": 1782,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1774,
"end": 1780,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1781,
"end": 1782,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1787,
"end": 1796,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1800,
"end": 1826,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1802,
"end": 1803,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1805,
"end": 1824,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1805,
"end": 1822,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1805,
"end": 1813,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1805,
"end": 1811,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1812,
"end": 1813,
"ctxt": 0
},
"value": "p",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1814,
"end": 1822,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1837,
"end": 1840,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1840,
"end": 1892,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1840,
"end": 1862,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1840,
"end": 1848,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1840,
"end": 1846,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1847,
"end": 1848,
"ctxt": 0
},
"value": "q",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1853,
"end": 1862,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1866,
"end": 1892,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1868,
"end": 1869,
"ctxt": 0
},
"value": "q",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1871,
"end": 1890,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1871,
"end": 1888,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1871,
"end": 1879,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1871,
"end": 1877,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1878,
"end": 1879,
"ctxt": 0
},
"value": "q",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1880,
"end": 1888,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1903,
"end": 1906,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1906,
"end": 1958,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1906,
"end": 1928,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1906,
"end": 1914,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1906,
"end": 1912,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1913,
"end": 1914,
"ctxt": 0
},
"value": "r",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1919,
"end": 1928,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1932,
"end": 1958,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 1934,
"end": 1935,
"ctxt": 0
},
"value": "r",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 1937,
"end": 1956,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1937,
"end": 1954,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1937,
"end": 1945,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1937,
"end": 1943,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1944,
"end": 1945,
"ctxt": 0
},
"value": "r",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1946,
"end": 1954,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 1969,
"end": 1972,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 1972,
"end": 2024,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 1972,
"end": 1994,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 1972,
"end": 1980,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1972,
"end": 1978,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1979,
"end": 1980,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 1985,
"end": 1994,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 1998,
"end": 2024,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2000,
"end": 2001,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2003,
"end": 2022,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2003,
"end": 2020,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2003,
"end": 2011,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2003,
"end": 2009,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2010,
"end": 2011,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2012,
"end": 2020,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2035,
"end": 2038,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2038,
"end": 2090,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2038,
"end": 2060,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2038,
"end": 2046,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2038,
"end": 2044,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2045,
"end": 2046,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2051,
"end": 2060,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2064,
"end": 2090,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2066,
"end": 2067,
"ctxt": 0
},
"value": "t",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2069,
"end": 2088,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2069,
"end": 2086,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2069,
"end": 2077,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2069,
"end": 2075,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2076,
"end": 2077,
"ctxt": 0
},
"value": "t",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2078,
"end": 2086,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2101,
"end": 2104,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2104,
"end": 2156,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2104,
"end": 2126,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2104,
"end": 2112,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2104,
"end": 2110,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2111,
"end": 2112,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2117,
"end": 2126,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2130,
"end": 2156,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2132,
"end": 2133,
"ctxt": 0
},
"value": "u",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2135,
"end": 2154,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2135,
"end": 2152,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2135,
"end": 2143,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2135,
"end": 2141,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2142,
"end": 2143,
"ctxt": 0
},
"value": "u",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2144,
"end": 2152,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2167,
"end": 2170,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2170,
"end": 2222,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2170,
"end": 2192,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2170,
"end": 2178,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2170,
"end": 2176,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2177,
"end": 2178,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2183,
"end": 2192,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2196,
"end": 2222,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2198,
"end": 2199,
"ctxt": 0
},
"value": "v",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2201,
"end": 2220,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2201,
"end": 2218,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2201,
"end": 2209,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2201,
"end": 2207,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2208,
"end": 2209,
"ctxt": 0
},
"value": "v",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2210,
"end": 2218,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2233,
"end": 2236,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2236,
"end": 2288,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2236,
"end": 2258,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2236,
"end": 2244,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2236,
"end": 2242,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2243,
"end": 2244,
"ctxt": 0
},
"value": "w",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2249,
"end": 2258,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2262,
"end": 2288,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2264,
"end": 2265,
"ctxt": 0
},
"value": "w",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2267,
"end": 2286,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2267,
"end": 2284,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2267,
"end": 2275,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2267,
"end": 2273,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2274,
"end": 2275,
"ctxt": 0
},
"value": "w",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2276,
"end": 2284,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2299,
"end": 2302,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2302,
"end": 2354,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2302,
"end": 2324,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2302,
"end": 2310,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2302,
"end": 2308,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2309,
"end": 2310,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2315,
"end": 2324,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2328,
"end": 2354,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2330,
"end": 2331,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2333,
"end": 2352,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2333,
"end": 2350,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2333,
"end": 2341,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2333,
"end": 2339,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2340,
"end": 2341,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2342,
"end": 2350,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2365,
"end": 2368,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2368,
"end": 2420,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2368,
"end": 2390,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2368,
"end": 2376,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2368,
"end": 2374,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2375,
"end": 2376,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2381,
"end": 2390,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2394,
"end": 2420,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2396,
"end": 2397,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2399,
"end": 2418,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2399,
"end": 2416,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2399,
"end": 2407,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2399,
"end": 2405,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2406,
"end": 2407,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2408,
"end": 2416,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
},
{
"type": "SpreadElement",
"spread": {
"start": 2431,
"end": 2434,
"ctxt": 0
},
"arguments": {
"type": "BinaryExpression",
"span": {
"start": 2434,
"end": 2486,
"ctxt": 0
},
"operator": "&&",
"left": {
"type": "BinaryExpression",
"span": {
"start": 2434,
"end": 2456,
"ctxt": 0
},
"operator": "!==",
"left": {
"type": "MemberExpression",
"span": {
"start": 2434,
"end": 2442,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2434,
"end": 2440,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2441,
"end": 2442,
"ctxt": 0
},
"value": "z",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 2447,
"end": 2456,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 2460,
"end": 2486,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2462,
"end": 2463,
"ctxt": 0
},
"value": "z",
"optional": false
},
"value": {
"type": "CallExpression",
"span": {
"start": 2465,
"end": 2484,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2465,
"end": 2482,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 2465,
"end": 2473,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2465,
"end": 2471,
"ctxt": 0
},
"value": "config",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2472,
"end": 2473,
"ctxt": 0
},
"value": "z",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 2474,
"end": 2482,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 748,
"end": 755,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 750,
"end": 755,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 750,
"end": 755,
"ctxt": 0
},
"value": "Props",
"optional": false
},
"typeParams": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2500,
"end": 2538,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2500,
"end": 2538,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 2500,
"end": 2515,
"ctxt": 0
},
"value": "parseWithSpread",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "ObjectExpression",
"span": {
"start": 2516,
"end": 2537,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2518,
"end": 2519,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2521,
"end": 2522,
"ctxt": 0
},
"value": 1.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2524,
"end": 2525,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2527,
"end": 2528,
"ctxt": 0
},
"value": 2.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 2530,
"end": 2531,
"ctxt": 0
},
"value": "z",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 2533,
"end": 2535,
"ctxt": 0
},
"value": 26.0
}
}
]
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}