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

1588 lines
56 KiB
JSON

{
"type": "Script",
"span": {
"start": 80,
"end": 1270,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 86,
"end": 100,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"declare": false,
"span": {
"start": 80,
"end": 690,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 107,
"end": 116,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 107,
"end": 112,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 108,
"end": 112,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 115,
"end": 116,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 122,
"end": 161,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 129,
"end": 131,
"ctxt": 0
},
"value": "dd",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 134,
"end": 160,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 134,
"end": 154,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 138,
"end": 152,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 155,
"end": 160,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 156,
"end": 160,
"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": 173,
"end": 688,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 180,
"end": 192,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 181,
"end": 191,
"ctxt": 0
},
"value": "X_ z_ zz",
"raw": "\"X_ z_ zz\""
}
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 201,
"end": 206,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"span": {
"start": 195,
"end": 688,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 217,
"end": 227,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 217,
"end": 221,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 218,
"end": 221,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 225,
"end": 227,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 239,
"end": 300,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 239,
"end": 240,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 239,
"end": 300,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 243,
"end": 300,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 257,
"end": 283,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 257,
"end": 283,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 257,
"end": 277,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 261,
"end": 275,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 278,
"end": 283,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 279,
"end": 283,
"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": 309,
"end": 471,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 316,
"end": 317,
"ctxt": 0
},
"value": "C",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 326,
"end": 336,
"ctxt": 0
},
"value": "InnerInner",
"optional": false
},
"span": {
"start": 320,
"end": 471,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 351,
"end": 461,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 351,
"end": 352,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 351,
"end": 461,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 355,
"end": 461,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 373,
"end": 399,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 373,
"end": 399,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 373,
"end": 393,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 377,
"end": 391,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 394,
"end": 399,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 395,
"end": 399,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 423,
"end": 440,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 423,
"end": 439,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 423,
"end": 434,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 427,
"end": 432,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 435,
"end": 439,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 436,
"end": 439,
"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": 481,
"end": 681,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 488,
"end": 489,
"ctxt": 0
},
"value": "M",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 481,
"end": 681,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 491,
"end": 681,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 505,
"end": 671,
"ctxt": 0
},
"argument": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 512,
"end": 671,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 536,
"end": 657,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 536,
"end": 537,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 536,
"end": 657,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 540,
"end": 657,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 562,
"end": 588,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 562,
"end": 588,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 562,
"end": 582,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 566,
"end": 580,
"ctxt": 0
},
"value": "TestWithErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 583,
"end": 588,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 584,
"end": 588,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 616,
"end": 633,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 616,
"end": 632,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 616,
"end": 627,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 620,
"end": 625,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 628,
"end": 632,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 629,
"end": 632,
"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": 698,
"end": 710,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"declare": false,
"span": {
"start": 692,
"end": 1270,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 717,
"end": 726,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 717,
"end": 722,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 718,
"end": 722,
"ctxt": 0
},
"value": "prop",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 725,
"end": 726,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 732,
"end": 762,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 732,
"end": 734,
"ctxt": 0
},
"value": "dd",
"optional": false
},
"value": {
"type": "MemberExpression",
"span": {
"start": 737,
"end": 761,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 737,
"end": 755,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 741,
"end": 753,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 756,
"end": 761,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 757,
"end": 761,
"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": 773,
"end": 1266,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 773,
"end": 785,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 774,
"end": 784,
"ctxt": 0
},
"value": "X_ z_ zz",
"raw": "\"X_ z_ zz\""
}
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 794,
"end": 799,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"span": {
"start": 788,
"end": 1266,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "PrivateProperty",
"span": {
"start": 810,
"end": 820,
"ctxt": 0
},
"key": {
"type": "PrivateName",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 811,
"end": 814,
"ctxt": 0
},
"value": "foo",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 818,
"end": 820,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isOptional": false,
"isOverride": false,
"readonly": false,
"definite": false
},
{
"type": "ClassMethod",
"span": {
"start": 832,
"end": 890,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 832,
"end": 833,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 832,
"end": 890,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 836,
"end": 890,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 850,
"end": 874,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 850,
"end": 874,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 850,
"end": 868,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 854,
"end": 866,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 869,
"end": 874,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 870,
"end": 874,
"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": 899,
"end": 1050,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 899,
"end": 900,
"ctxt": 0
},
"value": "C",
"optional": false
},
"value": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 909,
"end": 919,
"ctxt": 0
},
"value": "InnerInner",
"optional": false
},
"span": {
"start": 903,
"end": 1050,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 934,
"end": 1040,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 934,
"end": 935,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 934,
"end": 1040,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 938,
"end": 1040,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 956,
"end": 980,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 956,
"end": 980,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 956,
"end": 974,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 960,
"end": 972,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 975,
"end": 980,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 976,
"end": 980,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1003,
"end": 1020,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1003,
"end": 1019,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1003,
"end": 1014,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1007,
"end": 1012,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1015,
"end": 1019,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1016,
"end": 1019,
"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": 1062,
"end": 1259,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1069,
"end": 1070,
"ctxt": 0
},
"value": "M",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1062,
"end": 1259,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1072,
"end": 1259,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1086,
"end": 1249,
"ctxt": 0
},
"argument": {
"type": "ClassExpression",
"identifier": null,
"span": {
"start": 1093,
"end": 1249,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 1117,
"end": 1235,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1117,
"end": 1118,
"ctxt": 0
},
"value": "m",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1117,
"end": 1235,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1121,
"end": 1235,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1143,
"end": 1167,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1143,
"end": 1167,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1143,
"end": 1161,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1147,
"end": 1159,
"ctxt": 0
},
"value": "TestNoErrors",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1162,
"end": 1167,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1163,
"end": 1167,
"ctxt": 0
},
"value": "prop",
"optional": false
}
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1194,
"end": 1211,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1194,
"end": 1210,
"ctxt": 0
},
"object": {
"type": "NewExpression",
"span": {
"start": 1194,
"end": 1205,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1198,
"end": 1203,
"ctxt": 0
},
"value": "Inner",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"property": {
"type": "PrivateName",
"span": {
"start": 1206,
"end": 1210,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1207,
"end": 1210,
"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
}