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

5452 lines
130 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 1,
"end": 1982,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 10,
"end": 11,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 12,
"end": 21,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 12,
"end": 21,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 13,
"end": 21,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 15,
"end": 21,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 23,
"end": 32,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 23,
"end": 32,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 24,
"end": 32,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 26,
"end": 32,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 34,
"end": 48,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 34,
"end": 48,
"ctxt": 0
},
"rest": {
"start": 34,
"end": 37,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 37,
"end": 38,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 38,
"end": 48,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 40,
"end": 48,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 40,
"end": 46,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 1,
"end": 53,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 50,
"end": 53,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 67,
"end": 81,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 67,
"end": 81,
"ctxt": 0
},
"rest": {
"start": 67,
"end": 70,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 70,
"end": 71,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 71,
"end": 81,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 73,
"end": 81,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 73,
"end": 79,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 55,
"end": 86,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 83,
"end": 86,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 88,
"end": 170,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 100,
"end": 170,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 106,
"end": 168,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 106,
"end": 107,
"ctxt": 0
},
"value": "f",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 107,
"end": 168,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 109,
"end": 168,
"ctxt": 0
},
"members": [
{
"type": "TsConstructSignatureDeclaration",
"span": {
"start": 119,
"end": 162,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 124,
"end": 133,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 125,
"end": 133,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 127,
"end": 133,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 135,
"end": 144,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 136,
"end": 144,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 138,
"end": 144,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "RestElement",
"span": {
"start": 146,
"end": 160,
"ctxt": 0
},
"rest": {
"start": 146,
"end": 149,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 149,
"end": 150,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 150,
"end": 160,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 152,
"end": 160,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 152,
"end": 158,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"typeAnnotation": null,
"typeParams": null
}
]
}
},
"typeParams": null
}
]
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 178,
"end": 179,
"ctxt": 0
},
"value": "B",
"optional": false
},
"declare": false,
"span": {
"start": 172,
"end": 240,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 186,
"end": 238,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 186,
"end": 197,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 198,
"end": 207,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 198,
"end": 207,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 199,
"end": 207,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 201,
"end": 207,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 209,
"end": 218,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 209,
"end": 218,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 210,
"end": 218,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 212,
"end": 218,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 220,
"end": 234,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 220,
"end": 234,
"ctxt": 0
},
"rest": {
"start": 220,
"end": 223,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 223,
"end": 224,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 224,
"end": 234,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 226,
"end": 234,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 226,
"end": 232,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 236,
"end": 238,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 242,
"end": 278,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 252,
"end": 253,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 254,
"end": 278,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 260,
"end": 276,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "StringLiteral",
"span": {
"start": 260,
"end": 265,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 265,
"end": 275,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 267,
"end": 275,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 274,
"end": 275,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeArguments": null
}
},
"typeParams": null
}
]
}
},
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 280,
"end": 312,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 290,
"end": 291,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 292,
"end": 312,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 298,
"end": 310,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "NumericLiteral",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"value": 1.0
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 299,
"end": 309,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 301,
"end": 309,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 308,
"end": 309,
"ctxt": 0
},
"value": "B",
"optional": false
},
"typeArguments": null
}
},
"typeParams": null
}
]
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 314,
"end": 330,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 318,
"end": 329,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 318,
"end": 319,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 319,
"end": 329,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 321,
"end": 329,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 321,
"end": 327,
"ctxt": 0
},
"kind": "string"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 331,
"end": 340,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 335,
"end": 339,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 335,
"end": 336,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 336,
"end": 339,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 338,
"end": 339,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 338,
"end": 339,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 341,
"end": 350,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 345,
"end": 349,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 345,
"end": 346,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 346,
"end": 349,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 348,
"end": 349,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 351,
"end": 362,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 355,
"end": 361,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 355,
"end": 356,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 356,
"end": 361,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 358,
"end": 361,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 358,
"end": 359,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 358,
"end": 359,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 363,
"end": 391,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 367,
"end": 390,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 367,
"end": 368,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 368,
"end": 390,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 370,
"end": 390,
"ctxt": 0
},
"members": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 373,
"end": 384,
"ctxt": 0
},
"value": "key",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 376,
"end": 384,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 378,
"end": 384,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 385,
"end": 388,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 387,
"end": 388,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 387,
"end": 388,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeParams": null
}
},
"readonly": false,
"static": false,
"span": {
"start": 372,
"end": 388,
"ctxt": 0
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 392,
"end": 403,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 396,
"end": 402,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 396,
"end": 397,
"ctxt": 0
},
"value": "g",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 397,
"end": 402,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 399,
"end": 402,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 399,
"end": 400,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 399,
"end": 400,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 404,
"end": 432,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 408,
"end": 431,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 408,
"end": 409,
"ctxt": 0
},
"value": "h",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 409,
"end": 431,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeLiteral",
"span": {
"start": 411,
"end": 431,
"ctxt": 0
},
"members": [
{
"type": "TsIndexSignature",
"params": [
{
"type": "Identifier",
"span": {
"start": 414,
"end": 425,
"ctxt": 0
},
"value": "key",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 417,
"end": 425,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 419,
"end": 425,
"ctxt": 0
},
"kind": "string"
}
}
}
],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 426,
"end": 429,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 428,
"end": 429,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 428,
"end": 429,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
},
"readonly": false,
"static": false,
"span": {
"start": 413,
"end": 429,
"ctxt": 0
}
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 433,
"end": 446,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 437,
"end": 445,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 437,
"end": 438,
"ctxt": 0
},
"value": "i",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 438,
"end": 445,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 440,
"end": 445,
"ctxt": 0
},
"elemType": {
"type": "TsArrayType",
"span": {
"start": 440,
"end": 443,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 440,
"end": 441,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 440,
"end": 441,
"ctxt": 0
},
"value": "C",
"optional": false
},
"typeParams": null
}
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 468,
"end": 490,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 468,
"end": 489,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 472,
"end": 473,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 474,
"end": 475,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 480,
"end": 488,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 491,
"end": 509,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 491,
"end": 508,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 497,
"end": 498,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 503,
"end": 506,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 506,
"end": 507,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 510,
"end": 538,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 510,
"end": 537,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 516,
"end": 517,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 519,
"end": 520,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 522,
"end": 525,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 525,
"end": 526,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 528,
"end": 536,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 570,
"end": 589,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 570,
"end": 588,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 574,
"end": 576,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"arguments": [
{
"spread": {
"start": 577,
"end": 580,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 580,
"end": 581,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": {
"start": 583,
"end": 586,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 586,
"end": 587,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 590,
"end": 614,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 590,
"end": 613,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 594,
"end": 595,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 596,
"end": 597,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 599,
"end": 600,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 602,
"end": 605,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 605,
"end": 606,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": {
"start": 608,
"end": 611,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 611,
"end": 612,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 635,
"end": 659,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 635,
"end": 658,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 635,
"end": 656,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 639,
"end": 640,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 641,
"end": 642,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 644,
"end": 645,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 647,
"end": 655,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 660,
"end": 680,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 660,
"end": 679,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 660,
"end": 677,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 669,
"end": 670,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 672,
"end": 675,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 675,
"end": 676,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 681,
"end": 711,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 681,
"end": 710,
"ctxt": 0
},
"callee": {
"type": "NewExpression",
"span": {
"start": 681,
"end": 708,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 685,
"end": 686,
"ctxt": 0
},
"value": "f",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 687,
"end": 688,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 690,
"end": 691,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 693,
"end": 696,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 696,
"end": 697,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 699,
"end": 707,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 743,
"end": 767,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 743,
"end": 766,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 747,
"end": 750,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 747,
"end": 748,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 751,
"end": 752,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 754,
"end": 755,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 757,
"end": 765,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 768,
"end": 788,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 768,
"end": 787,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 772,
"end": 775,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 774,
"end": 775,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 776,
"end": 777,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 779,
"end": 780,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 782,
"end": 785,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 785,
"end": 786,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 789,
"end": 819,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 789,
"end": 818,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 793,
"end": 796,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 793,
"end": 794,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 795,
"end": 796,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 797,
"end": 798,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 800,
"end": 801,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 803,
"end": 806,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 806,
"end": 807,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 809,
"end": 817,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 850,
"end": 876,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 850,
"end": 875,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 854,
"end": 859,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 855,
"end": 858,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 855,
"end": 856,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 857,
"end": 858,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 860,
"end": 861,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 863,
"end": 864,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 866,
"end": 874,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 877,
"end": 899,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 877,
"end": 898,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 881,
"end": 886,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 882,
"end": 885,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 882,
"end": 883,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 884,
"end": 885,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 887,
"end": 888,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 890,
"end": 891,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 893,
"end": 896,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 896,
"end": 897,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 900,
"end": 932,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 900,
"end": 931,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 904,
"end": 909,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 905,
"end": 908,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 905,
"end": 906,
"ctxt": 0
},
"value": "b",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 907,
"end": 908,
"ctxt": 0
},
"value": "f",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 910,
"end": 911,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 913,
"end": 914,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 916,
"end": 919,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 919,
"end": 920,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 922,
"end": 930,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 964,
"end": 991,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 964,
"end": 990,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 968,
"end": 974,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 968,
"end": 972,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 968,
"end": 969,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 969,
"end": 972,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 970,
"end": 971,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 973,
"end": 974,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 975,
"end": 976,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 978,
"end": 979,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 981,
"end": 989,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 992,
"end": 1015,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 992,
"end": 1014,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 996,
"end": 1002,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 996,
"end": 1000,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 996,
"end": 997,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 997,
"end": 1000,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 998,
"end": 999,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1001,
"end": 1002,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1003,
"end": 1004,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1006,
"end": 1007,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1009,
"end": 1012,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1012,
"end": 1013,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1016,
"end": 1049,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1016,
"end": 1048,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1020,
"end": 1026,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1020,
"end": 1024,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1020,
"end": 1021,
"ctxt": 0
},
"value": "d",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1021,
"end": 1024,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1022,
"end": 1023,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1025,
"end": 1026,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1027,
"end": 1028,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1030,
"end": 1031,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1033,
"end": 1036,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1036,
"end": 1037,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1039,
"end": 1047,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1102,
"end": 1133,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1102,
"end": 1132,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1106,
"end": 1116,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1106,
"end": 1114,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1106,
"end": 1107,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1107,
"end": 1114,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1108,
"end": 1113,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1115,
"end": 1116,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1117,
"end": 1118,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1120,
"end": 1121,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1123,
"end": 1131,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1134,
"end": 1161,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1134,
"end": 1160,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1138,
"end": 1148,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1138,
"end": 1146,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1138,
"end": 1139,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1139,
"end": 1146,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1140,
"end": 1145,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1147,
"end": 1148,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1149,
"end": 1150,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1152,
"end": 1153,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1155,
"end": 1158,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1158,
"end": 1159,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1162,
"end": 1199,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1162,
"end": 1198,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1166,
"end": 1176,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1166,
"end": 1174,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1166,
"end": 1167,
"ctxt": 0
},
"value": "e",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1167,
"end": 1174,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1168,
"end": 1173,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1177,
"end": 1178,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1180,
"end": 1181,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1183,
"end": 1186,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1186,
"end": 1187,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1189,
"end": 1197,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1221,
"end": 1243,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1221,
"end": 1242,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1225,
"end": 1226,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1227,
"end": 1228,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1230,
"end": 1231,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1233,
"end": 1241,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1244,
"end": 1262,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1244,
"end": 1261,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1248,
"end": 1249,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1250,
"end": 1251,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1253,
"end": 1254,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1256,
"end": 1259,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1260,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1263,
"end": 1291,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1263,
"end": 1290,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1267,
"end": 1268,
"ctxt": 0
},
"value": "B",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1269,
"end": 1270,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1272,
"end": 1273,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1275,
"end": 1278,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1278,
"end": 1279,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1281,
"end": 1289,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1323,
"end": 1352,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1323,
"end": 1351,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1327,
"end": 1335,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1327,
"end": 1328,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1328,
"end": 1335,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1329,
"end": 1334,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1336,
"end": 1337,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1339,
"end": 1340,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1342,
"end": 1350,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1353,
"end": 1378,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1353,
"end": 1377,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1357,
"end": 1365,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1357,
"end": 1358,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1358,
"end": 1365,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1359,
"end": 1364,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1366,
"end": 1367,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1369,
"end": 1370,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1372,
"end": 1375,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1375,
"end": 1376,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1379,
"end": 1414,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1379,
"end": 1413,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1383,
"end": 1391,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1383,
"end": 1384,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1384,
"end": 1391,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1385,
"end": 1390,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1392,
"end": 1393,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1395,
"end": 1396,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1398,
"end": 1401,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1401,
"end": 1402,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1404,
"end": 1412,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1444,
"end": 1475,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1444,
"end": 1474,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1448,
"end": 1458,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1449,
"end": 1457,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1449,
"end": 1450,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1450,
"end": 1457,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1451,
"end": 1456,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1459,
"end": 1460,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1462,
"end": 1463,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1465,
"end": 1473,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1476,
"end": 1503,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1476,
"end": 1502,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1480,
"end": 1490,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1481,
"end": 1489,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1481,
"end": 1482,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1482,
"end": 1489,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1483,
"end": 1488,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1491,
"end": 1492,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1494,
"end": 1495,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1497,
"end": 1500,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1500,
"end": 1501,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1504,
"end": 1541,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1504,
"end": 1540,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 1508,
"end": 1518,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1509,
"end": 1517,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1509,
"end": 1510,
"ctxt": 0
},
"value": "c",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1510,
"end": 1517,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1511,
"end": 1516,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1519,
"end": 1520,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1522,
"end": 1523,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1525,
"end": 1528,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1528,
"end": 1529,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1531,
"end": 1539,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1572,
"end": 1604,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1572,
"end": 1603,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1576,
"end": 1587,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1576,
"end": 1580,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1576,
"end": 1577,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1577,
"end": 1580,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1578,
"end": 1579,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1580,
"end": 1587,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1581,
"end": 1586,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1588,
"end": 1589,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1591,
"end": 1592,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1594,
"end": 1602,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1605,
"end": 1633,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1605,
"end": 1632,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1609,
"end": 1620,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1609,
"end": 1613,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1609,
"end": 1610,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1610,
"end": 1613,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1611,
"end": 1612,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1613,
"end": 1620,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1614,
"end": 1619,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1621,
"end": 1622,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1624,
"end": 1625,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1627,
"end": 1630,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1630,
"end": 1631,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1634,
"end": 1672,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1634,
"end": 1671,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1638,
"end": 1649,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1638,
"end": 1642,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1638,
"end": 1639,
"ctxt": 0
},
"value": "g",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1639,
"end": 1642,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1640,
"end": 1641,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1642,
"end": 1649,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1643,
"end": 1648,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1650,
"end": 1651,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1653,
"end": 1654,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1656,
"end": 1659,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1659,
"end": 1660,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1662,
"end": 1670,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1725,
"end": 1761,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1725,
"end": 1760,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1729,
"end": 1744,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1729,
"end": 1737,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1729,
"end": 1730,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1730,
"end": 1737,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1731,
"end": 1736,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1737,
"end": 1744,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1738,
"end": 1743,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1745,
"end": 1746,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1748,
"end": 1749,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1751,
"end": 1759,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1762,
"end": 1794,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1762,
"end": 1793,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1766,
"end": 1781,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1766,
"end": 1774,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1766,
"end": 1767,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1767,
"end": 1774,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1768,
"end": 1773,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1774,
"end": 1781,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1775,
"end": 1780,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1782,
"end": 1783,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1785,
"end": 1786,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1788,
"end": 1791,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1791,
"end": 1792,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1795,
"end": 1837,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1795,
"end": 1836,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1799,
"end": 1814,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1799,
"end": 1807,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1799,
"end": 1800,
"ctxt": 0
},
"value": "h",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1800,
"end": 1807,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1801,
"end": 1806,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1807,
"end": 1814,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1808,
"end": 1813,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1815,
"end": 1816,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1818,
"end": 1819,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1821,
"end": 1824,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1824,
"end": 1825,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1827,
"end": 1835,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1882,
"end": 1914,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1882,
"end": 1913,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1886,
"end": 1897,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1886,
"end": 1894,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1886,
"end": 1887,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1887,
"end": 1894,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1888,
"end": 1893,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1894,
"end": 1897,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1895,
"end": 1896,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1898,
"end": 1899,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1901,
"end": 1902,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1904,
"end": 1912,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1915,
"end": 1943,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1915,
"end": 1942,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1919,
"end": 1930,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1919,
"end": 1927,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1919,
"end": 1920,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1920,
"end": 1927,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1921,
"end": 1926,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1927,
"end": 1930,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1928,
"end": 1929,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1931,
"end": 1932,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1934,
"end": 1935,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1937,
"end": 1940,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1940,
"end": 1941,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1944,
"end": 1982,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 1944,
"end": 1981,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1948,
"end": 1959,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 1948,
"end": 1956,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1948,
"end": 1949,
"ctxt": 0
},
"value": "i",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 1949,
"end": 1956,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 1950,
"end": 1955,
"ctxt": 0
},
"value": "a-b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"property": {
"type": "Computed",
"span": {
"start": 1956,
"end": 1959,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1957,
"end": 1958,
"ctxt": 0
},
"value": 1.0
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1960,
"end": 1961,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1963,
"end": 1964,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1966,
"end": 1969,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1969,
"end": 1970,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1972,
"end": 1980,
"ctxt": 0
},
"value": "string",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}