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

1643 lines
56 KiB
JSON

{
"type": "Script",
"span": {
"start": 72,
"end": 678,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 72,
"end": 678,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 86,
"end": 104,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 93,
"end": 99,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 94,
"end": 99,
"ctxt": 0
},
"value": "field",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 109,
"end": 124,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 109,
"end": 119,
"ctxt": 0
},
"value": "otherClass",
"optional": false
},
"value": {
"type": "Identifier",
"span": {
"start": 122,
"end": 123,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 129,
"end": 181,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 129,
"end": 139,
"ctxt": 0
},
"value": "testObject",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 129,
"end": 181,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 142,
"end": 181,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 152,
"end": 175,
"ctxt": 0
},
"argument": {
"type": "ObjectExpression",
"span": {
"start": 159,
"end": 174,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 161,
"end": 162,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 164,
"end": 166,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 168,
"end": 169,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 171,
"end": 172,
"ctxt": 0
},
"value": 6.0,
"raw": "6"
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 186,
"end": 230,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 186,
"end": 195,
"ctxt": 0
},
"value": "testArray",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 186,
"end": 230,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 198,
"end": 230,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 208,
"end": 224,
"ctxt": 0
},
"argument": {
"type": "ArrayExpression",
"span": {
"start": 215,
"end": 223,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 216,
"end": 218,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 220,
"end": 222,
"ctxt": 0
},
"value": 11.0,
"raw": "11"
}
}
]
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "Constructor",
"span": {
"start": 235,
"end": 611,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 235,
"end": 246,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 249,
"end": 611,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 259,
"end": 273,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 263,
"end": 272,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 263,
"end": 264,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 264,
"end": 272,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 266,
"end": 272,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 282,
"end": 323,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 282,
"end": 322,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 283,
"end": 321,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 283,
"end": 301,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 285,
"end": 286,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 288,
"end": 296,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 288,
"end": 289,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 290,
"end": 296,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 291,
"end": 296,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
}
},
{
"type": "AssignmentPatternProperty",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 298,
"end": 299,
"ctxt": 0
},
"value": "y",
"optional": false
},
"value": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "CallExpression",
"span": {
"start": 304,
"end": 321,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 304,
"end": 319,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 304,
"end": 308,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 309,
"end": 319,
"ctxt": 0
},
"value": "testObject",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 332,
"end": 367,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 332,
"end": 366,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 333,
"end": 365,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 333,
"end": 346,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 334,
"end": 342,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 334,
"end": 335,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 336,
"end": 342,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 337,
"end": 342,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
{
"type": "Identifier",
"span": {
"start": 344,
"end": 345,
"ctxt": 0
},
"value": "y",
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "CallExpression",
"span": {
"start": 349,
"end": 365,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 349,
"end": 363,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 349,
"end": 353,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 354,
"end": 363,
"ctxt": 0
},
"value": "testArray",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 376,
"end": 428,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 376,
"end": 427,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 377,
"end": 426,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 377,
"end": 407,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 379,
"end": 380,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 382,
"end": 390,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 382,
"end": 383,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 384,
"end": 390,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 385,
"end": 390,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 392,
"end": 393,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ArrayPattern",
"span": {
"start": 395,
"end": 405,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 396,
"end": 404,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 396,
"end": 397,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 398,
"end": 404,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 399,
"end": 404,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 410,
"end": 426,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 412,
"end": 413,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 415,
"end": 416,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 418,
"end": 419,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 421,
"end": 424,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 422,
"end": 423,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 437,
"end": 471,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 437,
"end": 470,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 437,
"end": 459,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 438,
"end": 446,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 438,
"end": 439,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 440,
"end": 446,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 441,
"end": 446,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
{
"type": "ArrayPattern",
"span": {
"start": 448,
"end": 458,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 449,
"end": 457,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 449,
"end": 450,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 451,
"end": 457,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 452,
"end": 457,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
}
],
"optional": false,
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 462,
"end": 470,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 463,
"end": 464,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
},
{
"spread": null,
"expression": {
"type": "ArrayExpression",
"span": {
"start": 466,
"end": 469,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 467,
"end": 468,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
]
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 480,
"end": 533,
"ctxt": 0
},
"expression": {
"type": "ParenthesisExpression",
"span": {
"start": 480,
"end": 532,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 481,
"end": 531,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ObjectPattern",
"span": {
"start": 481,
"end": 519,
"ctxt": 0
},
"properties": [
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 483,
"end": 484,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": {
"type": "AssignmentPattern",
"span": {
"start": 486,
"end": 498,
"ctxt": 0
},
"left": {
"type": "MemberExpression",
"span": {
"start": 486,
"end": 494,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 486,
"end": 487,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 488,
"end": 494,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 489,
"end": 494,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 497,
"end": 498,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null
}
},
{
"type": "KeyValuePatternProperty",
"key": {
"type": "Identifier",
"span": {
"start": 500,
"end": 501,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ArrayPattern",
"span": {
"start": 503,
"end": 517,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 504,
"end": 516,
"ctxt": 0
},
"left": {
"type": "MemberExpression",
"span": {
"start": 504,
"end": 512,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 504,
"end": 505,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 506,
"end": 512,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 507,
"end": 512,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
}
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ObjectExpression",
"span": {
"start": 522,
"end": 531,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 524,
"end": 525,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": {
"type": "ArrayExpression",
"span": {
"start": 527,
"end": 529,
"ctxt": 0
},
"elements": []
}
}
]
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 542,
"end": 562,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 542,
"end": 561,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 542,
"end": 556,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 543,
"end": 555,
"ctxt": 0
},
"left": {
"type": "MemberExpression",
"span": {
"start": 543,
"end": 551,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 543,
"end": 544,
"ctxt": 0
},
"value": "A",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 545,
"end": 551,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 546,
"end": 551,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 554,
"end": 555,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 559,
"end": 561,
"ctxt": 0
},
"elements": []
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 571,
"end": 605,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 571,
"end": 604,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 571,
"end": 599,
"ctxt": 0
},
"elements": [
{
"type": "AssignmentPattern",
"span": {
"start": 572,
"end": 598,
"ctxt": 0
},
"left": {
"type": "MemberExpression",
"span": {
"start": 572,
"end": 594,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 572,
"end": 587,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 572,
"end": 576,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 577,
"end": 587,
"ctxt": 0
},
"value": "otherClass",
"optional": false
}
},
"property": {
"type": "PrivateName",
"span": {
"start": 588,
"end": 594,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 589,
"end": 594,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 597,
"end": 598,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"typeAnnotation": null
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 602,
"end": 604,
"ctxt": 0
},
"elements": []
}
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 616,
"end": 676,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 623,
"end": 627,
"ctxt": 0
},
"value": "test",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 628,
"end": 640,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 628,
"end": 640,
"ctxt": 0
},
"value": "_a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 630,
"end": 640,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeQuery",
"span": {
"start": 632,
"end": 640,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 639,
"end": 640,
"ctxt": 0
},
"value": "A",
"optional": false
},
"typeArguments": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 616,
"end": 676,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 642,
"end": 676,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 652,
"end": 670,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 652,
"end": 669,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "ArrayPattern",
"span": {
"start": 652,
"end": 663,
"ctxt": 0
},
"elements": [
{
"type": "MemberExpression",
"span": {
"start": 653,
"end": 662,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 653,
"end": 655,
"ctxt": 0
},
"value": "_a",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 656,
"end": 662,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 657,
"end": 662,
"ctxt": 0
},
"value": "field",
"optional": false
}
}
}
],
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "ArrayExpression",
"span": {
"start": 666,
"end": 669,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 667,
"end": 668,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
}
}
]
}
}
}
]
},
"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
}