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

3623 lines
96 KiB
JSON

{
"type": "Script",
"span": {
"start": 24,
"end": 1688,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 38,
"end": 40,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"declare": true,
"span": {
"start": 24,
"end": 170,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 47,
"end": 64,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 54,
"end": 55,
"ctxt": 0
},
"value": "a",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 55,
"end": 63,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 57,
"end": 63,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 69,
"end": 89,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 79,
"end": 80,
"ctxt": 0
},
"value": "b",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 80,
"end": 88,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 82,
"end": 88,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "protected",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 94,
"end": 112,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": "c",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 103,
"end": 111,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 105,
"end": 111,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": "private",
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 117,
"end": 140,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 117,
"end": 128,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 129,
"end": 138,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 129,
"end": 138,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 130,
"end": 138,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 132,
"end": 138,
"ctxt": 0
},
"kind": "string"
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "Constructor",
"span": {
"start": 145,
"end": 168,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 145,
"end": 156,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 157,
"end": 166,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 157,
"end": 166,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 158,
"end": 166,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 160,
"end": 166,
"ctxt": 0
},
"kind": "number"
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 186,
"end": 188,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"declare": true,
"span": {
"start": 172,
"end": 262,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 195,
"end": 223,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 195,
"end": 206,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 207,
"end": 221,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 207,
"end": 221,
"ctxt": 0
},
"rest": {
"start": 207,
"end": 210,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 210,
"end": 214,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 214,
"end": 221,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 216,
"end": 221,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 216,
"end": 219,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "ClassProperty",
"span": {
"start": 228,
"end": 238,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 228,
"end": 229,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 229,
"end": 237,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 231,
"end": 237,
"ctxt": 0
},
"kind": "number"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 243,
"end": 260,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 250,
"end": 251,
"ctxt": 0
},
"value": "p",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 251,
"end": 259,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 253,
"end": 259,
"ctxt": 0
},
"kind": "number"
}
},
"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": 278,
"end": 280,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"declare": true,
"span": {
"start": 264,
"end": 358,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 287,
"end": 315,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 287,
"end": 298,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 299,
"end": 313,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 299,
"end": 313,
"ctxt": 0
},
"rest": {
"start": 299,
"end": 302,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 302,
"end": 306,
"ctxt": 0
},
"value": "args",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 306,
"end": 313,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 308,
"end": 313,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 308,
"end": 311,
"ctxt": 0
},
"kind": "any"
}
}
}
}
}
],
"body": null,
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 320,
"end": 332,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 320,
"end": 321,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 320,
"end": 332,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 323,
"end": 331,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 325,
"end": 331,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 337,
"end": 356,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 344,
"end": 345,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 337,
"end": 356,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 347,
"end": 355,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 349,
"end": 355,
"ctxt": 0
},
"kind": "number"
}
}
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "VariableDeclaration",
"span": {
"start": 360,
"end": 404,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 374,
"end": 403,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 374,
"end": 380,
"ctxt": 0
},
"value": "Mixed1",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 380,
"end": 403,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 382,
"end": 403,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 382,
"end": 391,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 389,
"end": 391,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 394,
"end": 403,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 401,
"end": 403,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"typeArguments": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 405,
"end": 449,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 419,
"end": 448,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 419,
"end": 425,
"ctxt": 0
},
"value": "Mixed2",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 425,
"end": 448,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 427,
"end": 448,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 427,
"end": 436,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 434,
"end": 436,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 439,
"end": 448,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 446,
"end": 448,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeArguments": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 450,
"end": 506,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 464,
"end": 505,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 464,
"end": 470,
"ctxt": 0
},
"value": "Mixed3",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 470,
"end": 505,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 472,
"end": 505,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 472,
"end": 481,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 479,
"end": 481,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 484,
"end": 493,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 491,
"end": 493,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 496,
"end": 505,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 503,
"end": 505,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"typeArguments": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 507,
"end": 563,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 521,
"end": 562,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 521,
"end": 527,
"ctxt": 0
},
"value": "Mixed4",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 527,
"end": 562,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 529,
"end": 562,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 529,
"end": 538,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 536,
"end": 538,
"ctxt": 0
},
"value": "C1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 541,
"end": 550,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 548,
"end": 550,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 553,
"end": 562,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 560,
"end": 562,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"typeArguments": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 564,
"end": 608,
"ctxt": 0
},
"kind": "const",
"declare": true,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 578,
"end": 607,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 578,
"end": 584,
"ctxt": 0
},
"value": "Mixed5",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 584,
"end": 607,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsIntersectionType",
"span": {
"start": 586,
"end": 607,
"ctxt": 0
},
"types": [
{
"type": "TsTypeQuery",
"span": {
"start": 586,
"end": 595,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 593,
"end": 595,
"ctxt": 0
},
"value": "M1",
"optional": false
},
"typeArguments": null
},
{
"type": "TsTypeQuery",
"span": {
"start": 598,
"end": 607,
"ctxt": 0
},
"exprName": {
"type": "Identifier",
"span": {
"start": 605,
"end": 607,
"ctxt": 0
},
"value": "M2",
"optional": false
},
"typeArguments": null
}
]
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 619,
"end": 621,
"ctxt": 0
},
"value": "f1",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 610,
"end": 906,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 624,
"end": 906,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 630,
"end": 659,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 634,
"end": 658,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 634,
"end": 636,
"ctxt": 0
},
"value": "x1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 639,
"end": 658,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 643,
"end": 649,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 650,
"end": 657,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 664,
"end": 688,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 668,
"end": 687,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 668,
"end": 670,
"ctxt": 0
},
"value": "x2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 673,
"end": 687,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 677,
"end": 683,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 684,
"end": 686,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 693,
"end": 722,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 697,
"end": 721,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 697,
"end": 699,
"ctxt": 0
},
"value": "x3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 702,
"end": 721,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 706,
"end": 712,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 713,
"end": 720,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 727,
"end": 751,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 731,
"end": 750,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 731,
"end": 733,
"ctxt": 0
},
"value": "x4",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 736,
"end": 750,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 740,
"end": 746,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 747,
"end": 749,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 756,
"end": 785,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 760,
"end": 784,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 760,
"end": 762,
"ctxt": 0
},
"value": "x5",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 765,
"end": 784,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 769,
"end": 775,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 776,
"end": 783,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 790,
"end": 814,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 794,
"end": 813,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 794,
"end": 796,
"ctxt": 0
},
"value": "x6",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 799,
"end": 813,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 803,
"end": 809,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 810,
"end": 812,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 819,
"end": 848,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 823,
"end": 847,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 823,
"end": 825,
"ctxt": 0
},
"value": "x7",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 828,
"end": 847,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 832,
"end": 838,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 839,
"end": 846,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 853,
"end": 877,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 857,
"end": 876,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 857,
"end": 859,
"ctxt": 0
},
"value": "x8",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 862,
"end": 876,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 866,
"end": 872,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 873,
"end": 875,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 882,
"end": 904,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 886,
"end": 903,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 886,
"end": 888,
"ctxt": 0
},
"value": "x9",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 891,
"end": 903,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 895,
"end": 901,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 917,
"end": 919,
"ctxt": 0
},
"value": "f2",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 908,
"end": 990,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 922,
"end": 990,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 928,
"end": 956,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 932,
"end": 955,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 932,
"end": 933,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 936,
"end": 955,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 940,
"end": 946,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 947,
"end": 954,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 961,
"end": 965,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 961,
"end": 964,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 961,
"end": 962,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 963,
"end": 964,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 970,
"end": 974,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 970,
"end": 973,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 970,
"end": 971,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 972,
"end": 973,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 979,
"end": 988,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 979,
"end": 987,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 979,
"end": 985,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 986,
"end": 987,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1001,
"end": 1003,
"ctxt": 0
},
"value": "f3",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 992,
"end": 1074,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1006,
"end": 1074,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1012,
"end": 1040,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1016,
"end": 1039,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1016,
"end": 1017,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1020,
"end": 1039,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1024,
"end": 1030,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1031,
"end": 1038,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1045,
"end": 1049,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1045,
"end": 1048,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1045,
"end": 1046,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1047,
"end": 1048,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1054,
"end": 1058,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1054,
"end": 1057,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1054,
"end": 1055,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1056,
"end": 1057,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1063,
"end": 1072,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1063,
"end": 1071,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1063,
"end": 1069,
"ctxt": 0
},
"value": "Mixed2",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1070,
"end": 1071,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1085,
"end": 1087,
"ctxt": 0
},
"value": "f4",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1076,
"end": 1185,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1090,
"end": 1185,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1096,
"end": 1124,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1100,
"end": 1123,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1100,
"end": 1101,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1104,
"end": 1123,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1108,
"end": 1114,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1115,
"end": 1122,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1129,
"end": 1133,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1129,
"end": 1132,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1129,
"end": 1130,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1131,
"end": 1132,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1138,
"end": 1142,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1138,
"end": 1141,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1138,
"end": 1139,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1140,
"end": 1141,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1147,
"end": 1153,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1147,
"end": 1152,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1147,
"end": 1150,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1147,
"end": 1148,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1149,
"end": 1150,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1158,
"end": 1167,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1158,
"end": 1166,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1158,
"end": 1164,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1165,
"end": 1166,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1172,
"end": 1183,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1172,
"end": 1182,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1172,
"end": 1180,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1172,
"end": 1178,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1179,
"end": 1180,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1196,
"end": 1198,
"ctxt": 0
},
"value": "f5",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1187,
"end": 1296,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1201,
"end": 1296,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1207,
"end": 1235,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1211,
"end": 1234,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1211,
"end": 1212,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1215,
"end": 1234,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1219,
"end": 1225,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1226,
"end": 1233,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1240,
"end": 1244,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1240,
"end": 1243,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1240,
"end": 1241,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1242,
"end": 1243,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1249,
"end": 1253,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1249,
"end": 1252,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1249,
"end": 1250,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1251,
"end": 1252,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1258,
"end": 1264,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1258,
"end": 1263,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1258,
"end": 1261,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1258,
"end": 1259,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1260,
"end": 1261,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1269,
"end": 1278,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1269,
"end": 1277,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1269,
"end": 1275,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1276,
"end": 1277,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1283,
"end": 1294,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1283,
"end": 1293,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1283,
"end": 1291,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1283,
"end": 1289,
"ctxt": 0
},
"value": "Mixed4",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1290,
"end": 1291,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1307,
"end": 1309,
"ctxt": 0
},
"value": "f6",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 1298,
"end": 1391,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1312,
"end": 1391,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 1318,
"end": 1339,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 1322,
"end": 1338,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 1322,
"end": 1323,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "NewExpression",
"span": {
"start": 1326,
"end": 1338,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 1330,
"end": 1336,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 1344,
"end": 1348,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1344,
"end": 1347,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1344,
"end": 1345,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1346,
"end": 1347,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1353,
"end": 1359,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1353,
"end": 1358,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1353,
"end": 1356,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1353,
"end": 1354,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1355,
"end": 1356,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1364,
"end": 1373,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1364,
"end": 1372,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1364,
"end": 1370,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1371,
"end": 1372,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1378,
"end": 1389,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1378,
"end": 1388,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1378,
"end": 1386,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1378,
"end": 1384,
"ctxt": 0
},
"value": "Mixed5",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1385,
"end": 1386,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1399,
"end": 1401,
"ctxt": 0
},
"value": "C2",
"optional": false
},
"declare": false,
"span": {
"start": 1393,
"end": 1518,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 1423,
"end": 1516,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1423,
"end": 1434,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1437,
"end": 1516,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1447,
"end": 1462,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1447,
"end": 1461,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1447,
"end": 1452,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "StringLiteral",
"span": {
"start": 1453,
"end": 1460,
"ctxt": 0
},
"value": "hello",
"raw": "\"hello\""
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1471,
"end": 1478,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1471,
"end": 1477,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1471,
"end": 1475,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1476,
"end": 1477,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1487,
"end": 1494,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1487,
"end": 1493,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1487,
"end": 1491,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1492,
"end": 1493,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1503,
"end": 1510,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1503,
"end": 1509,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1503,
"end": 1507,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1508,
"end": 1509,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1410,
"end": 1416,
"ctxt": 0
},
"value": "Mixed1",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1526,
"end": 1528,
"ctxt": 0
},
"value": "C3",
"optional": false
},
"declare": false,
"span": {
"start": 1520,
"end": 1688,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 1550,
"end": 1656,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1550,
"end": 1561,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1564,
"end": 1656,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1574,
"end": 1584,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1574,
"end": 1583,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1574,
"end": 1579,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1580,
"end": 1582,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1593,
"end": 1600,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1593,
"end": 1599,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1593,
"end": 1597,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1598,
"end": 1599,
"ctxt": 0
},
"value": "a",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1609,
"end": 1616,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1609,
"end": 1615,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1609,
"end": 1613,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1614,
"end": 1615,
"ctxt": 0
},
"value": "b",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1625,
"end": 1632,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 1625,
"end": 1631,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1625,
"end": 1629,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1630,
"end": 1631,
"ctxt": 0
},
"value": "p",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 1641,
"end": 1650,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1641,
"end": 1649,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1641,
"end": 1647,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 1641,
"end": 1645,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1646,
"end": 1647,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 1661,
"end": 1686,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1661,
"end": 1662,
"ctxt": 0
},
"value": "f",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 1661,
"end": 1686,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 1665,
"end": 1686,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 1667,
"end": 1684,
"ctxt": 0
},
"argument": {
"type": "CallExpression",
"span": {
"start": 1674,
"end": 1683,
"ctxt": 0
},
"callee": {
"type": "SuperPropExpression",
"span": {
"start": 1674,
"end": 1681,
"ctxt": 0
},
"obj": {
"type": "Super",
"span": {
"start": 1674,
"end": 1679,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 1680,
"end": 1681,
"ctxt": 0
},
"value": "f",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1537,
"end": 1543,
"ctxt": 0
},
"value": "Mixed3",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}