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

1254 lines
41 KiB
JSON

{
"type": "Script",
"span": {
"start": 21,
"end": 595,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 27,
"end": 28,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 21,
"end": 595,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateMethod",
"span": {
"start": 35,
"end": 96,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 46,
"end": 56,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 47,
"end": 56,
"ctxt": 0
},
"value": "fieldFunc",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 35,
"end": 96,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 59,
"end": 96,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 62,
"end": 94,
"ctxt": 0
},
"argument": {
"type": "FunctionExpression",
"identifier": null,
"params": [],
"decorators": [],
"span": {
"start": 69,
"end": 94,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 80,
"end": 94,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 82,
"end": 92,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 82,
"end": 91,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 82,
"end": 86,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 82,
"end": 83,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 84,
"end": 86,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 85,
"end": 86,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 89,
"end": 91,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateMethod",
"span": {
"start": 101,
"end": 159,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 112,
"end": 123,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 113,
"end": 123,
"ctxt": 0
},
"value": "fieldFunc2",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 101,
"end": 159,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 126,
"end": 159,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 128,
"end": 157,
"ctxt": 0
},
"argument": {
"type": "FunctionExpression",
"identifier": null,
"params": [
{
"type": "Parameter",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
}
},
{
"type": "Parameter",
"span": {
"start": 148,
"end": 152,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 148,
"end": 152,
"ctxt": 0
},
"rest": {
"start": 148,
"end": 151,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 151,
"end": 152,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 136,
"end": 156,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 154,
"end": 156,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "PrivateProperty",
"span": {
"start": 164,
"end": 178,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 171,
"end": 173,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 172,
"end": 173,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 176,
"end": 177,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 183,
"end": 557,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 190,
"end": 194,
"ctxt": 0
},
"value": "test",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 183,
"end": 557,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 197,
"end": 557,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 207,
"end": 225,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 207,
"end": 224,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 207,
"end": 222,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 207,
"end": 211,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 212,
"end": 222,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 213,
"end": 222,
"ctxt": 0
},
"value": "fieldFunc",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 234,
"end": 263,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 240,
"end": 262,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 240,
"end": 244,
"ctxt": 0
},
"value": "func",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "MemberExpression",
"span": {
"start": 247,
"end": 262,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 247,
"end": 251,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 252,
"end": 262,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 253,
"end": 262,
"ctxt": 0
},
"value": "fieldFunc",
"optional": false
}
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 272,
"end": 279,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 272,
"end": 278,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 272,
"end": 276,
"ctxt": 0
},
"value": "func",
"optional": false
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 288,
"end": 310,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 288,
"end": 309,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 292,
"end": 307,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 292,
"end": 296,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 297,
"end": 307,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 298,
"end": 307,
"ctxt": 0
},
"value": "fieldFunc",
"optional": false
}
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 320,
"end": 341,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 326,
"end": 340,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 326,
"end": 329,
"ctxt": 0
},
"value": "arr",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrayExpression",
"span": {
"start": 332,
"end": 340,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 337,
"end": 338,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 350,
"end": 381,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 350,
"end": 380,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 350,
"end": 366,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 350,
"end": 354,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 355,
"end": 366,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 356,
"end": 366,
"ctxt": 0
},
"value": "fieldFunc2",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 367,
"end": 368,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 370,
"end": 373,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 373,
"end": 376,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 378,
"end": 379,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
}
},
{
"type": "VariableDeclaration",
"span": {
"start": 390,
"end": 435,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 396,
"end": 434,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 396,
"end": 397,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 400,
"end": 434,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 404,
"end": 420,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 404,
"end": 408,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 409,
"end": 420,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 410,
"end": 420,
"ctxt": 0
},
"value": "fieldFunc2",
"optional": false
}
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 421,
"end": 422,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": {
"start": 424,
"end": 427,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 427,
"end": 430,
"ctxt": 0
},
"value": "arr",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 432,
"end": 433,
"ctxt": 0
},
"value": 3.0,
"raw": "3"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 444,
"end": 497,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 450,
"end": 496,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 450,
"end": 453,
"ctxt": 0
},
"value": "str",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "TaggedTemplateExpression",
"span": {
"start": 456,
"end": 496,
"ctxt": 0
},
"tag": {
"type": "MemberExpression",
"span": {
"start": 456,
"end": 472,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 456,
"end": 460,
"ctxt": 0
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 461,
"end": 472,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 462,
"end": 472,
"ctxt": 0
},
"value": "fieldFunc2",
"optional": false
}
}
},
"typeParameters": null,
"template": {
"type": "TemplateLiteral",
"span": {
"start": 472,
"end": 496,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 479,
"end": 480,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "NumericLiteral",
"span": {
"start": 489,
"end": 490,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 473,
"end": 477,
"ctxt": 0
},
"tail": false,
"cooked": "head",
"raw": "head"
},
{
"type": "TemplateElement",
"span": {
"start": 481,
"end": 487,
"ctxt": 0
},
"tail": false,
"cooked": "middle",
"raw": "middle"
},
{
"type": "TemplateElement",
"span": {
"start": 491,
"end": 495,
"ctxt": 0
},
"tail": true,
"cooked": "tail",
"raw": "tail"
}
]
}
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 506,
"end": 551,
"ctxt": 0
},
"expression": {
"type": "TaggedTemplateExpression",
"span": {
"start": 506,
"end": 550,
"ctxt": 0
},
"tag": {
"type": "MemberExpression",
"span": {
"start": 506,
"end": 533,
"ctxt": 0
},
"object": {
"type": "CallExpression",
"span": {
"start": 506,
"end": 521,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 506,
"end": 519,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 506,
"end": 510,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 511,
"end": 519,
"ctxt": 0
},
"value": "getClass",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 522,
"end": 533,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 523,
"end": 533,
"ctxt": 0
},
"value": "fieldFunc2",
"optional": false
}
}
},
"typeParameters": null,
"template": {
"type": "TemplateLiteral",
"span": {
"start": 533,
"end": 550,
"ctxt": 0
},
"expressions": [
{
"type": "NumericLiteral",
"span": {
"start": 540,
"end": 541,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
{
"type": "NumericLiteral",
"span": {
"start": 547,
"end": 548,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
],
"quasis": [
{
"type": "TemplateElement",
"span": {
"start": 534,
"end": 538,
"ctxt": 0
},
"tail": false,
"cooked": "test",
"raw": "test"
},
{
"type": "TemplateElement",
"span": {
"start": 542,
"end": 545,
"ctxt": 0
},
"tail": false,
"cooked": "and",
"raw": "and"
},
{
"type": "TemplateElement",
"span": {
"start": 549,
"end": 549,
"ctxt": 0
},
"tail": true,
"cooked": "",
"raw": ""
}
]
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 562,
"end": 593,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 569,
"end": 577,
"ctxt": 0
},
"value": "getClass",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 562,
"end": 593,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 580,
"end": 593,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 582,
"end": 591,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 589,
"end": 590,
"ctxt": 0
},
"value": "A",
"optional": false
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}