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

3879 lines
98 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 1117,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 0,
"end": 65,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10,
"end": 11,
"ctxt": 0
},
"value": "X",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 12,
"end": 65,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 18,
"end": 63,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 18,
"end": 21,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"computed": false,
"optional": false,
"params": [
{
"type": "Identifier",
"span": {
"start": 22,
"end": 31,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 23,
"end": 31,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 25,
"end": 31,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "Identifier",
"span": {
"start": 33,
"end": 42,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 34,
"end": 42,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 36,
"end": 42,
"ctxt": 0
},
"kind": "number"
}
}
},
{
"type": "RestElement",
"span": {
"start": 44,
"end": 58,
"ctxt": 0
},
"rest": {
"start": 44,
"end": 47,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 48,
"end": 58,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 50,
"end": 58,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 50,
"end": 56,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"typeAnn": {
"type": "TsTypeAnnotation",
"span": {
"start": 59,
"end": 62,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
},
"typeParams": null
}
]
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 76,
"end": 79,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 80,
"end": 89,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 80,
"end": 89,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 81,
"end": 89,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 83,
"end": 89,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 91,
"end": 100,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 91,
"end": 100,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 92,
"end": 100,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 94,
"end": 100,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 102,
"end": 116,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 102,
"end": 116,
"ctxt": 0
},
"rest": {
"start": 102,
"end": 105,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 105,
"end": 106,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 106,
"end": 116,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 108,
"end": 116,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 108,
"end": 114,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 67,
"end": 121,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 118,
"end": 121,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "VariableDeclaration",
"span": {
"start": 123,
"end": 139,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 127,
"end": 138,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 128,
"end": 138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 130,
"end": 138,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 130,
"end": 136,
"ctxt": 0
},
"kind": "string"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 140,
"end": 156,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 144,
"end": 155,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 144,
"end": 145,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 145,
"end": 155,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 147,
"end": 155,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 147,
"end": 153,
"ctxt": 0
},
"kind": "number"
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 157,
"end": 168,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 161,
"end": 167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 161,
"end": 164,
"ctxt": 0
},
"value": "obj",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 164,
"end": 167,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 166,
"end": 167,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 166,
"end": 167,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 169,
"end": 181,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 173,
"end": 180,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 173,
"end": 175,
"ctxt": 0
},
"value": "xa",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 175,
"end": 180,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 177,
"end": 180,
"ctxt": 0
},
"elemType": {
"type": "TsTypeReference",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 177,
"end": 178,
"ctxt": 0
},
"value": "X",
"optional": false
},
"typeParams": null
}
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 183,
"end": 200,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 183,
"end": 199,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 183,
"end": 186,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 187,
"end": 188,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 190,
"end": 191,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 193,
"end": 198,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 201,
"end": 217,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 201,
"end": 216,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 201,
"end": 204,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 205,
"end": 206,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 211,
"end": 214,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 214,
"end": 215,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 218,
"end": 241,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 218,
"end": 240,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 218,
"end": 221,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 222,
"end": 223,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 225,
"end": 226,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 228,
"end": 231,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 231,
"end": 232,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 234,
"end": 239,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 243,
"end": 264,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 243,
"end": 263,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 243,
"end": 250,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 243,
"end": 246,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 247,
"end": 250,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 251,
"end": 252,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 254,
"end": 255,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 257,
"end": 262,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 265,
"end": 285,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 265,
"end": 284,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 265,
"end": 272,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 265,
"end": 268,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 269,
"end": 272,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 276,
"end": 277,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 279,
"end": 282,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 282,
"end": 283,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 286,
"end": 313,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 286,
"end": 312,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 286,
"end": 293,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 286,
"end": 289,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 290,
"end": 293,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 294,
"end": 295,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 297,
"end": 298,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 300,
"end": 303,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 303,
"end": 304,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 306,
"end": 311,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 315,
"end": 352,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 315,
"end": 351,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 315,
"end": 338,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 315,
"end": 334,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 315,
"end": 322,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 315,
"end": 318,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 319,
"end": 322,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 323,
"end": 324,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 326,
"end": 327,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 329,
"end": 332,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 332,
"end": 333,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 335,
"end": 338,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 339,
"end": 340,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 342,
"end": 343,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 345,
"end": 350,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 353,
"end": 389,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 353,
"end": 388,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 353,
"end": 376,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 353,
"end": 372,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 353,
"end": 360,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 353,
"end": 356,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 357,
"end": 360,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 361,
"end": 362,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 364,
"end": 365,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 367,
"end": 370,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 370,
"end": 371,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 373,
"end": 376,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 377,
"end": 378,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 380,
"end": 381,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 383,
"end": 386,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 386,
"end": 387,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 390,
"end": 433,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 390,
"end": 432,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 390,
"end": 413,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 390,
"end": 409,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 390,
"end": 397,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 390,
"end": 393,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 394,
"end": 397,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 398,
"end": 399,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 401,
"end": 402,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 404,
"end": 407,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 407,
"end": 408,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 410,
"end": 413,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 414,
"end": 415,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 417,
"end": 418,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 420,
"end": 423,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 423,
"end": 424,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 426,
"end": 431,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 435,
"end": 458,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 435,
"end": 457,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 435,
"end": 444,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 436,
"end": 443,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 436,
"end": 439,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 440,
"end": 443,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 445,
"end": 446,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 448,
"end": 449,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 451,
"end": 456,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 459,
"end": 481,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 459,
"end": 480,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 459,
"end": 468,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 460,
"end": 467,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 460,
"end": 463,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 464,
"end": 467,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 469,
"end": 470,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 472,
"end": 473,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 475,
"end": 478,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 478,
"end": 479,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 482,
"end": 511,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 482,
"end": 510,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 482,
"end": 491,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 483,
"end": 490,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 483,
"end": 486,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 487,
"end": 490,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 492,
"end": 493,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 495,
"end": 496,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 498,
"end": 501,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 501,
"end": 502,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 504,
"end": 509,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 513,
"end": 554,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 513,
"end": 553,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 513,
"end": 540,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 514,
"end": 539,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 514,
"end": 535,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 514,
"end": 523,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 515,
"end": 522,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 515,
"end": 518,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 519,
"end": 522,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 524,
"end": 525,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 527,
"end": 528,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 530,
"end": 533,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 533,
"end": 534,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 536,
"end": 539,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 541,
"end": 542,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 544,
"end": 545,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 547,
"end": 552,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 555,
"end": 595,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 555,
"end": 594,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 555,
"end": 582,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 556,
"end": 581,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 556,
"end": 577,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 556,
"end": 565,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 557,
"end": 564,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 557,
"end": 560,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 561,
"end": 564,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 566,
"end": 567,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 569,
"end": 570,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 572,
"end": 575,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 575,
"end": 576,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 578,
"end": 581,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 583,
"end": 584,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 586,
"end": 587,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 589,
"end": 592,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 592,
"end": 593,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 596,
"end": 643,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 596,
"end": 642,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 596,
"end": 623,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 597,
"end": 622,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 597,
"end": 618,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 597,
"end": 606,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 598,
"end": 605,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 598,
"end": 601,
"ctxt": 0
},
"value": "obj",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 602,
"end": 605,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 607,
"end": 608,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 610,
"end": 611,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 613,
"end": 616,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 616,
"end": 617,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 619,
"end": 622,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 624,
"end": 625,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 627,
"end": 628,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 630,
"end": 633,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 633,
"end": 634,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 636,
"end": 641,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 645,
"end": 668,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 645,
"end": 667,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 645,
"end": 654,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 645,
"end": 650,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 645,
"end": 647,
"ctxt": 0
},
"value": "xa",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 647,
"end": 650,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 648,
"end": 649,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 651,
"end": 654,
"ctxt": 0
},
"value": "foo",
"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": 666,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 669,
"end": 691,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 669,
"end": 690,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 669,
"end": 678,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 669,
"end": 674,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 669,
"end": 671,
"ctxt": 0
},
"value": "xa",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 671,
"end": 674,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 672,
"end": 673,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 675,
"end": 678,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 679,
"end": 680,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 682,
"end": 683,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 685,
"end": 688,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 688,
"end": 689,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 692,
"end": 721,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 692,
"end": 720,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 692,
"end": 701,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 692,
"end": 697,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 692,
"end": 694,
"ctxt": 0
},
"value": "xa",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 694,
"end": 697,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 695,
"end": 696,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 698,
"end": 701,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 702,
"end": 703,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 705,
"end": 706,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 708,
"end": 711,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 711,
"end": 712,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 714,
"end": 719,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 723,
"end": 763,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 723,
"end": 762,
"ctxt": 0
},
"callee": {
"type": "ParenthesisExpression",
"span": {
"start": 723,
"end": 744,
"ctxt": 0
},
"expression": {
"type": "TsTypeAssertion",
"span": {
"start": 724,
"end": 743,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 734,
"end": 743,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 734,
"end": 739,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 734,
"end": 736,
"ctxt": 0
},
"value": "xa",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 736,
"end": 739,
"ctxt": 0
},
"expression": {
"type": "NumericLiteral",
"span": {
"start": 737,
"end": 738,
"ctxt": 0
},
"value": 1.0
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 740,
"end": 743,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 725,
"end": 733,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 725,
"end": 733,
"ctxt": 0
},
"value": "Function",
"optional": false
},
"typeParams": null
}
}
},
"arguments": [
{
"spread": {
"start": 745,
"end": 748,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 748,
"end": 761,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 749,
"end": 750,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 752,
"end": 753,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 755,
"end": 760,
"ctxt": 0
},
"value": "abc",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
}
}
],
"typeArguments": null
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 771,
"end": 772,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 765,
"end": 946,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 779,
"end": 890,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 779,
"end": 790,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 791,
"end": 800,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 791,
"end": 800,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 792,
"end": 800,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 794,
"end": 800,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 802,
"end": 811,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 802,
"end": 811,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 803,
"end": 811,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 805,
"end": 811,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 813,
"end": 827,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 813,
"end": 827,
"ctxt": 0
},
"rest": {
"start": 813,
"end": 816,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 816,
"end": 817,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 817,
"end": 827,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 819,
"end": 827,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 819,
"end": 825,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 829,
"end": 890,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 839,
"end": 854,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 839,
"end": 853,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 839,
"end": 847,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 839,
"end": 843,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 844,
"end": 847,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 848,
"end": 849,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 851,
"end": 852,
"ctxt": 0
},
"value": "y",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 863,
"end": 884,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 863,
"end": 883,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 863,
"end": 871,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 863,
"end": 867,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 868,
"end": 871,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 872,
"end": 873,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"value": "y",
"optional": false
}
},
{
"spread": {
"start": 878,
"end": 881,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 881,
"end": 882,
"ctxt": 0
},
"value": "z",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 895,
"end": 944,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 895,
"end": 898,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 899,
"end": 908,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 899,
"end": 908,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 900,
"end": 908,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 902,
"end": 908,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 910,
"end": 919,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 910,
"end": 919,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 911,
"end": 919,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 913,
"end": 919,
"ctxt": 0
},
"kind": "number"
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 921,
"end": 935,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 921,
"end": 935,
"ctxt": 0
},
"rest": {
"start": 921,
"end": 924,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 924,
"end": 925,
"ctxt": 0
},
"value": "z",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 925,
"end": 935,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 927,
"end": 935,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 927,
"end": 933,
"ctxt": 0
},
"kind": "string"
}
}
}
}
}
],
"decorators": [],
"span": {
"start": 895,
"end": 944,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 937,
"end": 944,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 954,
"end": 955,
"ctxt": 0
},
"value": "D",
"optional": false
},
"declare": false,
"span": {
"start": 948,
"end": 1117,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 972,
"end": 1041,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 972,
"end": 983,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 986,
"end": 1041,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 996,
"end": 1008,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 996,
"end": 1007,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 996,
"end": 1001,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1002,
"end": 1003,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1005,
"end": 1006,
"ctxt": 0
},
"value": 2.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1017,
"end": 1035,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1017,
"end": 1034,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1017,
"end": 1022,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1023,
"end": 1024,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1026,
"end": 1027,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1029,
"end": 1032,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1032,
"end": 1033,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 1046,
"end": 1115,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1046,
"end": 1049,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1046,
"end": 1115,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1052,
"end": 1115,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1062,
"end": 1078,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1062,
"end": 1077,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1062,
"end": 1071,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1062,
"end": 1067,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1068,
"end": 1071,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1072,
"end": 1073,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1075,
"end": 1076,
"ctxt": 0
},
"value": 2.0
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1087,
"end": 1109,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1087,
"end": 1108,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1087,
"end": 1096,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1087,
"end": 1092,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1093,
"end": 1096,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1097,
"end": 1098,
"ctxt": 0
},
"value": 1.0
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1100,
"end": 1101,
"ctxt": 0
},
"value": 2.0
}
},
{
"spread": {
"start": 1103,
"end": 1106,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 1106,
"end": 1107,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 964,
"end": 965,
"ctxt": 0
},
"value": "C",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}