swc/crates/swc_ecma_parser/tests/tsc/mixinAccessModifiers.json
2022-02-04 17:08:38 +09:00

5406 lines
147 KiB
JSON

{
"type": "Script",
"span": {
"start": 23,
"end": 2964,
"ctxt": 0
},
"body": [
{
"type": "TsTypeAliasDeclaration",
"span": {
"start": 23,
"end": 75,
"ctxt": 0
},
"declare": false,
"id": {
"type": "Identifier",
"span": {
"start": 28,
"end": 41,
"ctxt": 0
},
"value": "Constructable",
"optional": false
},
"typeParams": null,
"typeAnnotation": {
"type": "TsConstructorType",
"span": {
"start": 44,
"end": 74,
"ctxt": 0
},
"params": [
{
"type": "RestElement",
"span": {
"start": 49,
"end": 63,
"ctxt": 0
},
"rest": {
"start": 49,
"end": 52,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 52,
"end": 56,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 56,
"end": 63,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 58,
"end": 63,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 58,
"end": 61,
"ctxt": 0
},
"kind": "any"
}
}
}
}
],
"typeParams": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 65,
"end": 74,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 68,
"end": 74,
"ctxt": 0
},
"kind": "object"
}
},
"isAbstract": false
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 83,
"end": 90,
"ctxt": 0
},
"value": "Private",
"optional": false
},
"declare": false,
"span": {
"start": 77,
"end": 147,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 94,
"end": 125,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 94,
"end": 105,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 107,
"end": 121,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 107,
"end": 121,
"ctxt": 0
},
"rest": {
"start": 107,
"end": 110,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 110,
"end": 114,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 114,
"end": 121,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 116,
"end": 121,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 116,
"end": 119,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 123,
"end": 125,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 127,
"end": 145,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 135,
"end": 136,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 136,
"end": 144,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 138,
"end": 144,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"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": 155,
"end": 163,
"ctxt": 0
},
"value": "Private2",
"optional": false
},
"declare": false,
"span": {
"start": 149,
"end": 220,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 167,
"end": 198,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 167,
"end": 178,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 180,
"end": 194,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 180,
"end": 194,
"ctxt": 0
},
"rest": {
"start": 180,
"end": 183,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 183,
"end": 187,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 187,
"end": 194,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 189,
"end": 194,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 189,
"end": 192,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 196,
"end": 198,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 200,
"end": 218,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 208,
"end": 209,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 209,
"end": 217,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 211,
"end": 217,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"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": 228,
"end": 237,
"ctxt": 0
},
"value": "Protected",
"optional": false
},
"declare": false,
"span": {
"start": 222,
"end": 325,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 241,
"end": 272,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 241,
"end": 252,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 254,
"end": 268,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 254,
"end": 268,
"ctxt": 0
},
"rest": {
"start": 254,
"end": 257,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 257,
"end": 261,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 261,
"end": 268,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 263,
"end": 268,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 263,
"end": 266,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 270,
"end": 272,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 274,
"end": 294,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 284,
"end": 285,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 285,
"end": 293,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 287,
"end": 293,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 296,
"end": 323,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 313,
"end": 314,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 314,
"end": 322,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 316,
"end": 322,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": true,
"decorators": [],
"accessibility": "protected",
"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": 333,
"end": 343,
"ctxt": 0
},
"value": "Protected2",
"optional": false
},
"declare": false,
"span": {
"start": 327,
"end": 431,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 347,
"end": 378,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 347,
"end": 358,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 360,
"end": 374,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 360,
"end": 374,
"ctxt": 0
},
"rest": {
"start": 360,
"end": 363,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 363,
"end": 367,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 367,
"end": 374,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 369,
"end": 374,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 369,
"end": 372,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 376,
"end": 378,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 380,
"end": 400,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 390,
"end": 391,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 391,
"end": 399,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 393,
"end": 399,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 402,
"end": 429,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 419,
"end": 420,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 420,
"end": 428,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 422,
"end": 428,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": true,
"decorators": [],
"accessibility": "protected",
"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": 439,
"end": 445,
"ctxt": 0
},
"value": "Public",
"optional": false
},
"declare": false,
"span": {
"start": 433,
"end": 527,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 449,
"end": 480,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 449,
"end": 460,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 462,
"end": 476,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 462,
"end": 476,
"ctxt": 0
},
"rest": {
"start": 462,
"end": 465,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 465,
"end": 469,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 469,
"end": 476,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 471,
"end": 476,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 471,
"end": 474,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 478,
"end": 480,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 482,
"end": 499,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 489,
"end": 490,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 490,
"end": 498,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 492,
"end": 498,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 501,
"end": 525,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 515,
"end": 516,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 516,
"end": 524,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 518,
"end": 524,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": true,
"decorators": [],
"accessibility": "public",
"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": 535,
"end": 542,
"ctxt": 0
},
"value": "Public2",
"optional": false
},
"declare": false,
"span": {
"start": 529,
"end": 624,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 546,
"end": 577,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 546,
"end": 557,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 559,
"end": 573,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 559,
"end": 573,
"ctxt": 0
},
"rest": {
"start": 559,
"end": 562,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 562,
"end": 566,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 566,
"end": 573,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 568,
"end": 573,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 568,
"end": 571,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 575,
"end": 577,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 579,
"end": 596,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 586,
"end": 587,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 587,
"end": 595,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 589,
"end": 595,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 598,
"end": 622,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 612,
"end": 613,
"ctxt": 0
},
"value": "s",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 613,
"end": 621,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 615,
"end": 621,
"ctxt": 0
},
"kind": "string"
}
},
"isStatic": true,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 635,
"end": 637,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 638,
"end": 659,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 638,
"end": 659,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 639,
"end": 659,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 641,
"end": 659,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 641,
"end": 648,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 641,
"end": 648,
"ctxt": 0
},
"value": "Private",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 651,
"end": 659,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 651,
"end": 659,
"ctxt": 0
},
"value": "Private2",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 626,
"end": 729,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 661,
"end": 729,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 664,
"end": 668,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 664,
"end": 667,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 664,
"end": 665,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 666,
"end": 667,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 740,
"end": 742,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 743,
"end": 765,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 743,
"end": 765,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 744,
"end": 765,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 746,
"end": 765,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 746,
"end": 753,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 746,
"end": 753,
"ctxt": 0
},
"value": "Private",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 756,
"end": 765,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 756,
"end": 765,
"ctxt": 0
},
"value": "Protected",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 731,
"end": 835,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 767,
"end": 835,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 770,
"end": 774,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 770,
"end": 773,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 770,
"end": 771,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 772,
"end": 773,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 846,
"end": 848,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 849,
"end": 868,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 849,
"end": 868,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 850,
"end": 868,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 852,
"end": 868,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 852,
"end": 859,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 852,
"end": 859,
"ctxt": 0
},
"value": "Private",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 862,
"end": 868,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 862,
"end": 868,
"ctxt": 0
},
"value": "Public",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 837,
"end": 938,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 870,
"end": 938,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 873,
"end": 877,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 873,
"end": 876,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 873,
"end": 874,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 875,
"end": 876,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 949,
"end": 951,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 952,
"end": 977,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 952,
"end": 977,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 953,
"end": 977,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 955,
"end": 977,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 955,
"end": 964,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 955,
"end": 964,
"ctxt": 0
},
"value": "Protected",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 967,
"end": 977,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 967,
"end": 977,
"ctxt": 0
},
"value": "Protected2",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 940,
"end": 1045,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 979,
"end": 1045,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 982,
"end": 986,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 982,
"end": 985,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 982,
"end": 983,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 984,
"end": 985,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1056,
"end": 1058,
"ctxt": 0
},
"value": "f5",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1059,
"end": 1080,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1059,
"end": 1080,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1060,
"end": 1080,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1062,
"end": 1080,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1062,
"end": 1071,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1062,
"end": 1071,
"ctxt": 0
},
"value": "Protected",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1074,
"end": 1080,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1074,
"end": 1080,
"ctxt": 0
},
"value": "Public",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 1047,
"end": 1135,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1082,
"end": 1135,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1085,
"end": 1089,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1085,
"end": 1088,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1085,
"end": 1086,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1087,
"end": 1088,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1146,
"end": 1148,
"ctxt": 0
},
"value": "f6",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 1149,
"end": 1168,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1168,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1150,
"end": 1168,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1152,
"end": 1168,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1152,
"end": 1158,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1152,
"end": 1158,
"ctxt": 0
},
"value": "Public",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1161,
"end": 1168,
"ctxt": 0
},
"value": "Public2",
"optional": false
},
"typeParams": null
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 1137,
"end": 1223,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1170,
"end": 1223,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1173,
"end": 1177,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1173,
"end": 1176,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1173,
"end": 1174,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1175,
"end": 1176,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1242,
"end": 1245,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"declare": true,
"params": [
{
"type": "Parameter",
"span": {
"start": 1252,
"end": 1257,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1252,
"end": 1257,
"ctxt": 0
},
"value": "c1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1254,
"end": 1257,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1256,
"end": 1257,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1256,
"end": 1257,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1259,
"end": 1264,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1259,
"end": 1264,
"ctxt": 0
},
"value": "c2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1261,
"end": 1264,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1263,
"end": 1264,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1263,
"end": 1264,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1225,
"end": 1273,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 1245,
"end": 1251,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 1246,
"end": 1247,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1246,
"end": 1247,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
},
{
"type": "TsTypeParameter",
"span": {
"start": 1249,
"end": 1250,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 1249,
"end": 1250,
"ctxt": 0
},
"value": "U",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 1265,
"end": 1272,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 1267,
"end": 1272,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 1267,
"end": 1268,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1267,
"end": 1268,
"ctxt": 0
},
"value": "T",
"optional": false
},
"typeParams": null
},
{
"type": "TsTypeReference",
"span": {
"start": 1271,
"end": 1272,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1271,
"end": 1272,
"ctxt": 0
},
"value": "U",
"optional": false
},
"typeParams": null
}
]
}
}
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1337,
"end": 1339,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"declare": false,
"span": {
"start": 1331,
"end": 1373,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1348,
"end": 1370,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1348,
"end": 1351,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1352,
"end": 1359,
"ctxt": 0
},
"value": "Private",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1361,
"end": 1369,
"ctxt": 0
},
"value": "Private2",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1380,
"end": 1382,
"ctxt": 0
},
"value": "C2",
"optional": false
},
"declare": false,
"span": {
"start": 1374,
"end": 1417,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1391,
"end": 1414,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1391,
"end": 1394,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1395,
"end": 1402,
"ctxt": 0
},
"value": "Private",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1404,
"end": 1413,
"ctxt": 0
},
"value": "Protected",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1424,
"end": 1426,
"ctxt": 0
},
"value": "C3",
"optional": false
},
"declare": false,
"span": {
"start": 1418,
"end": 1458,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1435,
"end": 1455,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1435,
"end": 1438,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1439,
"end": 1446,
"ctxt": 0
},
"value": "Private",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1448,
"end": 1454,
"ctxt": 0
},
"value": "Public",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1466,
"end": 1468,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"declare": false,
"span": {
"start": 1460,
"end": 1603,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 1507,
"end": 1561,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1507,
"end": 1508,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 1509,
"end": 1515,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1509,
"end": 1515,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1511,
"end": 1515,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1513,
"end": 1515,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1513,
"end": 1515,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1517,
"end": 1523,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1517,
"end": 1523,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1519,
"end": 1523,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1521,
"end": 1523,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1521,
"end": 1523,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1525,
"end": 1531,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1525,
"end": 1531,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1527,
"end": 1531,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1529,
"end": 1531,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1529,
"end": 1531,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1507,
"end": 1561,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1533,
"end": 1561,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1537,
"end": 1542,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1537,
"end": 1541,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1537,
"end": 1539,
"ctxt": 0
},
"value": "c4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1540,
"end": 1541,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1545,
"end": 1550,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1545,
"end": 1549,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1545,
"end": 1547,
"ctxt": 0
},
"value": "c5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1548,
"end": 1549,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1553,
"end": 1558,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1553,
"end": 1557,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1553,
"end": 1555,
"ctxt": 0
},
"value": "c6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1556,
"end": 1557,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 1563,
"end": 1601,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1570,
"end": 1571,
"ctxt": 0
},
"value": "g",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1563,
"end": 1601,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1574,
"end": 1601,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1578,
"end": 1583,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1578,
"end": 1582,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1578,
"end": 1580,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1581,
"end": 1582,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1586,
"end": 1591,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1586,
"end": 1590,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1586,
"end": 1588,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1589,
"end": 1590,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1594,
"end": 1598,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1594,
"end": 1598,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1594,
"end": 1596,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1597,
"end": 1598,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1477,
"end": 1503,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1477,
"end": 1480,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1481,
"end": 1490,
"ctxt": 0
},
"value": "Protected",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1492,
"end": 1502,
"ctxt": 0
},
"value": "Protected2",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1611,
"end": 1613,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"declare": false,
"span": {
"start": 1605,
"end": 1842,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 1648,
"end": 1751,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1648,
"end": 1649,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 1650,
"end": 1656,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1650,
"end": 1656,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1652,
"end": 1656,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1654,
"end": 1656,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1654,
"end": 1656,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1658,
"end": 1664,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1658,
"end": 1664,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1660,
"end": 1664,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1662,
"end": 1664,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1662,
"end": 1664,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1666,
"end": 1672,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1666,
"end": 1672,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1668,
"end": 1672,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1670,
"end": 1672,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1670,
"end": 1672,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1648,
"end": 1751,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1674,
"end": 1751,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1678,
"end": 1683,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1678,
"end": 1682,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1678,
"end": 1680,
"ctxt": 0
},
"value": "c4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1681,
"end": 1682,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1735,
"end": 1740,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1735,
"end": 1739,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1735,
"end": 1737,
"ctxt": 0
},
"value": "c5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1738,
"end": 1739,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1743,
"end": 1748,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1743,
"end": 1747,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1743,
"end": 1745,
"ctxt": 0
},
"value": "c6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1746,
"end": 1747,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 1753,
"end": 1840,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1760,
"end": 1761,
"ctxt": 0
},
"value": "g",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1753,
"end": 1840,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1764,
"end": 1840,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1768,
"end": 1773,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1768,
"end": 1772,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1768,
"end": 1770,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1771,
"end": 1772,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1825,
"end": 1830,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1825,
"end": 1829,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1825,
"end": 1827,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1828,
"end": 1829,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1833,
"end": 1837,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1833,
"end": 1837,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1833,
"end": 1835,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1836,
"end": 1837,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1622,
"end": 1644,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1622,
"end": 1625,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1626,
"end": 1635,
"ctxt": 0
},
"value": "Protected",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1637,
"end": 1643,
"ctxt": 0
},
"value": "Public",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1850,
"end": 1852,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"declare": false,
"span": {
"start": 1844,
"end": 2079,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 1885,
"end": 1988,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1885,
"end": 1886,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 1887,
"end": 1893,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1887,
"end": 1893,
"ctxt": 0
},
"value": "c4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1889,
"end": 1893,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1891,
"end": 1893,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1891,
"end": 1893,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1895,
"end": 1901,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1895,
"end": 1901,
"ctxt": 0
},
"value": "c5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1897,
"end": 1901,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1899,
"end": 1901,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1899,
"end": 1901,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"typeParams": null
}
}
}
},
{
"type": "Parameter",
"span": {
"start": 1903,
"end": 1909,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 1903,
"end": 1909,
"ctxt": 0
},
"value": "c6",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 1905,
"end": 1909,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 1907,
"end": 1909,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 1907,
"end": 1909,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"typeParams": null
}
}
}
}
],
"decorators": [],
"span": {
"start": 1885,
"end": 1988,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1911,
"end": 1988,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1915,
"end": 1920,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1915,
"end": 1919,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1915,
"end": 1917,
"ctxt": 0
},
"value": "c4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1918,
"end": 1919,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1972,
"end": 1977,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1972,
"end": 1976,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1972,
"end": 1974,
"ctxt": 0
},
"value": "c5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1975,
"end": 1976,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1980,
"end": 1985,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1980,
"end": 1984,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1980,
"end": 1982,
"ctxt": 0
},
"value": "c6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1983,
"end": 1984,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 1990,
"end": 2077,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1997,
"end": 1998,
"ctxt": 0
},
"value": "g",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1990,
"end": 2077,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2001,
"end": 2077,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2005,
"end": 2010,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 2005,
"end": 2009,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2005,
"end": 2007,
"ctxt": 0
},
"value": "C4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2008,
"end": 2009,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2062,
"end": 2067,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 2062,
"end": 2066,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2062,
"end": 2064,
"ctxt": 0
},
"value": "C5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2065,
"end": 2066,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2070,
"end": 2074,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 2070,
"end": 2074,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2070,
"end": 2072,
"ctxt": 0
},
"value": "C6",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2073,
"end": 2074,
"ctxt": 0
},
"value": "s",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "CallExpression",
"span": {
"start": 1861,
"end": 1881,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1861,
"end": 1864,
"ctxt": 0
},
"value": "Mix",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1865,
"end": 1871,
"ctxt": 0
},
"value": "Public",
"optional": false
}
},
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 1873,
"end": 1880,
"ctxt": 0
},
"value": "Public2",
"optional": false
}
}
],
"typeArguments": null
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2087,
"end": 2103,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"declare": false,
"span": {
"start": 2081,
"end": 2170,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 2110,
"end": 2136,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2118,
"end": 2131,
"ctxt": 0
},
"value": "privateMethod",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 2110,
"end": 2136,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2134,
"end": 2136,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 2138,
"end": 2168,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2148,
"end": 2163,
"ctxt": 0
},
"value": "protectedMethod",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 2138,
"end": 2168,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2166,
"end": 2168,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2103,
"end": 2106,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2104,
"end": 2105,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2104,
"end": 2105,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2178,
"end": 2195,
"ctxt": 0
},
"value": "ProtectedGeneric2",
"optional": false
},
"declare": false,
"span": {
"start": 2172,
"end": 2262,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 2202,
"end": 2228,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2210,
"end": 2223,
"ctxt": 0
},
"value": "privateMethod",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 2202,
"end": 2228,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2226,
"end": 2228,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 2230,
"end": 2260,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 2240,
"end": 2255,
"ctxt": 0
},
"value": "protectedMethod",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 2230,
"end": 2260,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2258,
"end": 2260,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": {
"type": "TsTypeParameterDeclaration",
"span": {
"start": 2195,
"end": 2198,
"ctxt": 0
},
"parameters": [
{
"type": "TsTypeParameter",
"span": {
"start": 2196,
"end": 2197,
"ctxt": 0
},
"name": {
"type": "Identifier",
"span": {
"start": 2196,
"end": 2197,
"ctxt": 0
},
"value": "T",
"optional": false
},
"constraint": null,
"default": null
}
]
},
"superTypeParams": null,
"implements": []
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2273,
"end": 2275,
"ctxt": 0
},
"value": "f7",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2276,
"end": 2322,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2276,
"end": 2322,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2277,
"end": 2322,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2279,
"end": 2322,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2279,
"end": 2299,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2279,
"end": 2295,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2295,
"end": 2299,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2296,
"end": 2298,
"ctxt": 0
},
"members": []
}
]
}
},
{
"type": "TsTypeReference",
"span": {
"start": 2302,
"end": 2322,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2302,
"end": 2318,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2318,
"end": 2322,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2319,
"end": 2321,
"ctxt": 0
},
"members": []
}
]
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 2264,
"end": 2481,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2324,
"end": 2481,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2327,
"end": 2345,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2327,
"end": 2344,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2327,
"end": 2342,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2327,
"end": 2328,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2329,
"end": 2342,
"ctxt": 0
},
"value": "privateMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2403,
"end": 2423,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2403,
"end": 2422,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2403,
"end": 2420,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2403,
"end": 2404,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2405,
"end": 2420,
"ctxt": 0
},
"value": "protectedMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2492,
"end": 2494,
"ctxt": 0
},
"value": "f8",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2495,
"end": 2564,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2495,
"end": 2564,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2496,
"end": 2564,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2498,
"end": 2564,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2498,
"end": 2526,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2498,
"end": 2514,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2514,
"end": 2526,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2515,
"end": 2525,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2516,
"end": 2524,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2516,
"end": 2517,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2517,
"end": 2523,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2519,
"end": 2523,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeReference",
"span": {
"start": 2529,
"end": 2564,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2529,
"end": 2546,
"ctxt": 0
},
"value": "ProtectedGeneric2",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2546,
"end": 2564,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2547,
"end": 2563,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2548,
"end": 2555,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2548,
"end": 2549,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2549,
"end": 2554,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2550,
"end": 2554,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2555,
"end": 2562,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2555,
"end": 2556,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2556,
"end": 2561,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2557,
"end": 2561,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
]
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 2483,
"end": 2723,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2566,
"end": 2723,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2569,
"end": 2587,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2569,
"end": 2586,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2569,
"end": 2584,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2569,
"end": 2570,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2571,
"end": 2584,
"ctxt": 0
},
"value": "privateMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2645,
"end": 2665,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2645,
"end": 2664,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2645,
"end": 2662,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2645,
"end": 2646,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2647,
"end": 2662,
"ctxt": 0
},
"value": "protectedMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 2734,
"end": 2736,
"ctxt": 0
},
"value": "f9",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 2737,
"end": 2805,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 2737,
"end": 2805,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2738,
"end": 2805,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 2740,
"end": 2805,
"ctxt": 0
},
"types": [
{
"type": "TsTypeReference",
"span": {
"start": 2740,
"end": 2768,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2740,
"end": 2756,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2756,
"end": 2768,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2757,
"end": 2767,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2758,
"end": 2766,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2758,
"end": 2759,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2759,
"end": 2765,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2761,
"end": 2765,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
]
}
},
{
"type": "TsTypeReference",
"span": {
"start": 2771,
"end": 2805,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 2771,
"end": 2787,
"ctxt": 0
},
"value": "ProtectedGeneric",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 2787,
"end": 2805,
"ctxt": 0
},
"params": [
{
"type": "TsTypeLiteral",
"span": {
"start": 2788,
"end": 2804,
"ctxt": 0
},
"members": [
{
"type": "TsPropertySignature",
"span": {
"start": 2789,
"end": 2796,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2789,
"end": 2790,
"ctxt": 0
},
"value": "a",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2790,
"end": 2795,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2791,
"end": 2795,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
},
{
"type": "TsPropertySignature",
"span": {
"start": 2796,
"end": 2803,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "Identifier",
"span": {
"start": 2796,
"end": 2797,
"ctxt": 0
},
"value": "b",
"optional": false
},
"computed": false,
"optional": false,
"init": null,
"params": [],
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 2797,
"end": 2802,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 2798,
"end": 2802,
"ctxt": 0
},
"kind": "void"
}
},
"typeParams": null
}
]
}
]
}
}
]
}
}
}
}
],
"decorators": [],
"span": {
"start": 2725,
"end": 2964,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 2807,
"end": 2964,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 2810,
"end": 2828,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2810,
"end": 2827,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2810,
"end": 2825,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2810,
"end": 2811,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2812,
"end": 2825,
"ctxt": 0
},
"value": "privateMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 2886,
"end": 2906,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 2886,
"end": 2905,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 2886,
"end": 2903,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 2886,
"end": 2887,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 2888,
"end": 2903,
"ctxt": 0
},
"value": "protectedMethod",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}