swc/crates/swc_ecma_parser/tests/tsc/newWithSpreadES5.json
2022-03-22 07:54:08 +00:00

5268 lines
125 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 1996,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 27,
"end": 36,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 27,
"end": 36,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 28,
"end": 36,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 30,
"end": 36,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 38,
"end": 47,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 38,
"end": 47,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 39,
"end": 47,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 41,
"end": 47,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 49,
"end": 63,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 49,
"end": 63,
"ctxt": 0
},
"rest": {
"start": 49,
"end": 52,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 53,
"end": 63,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 55,
"end": 63,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 55,
"end": 61,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 16,
"end": 68,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 65,
"end": 68,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 79,
"end": 81,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 82,
"end": 96,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 82,
"end": 96,
"ctxt": 0
},
"rest": {
"start": 82,
"end": 85,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 85,
"end": 86,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 86,
"end": 96,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 88,
"end": 96,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 88,
"end": 94,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 70,
"end": 100,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 98,
"end": 100,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 102,
"end": 184,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 113,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 114,
"end": 184,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 120,
"end": 182,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 120,
"end": 121,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 121,
"end": 182,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 123,
"end": 182,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 133,
"end": 176,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 138,
"end": 147,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 139,
"end": 147,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 141,
"end": 147,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 149,
"end": 158,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 150,
"end": 158,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "RestElement",
"span": {
"start": 160,
"end": 174,
"ctxt": 0
},
"rest": {
"start": 160,
"end": 163,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 163,
"end": 164,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 164,
"end": 174,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 166,
"end": 174,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 166,
"end": 172,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"typeAnnotation": null,
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 186,
"end": 254,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 200,
"end": 252,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 200,
"end": 211,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 212,
"end": 221,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 212,
"end": 221,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 213,
"end": 221,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 215,
"end": 221,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 223,
"end": 232,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 223,
"end": 232,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 224,
"end": 232,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 226,
"end": 232,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 234,
"end": 248,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 234,
"end": 248,
"ctxt": 0
},
"rest": {
"start": 234,
"end": 237,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 237,
"end": 238,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 238,
"end": 248,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 240,
"end": 248,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 240,
"end": 246,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 250,
"end": 252,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 256,
"end": 292,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 266,
"end": 267,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 268,
"end": 292,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 274,
"end": 290,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "StringLiteral",
"span": {
"start": 274,
"end": 279,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 279,
"end": 289,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 281,
"end": 289,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 288,
"end": 289,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeArguments": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 294,
"end": 326,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 304,
"end": 305,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 306,
"end": 326,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 312,
"end": 324,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "NumericLiteral",
"span": {
"start": 312,
"end": 313,
"ctxt": 0
},
"value": 1.0
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 313,
"end": 323,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 315,
"end": 323,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 322,
"end": 323,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeArguments": null
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 328,
"end": 344,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 332,
"end": 343,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 332,
"end": 333,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 333,
"end": 343,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 335,
"end": 343,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 335,
"end": 341,
"ctxt": 0
},
"kind": "string"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 345,
"end": 354,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 349,
"end": 353,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 349,
"end": 350,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 350,
"end": 353,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 352,
"end": 353,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 352,
"end": 353,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 355,
"end": 364,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 359,
"end": 363,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 359,
"end": 360,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 360,
"end": 363,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 362,
"end": 363,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 365,
"end": 376,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 369,
"end": 375,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 369,
"end": 370,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 370,
"end": 375,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 372,
"end": 375,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 372,
"end": 373,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 377,
"end": 405,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 381,
"end": 404,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 381,
"end": 382,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 382,
"end": 404,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 384,
"end": 404,
"ctxt": 0
},
"members": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 387,
"end": 398,
"ctxt": 0
},
"value": "key",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 390,
"end": 398,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 392,
"end": 398,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 399,
"end": 402,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
},
"readonly": false,
"static": false,
"span": {
"start": 386,
"end": 402,
"ctxt": 0
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 406,
"end": 417,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 410,
"end": 416,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 410,
"end": 411,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 411,
"end": 416,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 413,
"end": 416,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 413,
"end": 414,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 418,
"end": 446,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 422,
"end": 445,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 422,
"end": 423,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 423,
"end": 445,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 425,
"end": 445,
"ctxt": 0
},
"members": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 428,
"end": 439,
"ctxt": 0
},
"value": "key",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 431,
"end": 439,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 433,
"end": 439,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 440,
"end": 443,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 442,
"end": 443,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
"readonly": false,
"static": false,
"span": {
"start": 427,
"end": 443,
"ctxt": 0
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 447,
"end": 460,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 451,
"end": 459,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 451,
"end": 452,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 452,
"end": 459,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 454,
"end": 459,
"ctxt": 0
},
"elemType": {
"type": "TsArrayType",
"span": {
"start": 454,
"end": 457,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 454,
"end": 455,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 454,
"end": 455,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 482,
"end": 504,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 482,
"end": 503,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 488,
"end": 489,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 491,
"end": 492,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 494,
"end": 502,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 505,
"end": 523,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 505,
"end": 522,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 509,
"end": 510,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 517,
"end": 520,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 520,
"end": 521,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 524,
"end": 552,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 524,
"end": 551,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 528,
"end": 529,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 530,
"end": 531,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 536,
"end": 539,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 539,
"end": 540,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 542,
"end": 550,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 584,
"end": 603,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 584,
"end": 602,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 588,
"end": 590,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"arguments": [
{
"spread": {
"start": 591,
"end": 594,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 594,
"end": 595,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": {
"start": 597,
"end": 600,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 600,
"end": 601,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 604,
"end": 628,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 604,
"end": 627,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 608,
"end": 609,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 610,
"end": 611,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 613,
"end": 614,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 616,
"end": 619,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 619,
"end": 620,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": {
"start": 622,
"end": 625,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 625,
"end": 626,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 649,
"end": 673,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 649,
"end": 672,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 649,
"end": 670,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 653,
"end": 654,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 655,
"end": 656,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 658,
"end": 659,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 661,
"end": 669,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 674,
"end": 694,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 674,
"end": 693,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 674,
"end": 691,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 678,
"end": 679,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 680,
"end": 681,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 683,
"end": 684,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 686,
"end": 689,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 689,
"end": 690,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 695,
"end": 725,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 695,
"end": 724,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 695,
"end": 722,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 699,
"end": 700,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 701,
"end": 702,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 704,
"end": 705,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 707,
"end": 710,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 710,
"end": 711,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 713,
"end": 721,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 757,
"end": 781,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 757,
"end": 780,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 761,
"end": 764,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 761,
"end": 762,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 763,
"end": 764,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 765,
"end": 766,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 768,
"end": 769,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 771,
"end": 779,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 782,
"end": 802,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 782,
"end": 801,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 786,
"end": 789,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 786,
"end": 787,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 788,
"end": 789,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 790,
"end": 791,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 796,
"end": 799,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 799,
"end": 800,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 803,
"end": 833,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 803,
"end": 832,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 807,
"end": 810,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 807,
"end": 808,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 809,
"end": 810,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 811,
"end": 812,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 814,
"end": 815,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 817,
"end": 820,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 820,
"end": 821,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 823,
"end": 831,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 864,
"end": 890,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 864,
"end": 889,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 868,
"end": 873,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 869,
"end": 872,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 869,
"end": 870,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 871,
"end": 872,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 874,
"end": 875,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 877,
"end": 878,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 880,
"end": 888,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 891,
"end": 913,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 891,
"end": 912,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 895,
"end": 900,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 896,
"end": 899,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 896,
"end": 897,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 901,
"end": 902,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 904,
"end": 905,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 907,
"end": 910,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 910,
"end": 911,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 914,
"end": 946,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 914,
"end": 945,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 918,
"end": 923,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 919,
"end": 922,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 919,
"end": 920,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 921,
"end": 922,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 924,
"end": 925,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 927,
"end": 928,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 930,
"end": 933,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 933,
"end": 934,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 936,
"end": 944,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 978,
"end": 1005,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 978,
"end": 1004,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 982,
"end": 988,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 982,
"end": 986,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 982,
"end": 983,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 983,
"end": 986,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 984,
"end": 985,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 987,
"end": 988,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 989,
"end": 990,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 992,
"end": 993,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 995,
"end": 1003,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1006,
"end": 1029,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1006,
"end": 1028,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1010,
"end": 1016,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1010,
"end": 1014,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1010,
"end": 1011,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1011,
"end": 1014,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1012,
"end": 1013,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1016,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1023,
"end": 1026,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1026,
"end": 1027,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1030,
"end": 1063,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1030,
"end": 1062,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1034,
"end": 1040,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1034,
"end": 1038,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1034,
"end": 1035,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1035,
"end": 1038,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1036,
"end": 1037,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1039,
"end": 1040,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1041,
"end": 1042,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1044,
"end": 1045,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1047,
"end": 1050,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1050,
"end": 1051,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1053,
"end": 1061,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1116,
"end": 1147,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1116,
"end": 1146,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1120,
"end": 1130,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1120,
"end": 1128,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1120,
"end": 1121,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1121,
"end": 1128,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1122,
"end": 1127,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1131,
"end": 1132,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1134,
"end": 1135,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1137,
"end": 1145,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1148,
"end": 1175,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1148,
"end": 1174,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1152,
"end": 1162,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1152,
"end": 1160,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1152,
"end": 1153,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1153,
"end": 1160,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1154,
"end": 1159,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1161,
"end": 1162,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1163,
"end": 1164,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1166,
"end": 1167,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1169,
"end": 1172,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1172,
"end": 1173,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1176,
"end": 1213,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1176,
"end": 1212,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1180,
"end": 1190,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1180,
"end": 1188,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1180,
"end": 1181,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1181,
"end": 1188,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1182,
"end": 1187,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1189,
"end": 1190,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1191,
"end": 1192,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1194,
"end": 1195,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1197,
"end": 1200,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1200,
"end": 1201,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1203,
"end": 1211,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1235,
"end": 1257,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1235,
"end": 1256,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1239,
"end": 1240,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1241,
"end": 1242,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1244,
"end": 1245,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1247,
"end": 1255,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1258,
"end": 1276,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1258,
"end": 1275,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1262,
"end": 1263,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1264,
"end": 1265,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1267,
"end": 1268,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1270,
"end": 1273,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1273,
"end": 1274,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1277,
"end": 1305,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1277,
"end": 1304,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1281,
"end": 1282,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1283,
"end": 1284,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1286,
"end": 1287,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1289,
"end": 1292,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1292,
"end": 1293,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1295,
"end": 1303,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1337,
"end": 1366,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1337,
"end": 1365,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1341,
"end": 1349,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1341,
"end": 1342,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1342,
"end": 1349,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1343,
"end": 1348,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1350,
"end": 1351,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1353,
"end": 1354,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1356,
"end": 1364,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1367,
"end": 1392,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1367,
"end": 1391,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1371,
"end": 1379,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1372,
"end": 1379,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1373,
"end": 1378,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1380,
"end": 1381,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1383,
"end": 1384,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1386,
"end": 1389,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1389,
"end": 1390,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1393,
"end": 1428,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1393,
"end": 1427,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1397,
"end": 1405,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1397,
"end": 1398,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1398,
"end": 1405,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1399,
"end": 1404,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1406,
"end": 1407,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1409,
"end": 1410,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1412,
"end": 1415,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1415,
"end": 1416,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1418,
"end": 1426,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1458,
"end": 1489,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1458,
"end": 1488,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1462,
"end": 1472,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1463,
"end": 1471,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1463,
"end": 1464,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1464,
"end": 1471,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1465,
"end": 1470,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1473,
"end": 1474,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1476,
"end": 1477,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1479,
"end": 1487,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1490,
"end": 1517,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1490,
"end": 1516,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1494,
"end": 1504,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1495,
"end": 1503,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1495,
"end": 1496,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1496,
"end": 1503,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1497,
"end": 1502,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1505,
"end": 1506,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1508,
"end": 1509,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1511,
"end": 1514,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1514,
"end": 1515,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1518,
"end": 1555,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1518,
"end": 1554,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1522,
"end": 1532,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1523,
"end": 1531,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1523,
"end": 1524,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1524,
"end": 1531,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1525,
"end": 1530,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1533,
"end": 1534,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1536,
"end": 1537,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1539,
"end": 1542,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1542,
"end": 1543,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1545,
"end": 1553,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1586,
"end": 1618,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1586,
"end": 1617,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1590,
"end": 1601,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1590,
"end": 1594,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1590,
"end": 1591,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1591,
"end": 1594,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1592,
"end": 1593,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1594,
"end": 1601,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1595,
"end": 1600,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1602,
"end": 1603,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1605,
"end": 1606,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1608,
"end": 1616,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1619,
"end": 1647,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1619,
"end": 1646,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1623,
"end": 1634,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1623,
"end": 1627,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1623,
"end": 1624,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1624,
"end": 1627,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1625,
"end": 1626,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1627,
"end": 1634,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1628,
"end": 1633,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1635,
"end": 1636,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1638,
"end": 1639,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1641,
"end": 1644,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1644,
"end": 1645,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1648,
"end": 1686,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1648,
"end": 1685,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1652,
"end": 1663,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1652,
"end": 1656,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1652,
"end": 1653,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1653,
"end": 1656,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1654,
"end": 1655,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1656,
"end": 1663,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1657,
"end": 1662,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1664,
"end": 1665,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1667,
"end": 1668,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1670,
"end": 1673,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1673,
"end": 1674,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1676,
"end": 1684,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1739,
"end": 1775,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1739,
"end": 1774,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1743,
"end": 1758,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1743,
"end": 1751,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1743,
"end": 1744,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1744,
"end": 1751,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1745,
"end": 1750,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1751,
"end": 1758,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1752,
"end": 1757,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1759,
"end": 1760,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1762,
"end": 1763,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1765,
"end": 1773,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1776,
"end": 1808,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1776,
"end": 1807,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1780,
"end": 1795,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1780,
"end": 1788,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1780,
"end": 1781,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1781,
"end": 1788,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1782,
"end": 1787,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1788,
"end": 1795,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1789,
"end": 1794,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1796,
"end": 1797,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1799,
"end": 1800,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1802,
"end": 1805,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1805,
"end": 1806,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1809,
"end": 1851,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1809,
"end": 1850,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1813,
"end": 1828,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1813,
"end": 1821,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1813,
"end": 1814,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1814,
"end": 1821,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1815,
"end": 1820,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1821,
"end": 1828,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1822,
"end": 1827,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1829,
"end": 1830,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1832,
"end": 1833,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1835,
"end": 1838,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1838,
"end": 1839,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1841,
"end": 1849,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1896,
"end": 1928,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1896,
"end": 1927,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1900,
"end": 1911,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1900,
"end": 1908,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1900,
"end": 1901,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1901,
"end": 1908,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1902,
"end": 1907,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1908,
"end": 1911,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1909,
"end": 1910,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1912,
"end": 1913,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1915,
"end": 1916,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1918,
"end": 1926,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1929,
"end": 1957,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1929,
"end": 1956,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1933,
"end": 1944,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1933,
"end": 1941,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1933,
"end": 1934,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1934,
"end": 1941,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1935,
"end": 1940,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1941,
"end": 1944,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1942,
"end": 1943,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1945,
"end": 1946,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1948,
"end": 1949,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1951,
"end": 1954,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1954,
"end": 1955,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1958,
"end": 1996,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1958,
"end": 1995,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1962,
"end": 1973,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1962,
"end": 1970,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1962,
"end": 1963,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1963,
"end": 1970,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1964,
"end": 1969,
"ctxt": 0
},
"value": "a-b",
"raw": "\"a-b\""
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1970,
"end": 1973,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1971,
"end": 1972,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1974,
"end": 1975,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1977,
"end": 1978,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1980,
"end": 1983,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1983,
"end": 1984,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1986,
"end": 1994,
"ctxt": 0
},
"value": "string",
"raw": "\"string\""
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}