{ "type": "Script", "span": { "start": 17, "end": 1997, "ctxt": 0 }, "body": [ { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 26, "end": 27, "ctxt": 0 }, "value": "f", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 28, "end": 37, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 28, "end": 37, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 29, "end": 37, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 31, "end": 37, "ctxt": 0 }, "kind": "number" } } } }, { "type": "Parameter", "span": { "start": 39, "end": 48, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 39, "end": 48, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 40, "end": 48, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 42, "end": 48, "ctxt": 0 }, "kind": "number" } } } }, { "type": "Parameter", "span": { "start": 50, "end": 64, "ctxt": 0 }, "decorators": [], "pat": { "type": "RestElement", "span": { "start": 50, "end": 64, "ctxt": 0 }, "rest": { "start": 50, "end": 53, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 53, "end": 54, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 54, "end": 64, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 56, "end": 64, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 56, "end": 62, "ctxt": 0 }, "kind": "string" } } } } } ], "decorators": [], "span": { "start": 17, "end": 69, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 66, "end": 69, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "FunctionDeclaration", "identifier": { "type": "Identifier", "span": { "start": 80, "end": 82, "ctxt": 0 }, "value": "f2", "optional": false }, "declare": false, "params": [ { "type": "Parameter", "span": { "start": 83, "end": 97, "ctxt": 0 }, "decorators": [], "pat": { "type": "RestElement", "span": { "start": 83, "end": 97, "ctxt": 0 }, "rest": { "start": 83, "end": 86, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 86, "end": 87, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 87, "end": 97, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 89, "end": 97, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 89, "end": 95, "ctxt": 0 }, "kind": "string" } } } } } ], "decorators": [], "span": { "start": 71, "end": 101, "ctxt": 0 }, "body": { "type": "BlockStatement", "span": { "start": 99, "end": 101, "ctxt": 0 }, "stmts": [] }, "generator": false, "async": false, "typeParameters": null, "returnType": null }, { "type": "TsInterfaceDeclaration", "span": { "start": 103, "end": 185, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 113, "end": 114, "ctxt": 0 }, "value": "A", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 115, "end": 185, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 121, "end": 183, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 121, "end": 122, "ctxt": 0 }, "value": "f", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 122, "end": 183, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 124, "end": 183, "ctxt": 0 }, "members": [ { "type": "TsConstructSignatureDeclaration", "span": { "start": 134, "end": 177, "ctxt": 0 }, "params": [ { "type": "Identifier", "span": { "start": 139, "end": 148, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 140, "end": 148, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 142, "end": 148, "ctxt": 0 }, "kind": "number" } } }, { "type": "Identifier", "span": { "start": 150, "end": 159, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 151, "end": 159, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 153, "end": 159, "ctxt": 0 }, "kind": "number" } } }, { "type": "RestElement", "span": { "start": 161, "end": 175, "ctxt": 0 }, "rest": { "start": 161, "end": 164, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 164, "end": 165, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 165, "end": 175, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 167, "end": 175, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 167, "end": 173, "ctxt": 0 }, "kind": "string" } } } } ], "typeAnnotation": null, "typeParams": null } ] } }, "typeParams": null } ] } }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 193, "end": 194, "ctxt": 0 }, "value": "B", "optional": false }, "declare": false, "span": { "start": 187, "end": 255, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 201, "end": 253, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 201, "end": 212, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 213, "end": 222, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 213, "end": 222, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 214, "end": 222, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 216, "end": 222, "ctxt": 0 }, "kind": "number" } } } }, { "type": "Parameter", "span": { "start": 224, "end": 233, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 224, "end": 233, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 225, "end": 233, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 227, "end": 233, "ctxt": 0 }, "kind": "number" } } } }, { "type": "Parameter", "span": { "start": 235, "end": 249, "ctxt": 0 }, "decorators": [], "pat": { "type": "RestElement", "span": { "start": 235, "end": 249, "ctxt": 0 }, "rest": { "start": 235, "end": 238, "ctxt": 0 }, "argument": { "type": "Identifier", "span": { "start": 238, "end": 239, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": null }, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 239, "end": 249, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 241, "end": 249, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 241, "end": 247, "ctxt": 0 }, "kind": "string" } } } } } ], "body": { "type": "BlockStatement", "span": { "start": 251, "end": 253, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "TsInterfaceDeclaration", "span": { "start": 257, "end": 293, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 267, "end": 268, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 269, "end": 293, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 275, "end": 291, "ctxt": 0 }, "readonly": false, "key": { "type": "StringLiteral", "span": { "start": 275, "end": 280, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 280, "end": 290, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeQuery", "span": { "start": 282, "end": 290, "ctxt": 0 }, "exprName": { "type": "Identifier", "span": { "start": 289, "end": 290, "ctxt": 0 }, "value": "B", "optional": false }, "typeArguments": null } }, "typeParams": null } ] } }, { "type": "TsInterfaceDeclaration", "span": { "start": 295, "end": 327, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 305, "end": 306, "ctxt": 0 }, "value": "D", "optional": false }, "declare": false, "typeParams": null, "extends": [], "body": { "type": "TsInterfaceBody", "span": { "start": 307, "end": 327, "ctxt": 0 }, "body": [ { "type": "TsPropertySignature", "span": { "start": 313, "end": 325, "ctxt": 0 }, "readonly": false, "key": { "type": "NumericLiteral", "span": { "start": 313, "end": 314, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 314, "end": 324, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeQuery", "span": { "start": 316, "end": 324, "ctxt": 0 }, "exprName": { "type": "Identifier", "span": { "start": 323, "end": 324, "ctxt": 0 }, "value": "B", "optional": false }, "typeArguments": null } }, "typeParams": null } ] } }, { "type": "VariableDeclaration", "span": { "start": 329, "end": 345, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 333, "end": 344, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 333, "end": 334, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 334, "end": 344, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 336, "end": 344, "ctxt": 0 }, "elemType": { "type": "TsKeywordType", "span": { "start": 336, "end": 342, "ctxt": 0 }, "kind": "string" } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 346, "end": 355, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 350, "end": 354, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 350, "end": 351, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 351, "end": 354, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 353, "end": 354, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 353, "end": 354, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 356, "end": 365, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 360, "end": 364, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 360, "end": 361, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 361, "end": 364, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 363, "end": 364, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 363, "end": 364, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 366, "end": 377, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 370, "end": 376, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 370, "end": 371, "ctxt": 0 }, "value": "d", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 371, "end": 376, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 373, "end": 376, "ctxt": 0 }, "elemType": { "type": "TsTypeReference", "span": { "start": 373, "end": 374, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 373, "end": 374, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 378, "end": 406, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 382, "end": 405, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 382, "end": 383, "ctxt": 0 }, "value": "e", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 383, "end": 405, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 385, "end": 405, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 388, "end": 399, "ctxt": 0 }, "value": "key", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 391, "end": 399, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 393, "end": 399, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 400, "end": 403, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 402, "end": 403, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 402, "end": 403, "ctxt": 0 }, "value": "A", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 387, "end": 403, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 407, "end": 418, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 411, "end": 417, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 411, "end": 412, "ctxt": 0 }, "value": "g", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 412, "end": 417, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 414, "end": 417, "ctxt": 0 }, "elemType": { "type": "TsTypeReference", "span": { "start": 414, "end": 415, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 414, "end": 415, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 419, "end": 447, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 423, "end": 446, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 423, "end": 424, "ctxt": 0 }, "value": "h", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 424, "end": 446, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 426, "end": 446, "ctxt": 0 }, "members": [ { "type": "TsIndexSignature", "params": [ { "type": "Identifier", "span": { "start": 429, "end": 440, "ctxt": 0 }, "value": "key", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 432, "end": 440, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 434, "end": 440, "ctxt": 0 }, "kind": "string" } } } ], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 441, "end": 444, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 443, "end": 444, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 443, "end": 444, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } }, "readonly": false, "static": false, "span": { "start": 428, "end": 444, "ctxt": 0 } } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 448, "end": 461, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 452, "end": 460, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 452, "end": 453, "ctxt": 0 }, "value": "i", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 453, "end": 460, "ctxt": 0 }, "typeAnnotation": { "type": "TsArrayType", "span": { "start": 455, "end": 460, "ctxt": 0 }, "elemType": { "type": "TsArrayType", "span": { "start": 455, "end": 458, "ctxt": 0 }, "elemType": { "type": "TsTypeReference", "span": { "start": 455, "end": 456, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 455, "end": 456, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": null } } } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 483, "end": 505, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 483, "end": 504, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 487, "end": 488, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 489, "end": 490, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 492, "end": 493, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 495, "end": 503, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 506, "end": 524, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 506, "end": 523, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 510, "end": 511, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 512, "end": 513, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 515, "end": 516, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 518, "end": 521, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 521, "end": 522, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 525, "end": 553, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 525, "end": 552, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 529, "end": 530, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 531, "end": 532, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 534, "end": 535, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 537, "end": 540, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 540, "end": 541, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 543, "end": 551, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 585, "end": 604, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 585, "end": 603, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 589, "end": 591, "ctxt": 0 }, "value": "f2", "optional": false }, "arguments": [ { "spread": { "start": 592, "end": 595, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 595, "end": 596, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": { "start": 598, "end": 601, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 601, "end": 602, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 605, "end": 629, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 605, "end": 628, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 609, "end": 610, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 611, "end": 612, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 614, "end": 615, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 617, "end": 620, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 620, "end": 621, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": { "start": 623, "end": 626, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 626, "end": 627, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 650, "end": 674, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 650, "end": 673, "ctxt": 0 }, "callee": { "type": "NewExpression", "span": { "start": 650, "end": 671, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 654, "end": 655, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 656, "end": 657, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 659, "end": 660, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 662, "end": 670, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 675, "end": 695, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 675, "end": 694, "ctxt": 0 }, "callee": { "type": "NewExpression", "span": { "start": 675, "end": 692, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 679, "end": 680, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 681, "end": 682, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 684, "end": 685, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 687, "end": 690, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 690, "end": 691, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 696, "end": 726, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 696, "end": 725, "ctxt": 0 }, "callee": { "type": "NewExpression", "span": { "start": 696, "end": 723, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 700, "end": 701, "ctxt": 0 }, "value": "f", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 702, "end": 703, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 705, "end": 706, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 708, "end": 711, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 711, "end": 712, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 714, "end": 722, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null }, "arguments": [], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 758, "end": 782, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 758, "end": 781, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 762, "end": 765, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 762, "end": 763, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 764, "end": 765, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 766, "end": 767, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 769, "end": 770, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 772, "end": 780, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 783, "end": 803, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 783, "end": 802, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 787, "end": 790, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 787, "end": 788, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 789, "end": 790, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 791, "end": 792, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 794, "end": 795, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 797, "end": 800, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 800, "end": 801, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 804, "end": 834, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 804, "end": 833, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 808, "end": 811, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 808, "end": 809, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 810, "end": 811, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 812, "end": 813, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 815, "end": 816, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 818, "end": 821, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 821, "end": 822, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 824, "end": 832, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 865, "end": 891, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 865, "end": 890, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 869, "end": 874, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 870, "end": 873, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 870, "end": 871, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 872, "end": 873, "ctxt": 0 }, "value": "f", "optional": false } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 875, "end": 876, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 878, "end": 879, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 881, "end": 889, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 892, "end": 914, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 892, "end": 913, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 896, "end": 901, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 897, "end": 900, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 897, "end": 898, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 899, "end": 900, "ctxt": 0 }, "value": "f", "optional": false } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 902, "end": 903, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 905, "end": 906, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 908, "end": 911, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 911, "end": 912, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 915, "end": 947, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 915, "end": 946, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 919, "end": 924, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 920, "end": 923, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 920, "end": 921, "ctxt": 0 }, "value": "b", "optional": false }, "property": { "type": "Identifier", "span": { "start": 922, "end": 923, "ctxt": 0 }, "value": "f", "optional": false } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 925, "end": 926, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 928, "end": 929, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 931, "end": 934, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 934, "end": 935, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 937, "end": 945, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 979, "end": 1006, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 979, "end": 1005, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 983, "end": 989, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 983, "end": 987, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 983, "end": 984, "ctxt": 0 }, "value": "d", "optional": false }, "property": { "type": "Computed", "span": { "start": 984, "end": 987, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 985, "end": 986, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Identifier", "span": { "start": 988, "end": 989, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 990, "end": 991, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 993, "end": 994, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 996, "end": 1004, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1007, "end": 1030, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1007, "end": 1029, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1011, "end": 1017, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1011, "end": 1015, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1011, "end": 1012, "ctxt": 0 }, "value": "d", "optional": false }, "property": { "type": "Computed", "span": { "start": 1012, "end": 1015, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1013, "end": 1014, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Identifier", "span": { "start": 1016, "end": 1017, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1018, "end": 1019, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1021, "end": 1022, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1024, "end": 1027, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1027, "end": 1028, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1031, "end": 1064, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1031, "end": 1063, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1035, "end": 1041, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1035, "end": 1039, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1035, "end": 1036, "ctxt": 0 }, "value": "d", "optional": false }, "property": { "type": "Computed", "span": { "start": 1036, "end": 1039, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1037, "end": 1038, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Identifier", "span": { "start": 1040, "end": 1041, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1042, "end": 1043, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1045, "end": 1046, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1048, "end": 1051, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1051, "end": 1052, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1054, "end": 1062, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1117, "end": 1148, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1117, "end": 1147, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1121, "end": 1131, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1121, "end": 1129, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1121, "end": 1122, "ctxt": 0 }, "value": "e", "optional": false }, "property": { "type": "Computed", "span": { "start": 1122, "end": 1129, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1123, "end": 1128, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Identifier", "span": { "start": 1130, "end": 1131, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1132, "end": 1133, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1135, "end": 1136, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1138, "end": 1146, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1149, "end": 1176, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1149, "end": 1175, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1153, "end": 1163, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1153, "end": 1161, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1153, "end": 1154, "ctxt": 0 }, "value": "e", "optional": false }, "property": { "type": "Computed", "span": { "start": 1154, "end": 1161, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1155, "end": 1160, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Identifier", "span": { "start": 1162, "end": 1163, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1164, "end": 1165, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1167, "end": 1168, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1170, "end": 1173, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1173, "end": 1174, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1177, "end": 1214, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1177, "end": 1213, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1181, "end": 1191, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1181, "end": 1189, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1181, "end": 1182, "ctxt": 0 }, "value": "e", "optional": false }, "property": { "type": "Computed", "span": { "start": 1182, "end": 1189, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1183, "end": 1188, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Identifier", "span": { "start": 1190, "end": 1191, "ctxt": 0 }, "value": "f", "optional": false } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1192, "end": 1193, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1195, "end": 1196, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1198, "end": 1201, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1201, "end": 1202, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1204, "end": 1212, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1236, "end": 1258, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1236, "end": 1257, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1240, "end": 1241, "ctxt": 0 }, "value": "B", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1242, "end": 1243, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1245, "end": 1246, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1248, "end": 1256, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1259, "end": 1277, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1259, "end": 1276, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1263, "end": 1264, "ctxt": 0 }, "value": "B", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1265, "end": 1266, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1268, "end": 1269, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1271, "end": 1274, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1274, "end": 1275, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1278, "end": 1306, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1278, "end": 1305, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 1282, "end": 1283, "ctxt": 0 }, "value": "B", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1284, "end": 1285, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1287, "end": 1288, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1290, "end": 1293, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1293, "end": 1294, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1296, "end": 1304, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1338, "end": 1367, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1338, "end": 1366, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1342, "end": 1350, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1342, "end": 1343, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1343, "end": 1350, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1344, "end": 1349, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1351, "end": 1352, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1354, "end": 1355, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1357, "end": 1365, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1368, "end": 1393, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1368, "end": 1392, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1372, "end": 1380, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1372, "end": 1373, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1373, "end": 1380, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1374, "end": 1379, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1381, "end": 1382, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1384, "end": 1385, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1387, "end": 1390, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1390, "end": 1391, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1394, "end": 1429, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1394, "end": 1428, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1398, "end": 1406, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1398, "end": 1399, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1399, "end": 1406, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1400, "end": 1405, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1407, "end": 1408, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1410, "end": 1411, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1413, "end": 1416, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1416, "end": 1417, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1419, "end": 1427, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1459, "end": 1490, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1459, "end": 1489, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 1463, "end": 1473, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 1464, "end": 1472, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1464, "end": 1465, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1465, "end": 1472, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1466, "end": 1471, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1474, "end": 1475, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1477, "end": 1478, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1480, "end": 1488, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1491, "end": 1518, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1491, "end": 1517, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 1495, "end": 1505, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 1496, "end": 1504, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1496, "end": 1497, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1497, "end": 1504, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1498, "end": 1503, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1506, "end": 1507, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1509, "end": 1510, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1512, "end": 1515, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1515, "end": 1516, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1519, "end": 1556, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1519, "end": 1555, "ctxt": 0 }, "callee": { "type": "ParenthesisExpression", "span": { "start": 1523, "end": 1533, "ctxt": 0 }, "expression": { "type": "MemberExpression", "span": { "start": 1524, "end": 1532, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1524, "end": 1525, "ctxt": 0 }, "value": "c", "optional": false }, "property": { "type": "Computed", "span": { "start": 1525, "end": 1532, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1526, "end": 1531, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1534, "end": 1535, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1537, "end": 1538, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1540, "end": 1543, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1543, "end": 1544, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1546, "end": 1554, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1587, "end": 1619, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1587, "end": 1618, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1591, "end": 1602, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1591, "end": 1595, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1591, "end": 1592, "ctxt": 0 }, "value": "g", "optional": false }, "property": { "type": "Computed", "span": { "start": 1592, "end": 1595, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1593, "end": 1594, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Computed", "span": { "start": 1595, "end": 1602, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1596, "end": 1601, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1603, "end": 1604, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1606, "end": 1607, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1609, "end": 1617, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1620, "end": 1648, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1620, "end": 1647, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1624, "end": 1635, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1624, "end": 1628, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1624, "end": 1625, "ctxt": 0 }, "value": "g", "optional": false }, "property": { "type": "Computed", "span": { "start": 1625, "end": 1628, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1626, "end": 1627, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Computed", "span": { "start": 1628, "end": 1635, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1629, "end": 1634, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1636, "end": 1637, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1639, "end": 1640, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1642, "end": 1645, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1645, "end": 1646, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1649, "end": 1687, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1649, "end": 1686, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1653, "end": 1664, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1653, "end": 1657, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1653, "end": 1654, "ctxt": 0 }, "value": "g", "optional": false }, "property": { "type": "Computed", "span": { "start": 1654, "end": 1657, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1655, "end": 1656, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "property": { "type": "Computed", "span": { "start": 1657, "end": 1664, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1658, "end": 1663, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1665, "end": 1666, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1668, "end": 1669, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1671, "end": 1674, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1674, "end": 1675, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1677, "end": 1685, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1740, "end": 1776, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1740, "end": 1775, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1744, "end": 1759, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1744, "end": 1752, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1744, "end": 1745, "ctxt": 0 }, "value": "h", "optional": false }, "property": { "type": "Computed", "span": { "start": 1745, "end": 1752, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1746, "end": 1751, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1752, "end": 1759, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1753, "end": 1758, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1760, "end": 1761, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1763, "end": 1764, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1766, "end": 1774, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1777, "end": 1809, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1777, "end": 1808, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1781, "end": 1796, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1781, "end": 1789, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1781, "end": 1782, "ctxt": 0 }, "value": "h", "optional": false }, "property": { "type": "Computed", "span": { "start": 1782, "end": 1789, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1783, "end": 1788, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1789, "end": 1796, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1790, "end": 1795, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1797, "end": 1798, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1800, "end": 1801, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1803, "end": 1806, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1806, "end": 1807, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1810, "end": 1852, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1810, "end": 1851, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1814, "end": 1829, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1814, "end": 1822, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1814, "end": 1815, "ctxt": 0 }, "value": "h", "optional": false }, "property": { "type": "Computed", "span": { "start": 1815, "end": 1822, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1816, "end": 1821, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1822, "end": 1829, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1823, "end": 1828, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1830, "end": 1831, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1833, "end": 1834, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1836, "end": 1839, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1839, "end": 1840, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1842, "end": 1850, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1897, "end": 1929, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1897, "end": 1928, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1901, "end": 1912, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1901, "end": 1909, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1901, "end": 1902, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 1902, "end": 1909, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1903, "end": 1908, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1909, "end": 1912, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1910, "end": 1911, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1913, "end": 1914, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1916, "end": 1917, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1919, "end": 1927, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1930, "end": 1958, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1930, "end": 1957, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1934, "end": 1945, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1934, "end": 1942, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1934, "end": 1935, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 1935, "end": 1942, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1936, "end": 1941, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1942, "end": 1945, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1943, "end": 1944, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1946, "end": 1947, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1949, "end": 1950, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1952, "end": 1955, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1955, "end": 1956, "ctxt": 0 }, "value": "a", "optional": false } } ], "typeArguments": null } }, { "type": "ExpressionStatement", "span": { "start": 1959, "end": 1997, "ctxt": 0 }, "expression": { "type": "NewExpression", "span": { "start": 1959, "end": 1996, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 1963, "end": 1974, "ctxt": 0 }, "object": { "type": "MemberExpression", "span": { "start": 1963, "end": 1971, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 1963, "end": 1964, "ctxt": 0 }, "value": "i", "optional": false }, "property": { "type": "Computed", "span": { "start": 1964, "end": 1971, "ctxt": 0 }, "expression": { "type": "StringLiteral", "span": { "start": 1965, "end": 1970, "ctxt": 0 }, "value": "a-b", "raw": "\"a-b\"" } } }, "property": { "type": "Computed", "span": { "start": 1971, "end": 1974, "ctxt": 0 }, "expression": { "type": "NumericLiteral", "span": { "start": 1972, "end": 1973, "ctxt": 0 }, "value": 1.0, "raw": "1" } } }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1975, "end": 1976, "ctxt": 0 }, "value": 1.0, "raw": "1" } }, { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 1978, "end": 1979, "ctxt": 0 }, "value": 2.0, "raw": "2" } }, { "spread": { "start": 1981, "end": 1984, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 1984, "end": 1985, "ctxt": 0 }, "value": "a", "optional": false } }, { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 1987, "end": 1995, "ctxt": 0 }, "value": "string", "raw": "\"string\"" } } ], "typeArguments": null } } ], "interpreter": null }