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

1600 lines
57 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 79,
"end": 1269,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 85,
"end": 99,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"declare": false,
"span": {
"start": 79,
"end": 689,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 106,
"end": 115,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 106,
"end": 111,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 107,
"end": 111,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": 0.0
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 121,
"end": 160,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 128,
"end": 130,
"ctxt": 0
},
"value": "dd",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 133,
"end": 159,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 133,
"end": 153,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 137,
"end": 151,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 154,
"end": 159,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 155,
"end": 159,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 172,
"end": 687,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 179,
"end": 191,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 180,
"end": 190,
"ctxt": 0
},
"value": "X_ z_ zz",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 200,
"end": 205,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"span": {
"start": 194,
"end": 687,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 216,
"end": 226,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 216,
"end": 220,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 217,
"end": 220,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 224,
"end": 226,
"ctxt": 0
},
"value": 10.0
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 238,
"end": 299,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 238,
"end": 239,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 238,
"end": 299,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 242,
"end": 299,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 256,
"end": 282,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 256,
"end": 282,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 256,
"end": 276,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 260,
"end": 274,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 277,
"end": 282,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 278,
"end": 282,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 308,
"end": 470,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 315,
"end": 316,
"ctxt": 0
},
"value": "C",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 325,
"end": 335,
"ctxt": 0
},
"value": "InnerInner",
"optional": false
},
"span": {
"start": 319,
"end": 470,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 350,
"end": 460,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 350,
"end": 351,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 350,
"end": 460,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 354,
"end": 460,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 372,
"end": 398,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 372,
"end": 398,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 372,
"end": 392,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 376,
"end": 390,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 393,
"end": 398,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 394,
"end": 398,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 422,
"end": 439,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 422,
"end": 438,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 422,
"end": 433,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 426,
"end": 431,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 434,
"end": 438,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 435,
"end": 438,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
}
]
},
"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": []
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 480,
"end": 680,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 487,
"end": 488,
"ctxt": 0
},
"value": "M",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 480,
"end": 680,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 490,
"end": 680,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 504,
"end": 670,
"ctxt": 0
},
"argument": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 511,
"end": 670,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 535,
"end": 656,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 535,
"end": 536,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 535,
"end": 656,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 539,
"end": 656,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 561,
"end": 587,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 561,
"end": 587,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 561,
"end": 581,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 565,
"end": 579,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 582,
"end": 587,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 583,
"end": 587,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 615,
"end": 632,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 615,
"end": 631,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 615,
"end": 626,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 619,
"end": 624,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 627,
"end": 631,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 628,
"end": 631,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
}
]
},
"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": []
}
}
]
},
"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": []
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 697,
"end": 709,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"declare": false,
"span": {
"start": 691,
"end": 1269,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 716,
"end": 725,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 716,
"end": 721,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 717,
"end": 721,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 724,
"end": 725,
"ctxt": 0
},
"value": 0.0
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 731,
"end": 761,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 731,
"end": 733,
"ctxt": 0
},
"value": "dd",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 736,
"end": 760,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 736,
"end": 754,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 740,
"end": 752,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 755,
"end": 760,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 756,
"end": 760,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 772,
"end": 1265,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 772,
"end": 784,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 773,
"end": 783,
"ctxt": 0
},
"value": "X_ z_ zz",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
}
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 793,
"end": 798,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"span": {
"start": 787,
"end": 1265,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 809,
"end": 819,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 809,
"end": 813,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 810,
"end": 813,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 817,
"end": 819,
"ctxt": 0
},
"value": 10.0
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"computed": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 831,
"end": 889,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 831,
"end": 832,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 831,
"end": 889,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 835,
"end": 889,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 849,
"end": 873,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 849,
"end": 873,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 849,
"end": 867,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 853,
"end": 865,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 868,
"end": 873,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 869,
"end": 873,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassProperty",
"span": {
"start": 898,
"end": 1049,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 898,
"end": 899,
"ctxt": 0
},
"value": "C",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 908,
"end": 918,
"ctxt": 0
},
"value": "InnerInner",
"optional": false
},
"span": {
"start": 902,
"end": 1049,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 933,
"end": 1039,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 933,
"end": 934,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 933,
"end": 1039,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 937,
"end": 1039,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 955,
"end": 979,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 955,
"end": 979,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 955,
"end": 973,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 959,
"end": 971,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 974,
"end": 979,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 975,
"end": 979,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1002,
"end": 1019,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1002,
"end": 1018,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1002,
"end": 1013,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1006,
"end": 1011,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1014,
"end": 1018,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1015,
"end": 1018,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
}
]
},
"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": []
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 1061,
"end": 1258,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1068,
"end": 1069,
"ctxt": 0
},
"value": "M",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1061,
"end": 1258,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1071,
"end": 1258,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1085,
"end": 1248,
"ctxt": 0
},
"argument": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 1092,
"end": 1248,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 1116,
"end": 1234,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1116,
"end": 1117,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1116,
"end": 1234,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1120,
"end": 1234,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1142,
"end": 1166,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1142,
"end": 1166,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1142,
"end": 1160,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1146,
"end": 1158,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1161,
"end": 1166,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1162,
"end": 1166,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1193,
"end": 1210,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1193,
"end": 1209,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1193,
"end": 1204,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1197,
"end": 1202,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1205,
"end": 1209,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1206,
"end": 1209,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
}
}
]
},
"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": []
}
}
]
},
"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": []
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}