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

1796 lines
62 KiB
JSON

{
"type": "Script",
"span": {
"start": 36,
"end": 753,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 42,
"end": 43,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 36,
"end": 736,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 50,
"end": 59,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 50,
"end": 52,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 55,
"end": 58,
"ctxt": 0
},
"value": "a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 64,
"end": 75,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 64,
"end": 66,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 66,
"end": 74,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 68,
"end": 74,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 81,
"end": 99,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 90,
"end": 92,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 91,
"end": 92,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 95,
"end": 98,
"ctxt": 0
},
"value": "c",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": true,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 104,
"end": 124,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 113,
"end": 115,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 115,
"end": 123,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 117,
"end": 123,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": true,
"definite": false
},
{
"type": "PrivateProperty",
"span": {
"start": 130,
"end": 138,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 130,
"end": 132,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "e",
"optional": false
}
},
"value": {
"type": "StringLiteral",
"span": {
"start": 135,
"end": 137,
"ctxt": 0
},
"value": "",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 144,
"end": 211,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 144,
"end": 155,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 158,
"end": 211,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 168,
"end": 182,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 168,
"end": 181,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 168,
"end": 175,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 168,
"end": 172,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 173,
"end": 175,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 178,
"end": 181,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 191,
"end": 205,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 191,
"end": 204,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 191,
"end": 198,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 191,
"end": 195,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 196,
"end": 198,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 197,
"end": 198,
"ctxt": 0
},
"value": "d",
"optional": false
}
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 201,
"end": 204,
"ctxt": 0
},
"value": "d",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 217,
"end": 734,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
},
"value": "test",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 217,
"end": 734,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 224,
"end": 734,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 234,
"end": 314,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 240,
"end": 313,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 240,
"end": 244,
"ctxt": 0
},
"value": "data",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 244,
"end": 268,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 246,
"end": 268,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 246,
"end": 252,
"ctxt": 0
},
"value": "Record",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 252,
"end": 268,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 253,
"end": 259,
"ctxt": 0
},
"kind": "string"
},
{
"type": "TsKeywordType",
"span": {
"start": 261,
"end": 267,
"ctxt": 0
},
"kind": "string"
}
]
}
}
}
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 271,
"end": 313,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 273,
"end": 274,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 276,
"end": 279,
"ctxt": 0
},
"value": "a",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 281,
"end": 282,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 284,
"end": 287,
"ctxt": 0
},
"value": "b",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 289,
"end": 290,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 292,
"end": 295,
"ctxt": 0
},
"value": "c",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 297,
"end": 298,
"ctxt": 0
},
"value": "d",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 300,
"end": 303,
"ctxt": 0
},
"value": "d",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 305,
"end": 306,
"ctxt": 0
},
"value": "e",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 308,
"end": 311,
"ctxt": 0
},
"value": "e",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 323,
"end": 484,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 329,
"end": 483,
"ctxt": 0
},
"id": {
"type": "ObjectPattern",
"span": {
"start": 329,
"end": 476,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 343,
"end": 352,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 344,
"end": 351,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 344,
"end": 348,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 349,
"end": 351,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 354,
"end": 355,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 369,
"end": 378,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 370,
"end": 377,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 370,
"end": 374,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 375,
"end": 377,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 376,
"end": 377,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 380,
"end": 381,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 395,
"end": 404,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 396,
"end": 403,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 396,
"end": 400,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 401,
"end": 403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 402,
"end": 403,
"ctxt": 0
},
"value": "c",
"optional": false
}
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 406,
"end": 407,
"ctxt": 0
},
"value": "c",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 421,
"end": 430,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 422,
"end": 429,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 422,
"end": 426,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 427,
"end": 429,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 428,
"end": 429,
"ctxt": 0
},
"value": "d",
"optional": false
}
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Computed",
"span": {
"start": 447,
"end": 462,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 448,
"end": 461,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 448,
"end": 455,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 448,
"end": 452,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 453,
"end": 455,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 454,
"end": 455,
"ctxt": 0
},
"value": "e",
"optional": false
}
}
},
"right": {
"type": "StringLiteral",
"span": {
"start": 458,
"end": 461,
"ctxt": 0
},
"value": "e",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
}
},
"value": {
"type": "Identifier",
"span": {
"start": 464,
"end": 465,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 479,
"end": 483,
"ctxt": 0
},
"value": "data",
"optional": false
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 493,
"end": 520,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 493,
"end": 519,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 493,
"end": 504,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 493,
"end": 500,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 501,
"end": 504,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 505,
"end": 506,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 508,
"end": 509,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 511,
"end": 512,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 514,
"end": 515,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 517,
"end": 518,
"ctxt": 0
},
"value": "e",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 530,
"end": 555,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 536,
"end": 554,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 536,
"end": 538,
"ctxt": 0
},
"value": "a1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 541,
"end": 554,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 541,
"end": 545,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 545,
"end": 554,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 546,
"end": 553,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 546,
"end": 550,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 551,
"end": 553,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 552,
"end": 553,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 564,
"end": 589,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 570,
"end": 588,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 570,
"end": 572,
"ctxt": 0
},
"value": "b1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 575,
"end": 588,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 575,
"end": 579,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 579,
"end": 588,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 580,
"end": 587,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 580,
"end": 584,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 585,
"end": 587,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 586,
"end": 587,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 598,
"end": 623,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 604,
"end": 622,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 604,
"end": 606,
"ctxt": 0
},
"value": "c1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 609,
"end": 622,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 609,
"end": 613,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 613,
"end": 622,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 614,
"end": 621,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 614,
"end": 618,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 619,
"end": 621,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 620,
"end": 621,
"ctxt": 0
},
"value": "c",
"optional": false
}
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 632,
"end": 657,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 638,
"end": 656,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 638,
"end": 640,
"ctxt": 0
},
"value": "d1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 643,
"end": 656,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 643,
"end": 647,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 647,
"end": 656,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 648,
"end": 655,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 648,
"end": 652,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 653,
"end": 655,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 654,
"end": 655,
"ctxt": 0
},
"value": "d",
"optional": false
}
}
}
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 666,
"end": 691,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 672,
"end": 690,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 672,
"end": 674,
"ctxt": 0
},
"value": "e1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 677,
"end": 690,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 677,
"end": 681,
"ctxt": 0
},
"value": "data",
"optional": false
},
"property": {
"type": "Computed",
"span": {
"start": 681,
"end": 690,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 682,
"end": 689,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 682,
"end": 686,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 687,
"end": 689,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 688,
"end": 689,
"ctxt": 0
},
"value": "e",
"optional": false
}
}
}
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 700,
"end": 728,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 700,
"end": 727,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 700,
"end": 711,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 700,
"end": 707,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 708,
"end": 711,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 712,
"end": 714,
"ctxt": 0
},
"value": "a1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 716,
"end": 718,
"ctxt": 0
},
"value": "b1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 720,
"end": 722,
"ctxt": 0
},
"value": "c1",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 724,
"end": 726,
"ctxt": 0
},
"value": "d1",
"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": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ExpressionStatement",
"span": {
"start": 738,
"end": 753,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 738,
"end": 752,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 738,
"end": 750,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 738,
"end": 745,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 742,
"end": 743,
"ctxt": 0
},
"value": "A",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "Identifier",
"span": {
"start": 746,
"end": 750,
"ctxt": 0
},
"value": "test",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
],
"interpreter": null
}