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

2301 lines
62 KiB
JSON

{
"type": "Script",
"span": {
"start": 18,
"end": 1681,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 24,
"end": 36,
"ctxt": 0
},
"value": "DerivedBasic",
"optional": false
},
"declare": false,
"span": {
"start": 18,
"end": 112,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 58,
"end": 62,
"ctxt": 0
},
"value": "prop",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 65,
"end": 66,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 72,
"end": 110,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 72,
"end": 83,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 86,
"end": 110,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 96,
"end": 104,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 96,
"end": 103,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 96,
"end": 101,
"ctxt": 0
}
},
"arguments": [],
"typeArguments": null
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 45,
"end": 51,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 120,
"end": 148,
"ctxt": 0
},
"value": "DerivedAfterParameterDefault",
"optional": false
},
"declare": false,
"span": {
"start": 114,
"end": 296,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 170,
"end": 182,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 170,
"end": 172,
"ctxt": 0
},
"value": "x1",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 172,
"end": 181,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 174,
"end": 181,
"ctxt": 0
},
"kind": "boolean"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 187,
"end": 199,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 187,
"end": 189,
"ctxt": 0
},
"value": "x2",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 189,
"end": 198,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 191,
"end": 198,
"ctxt": 0
},
"kind": "boolean"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 204,
"end": 294,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 204,
"end": 215,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 216,
"end": 225,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "AssignmentPattern",
"span": {
"start": 216,
"end": 225,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 216,
"end": 217,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 220,
"end": 225,
"ctxt": 0
},
"value": false
},
"typeAnnotation": null
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 227,
"end": 294,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 237,
"end": 249,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 237,
"end": 248,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 237,
"end": 244,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 237,
"end": 241,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 242,
"end": 244,
"ctxt": 0
},
"value": "x1",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 247,
"end": 248,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 258,
"end": 267,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 258,
"end": 266,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 258,
"end": 263,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 264,
"end": 265,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 276,
"end": 288,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 276,
"end": 287,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 276,
"end": 283,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 276,
"end": 280,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 281,
"end": 283,
"ctxt": 0
},
"value": "x2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 286,
"end": 287,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 157,
"end": 163,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 304,
"end": 329,
"ctxt": 0
},
"value": "DerivedAfterRestParameter",
"optional": false
},
"declare": false,
"span": {
"start": 298,
"end": 487,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 351,
"end": 365,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 351,
"end": 353,
"ctxt": 0
},
"value": "x1",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 353,
"end": 364,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 355,
"end": 364,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 355,
"end": 362,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 370,
"end": 384,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 370,
"end": 372,
"ctxt": 0
},
"value": "x2",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 372,
"end": 383,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 374,
"end": 383,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 374,
"end": 381,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 389,
"end": 485,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 389,
"end": 400,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "Parameter",
"span": {
"start": 401,
"end": 416,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "RestElement",
"span": {
"start": 401,
"end": 416,
"ctxt": 0
},
"rest": {
"start": 401,
"end": 404,
"ctxt": 0
},
"argument": {
"type": "Identifier",
"span": {
"start": 404,
"end": 405,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 405,
"end": 416,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsArrayType",
"span": {
"start": 407,
"end": 416,
"ctxt": 0
},
"elemType": {
"type": "TsKeywordType",
"span": {
"start": 407,
"end": 414,
"ctxt": 0
},
"kind": "boolean"
}
}
}
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 418,
"end": 485,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 428,
"end": 440,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 428,
"end": 439,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 428,
"end": 435,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 428,
"end": 432,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 433,
"end": 435,
"ctxt": 0
},
"value": "x1",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 438,
"end": 439,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 449,
"end": 458,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 449,
"end": 457,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 449,
"end": 454,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "Identifier",
"span": {
"start": 455,
"end": 456,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 467,
"end": 479,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 467,
"end": 478,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 467,
"end": 474,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 467,
"end": 471,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 472,
"end": 474,
"ctxt": 0
},
"value": "x2",
"optional": false
}
},
"right": {
"type": "Identifier",
"span": {
"start": 477,
"end": 478,
"ctxt": 0
},
"value": "x",
"optional": false
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 338,
"end": 344,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 495,
"end": 510,
"ctxt": 0
},
"value": "DerivedComments",
"optional": false
},
"declare": false,
"span": {
"start": 489,
"end": 704,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 532,
"end": 539,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 532,
"end": 533,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 533,
"end": 538,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 535,
"end": 538,
"ctxt": 0
},
"kind": "any"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 544,
"end": 702,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 544,
"end": 555,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 558,
"end": 702,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 582,
"end": 596,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 582,
"end": 595,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 582,
"end": 593,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 582,
"end": 589,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 590,
"end": 593,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 625,
"end": 633,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 625,
"end": 632,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 625,
"end": 630,
"ctxt": 0
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 662,
"end": 676,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 662,
"end": 675,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 662,
"end": 668,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 662,
"end": 666,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 667,
"end": 668,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 671,
"end": 675,
"ctxt": 0
}
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 519,
"end": 525,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 712,
"end": 738,
"ctxt": 0
},
"value": "DerivedCommentsInvalidThis",
"optional": false
},
"declare": false,
"span": {
"start": 706,
"end": 960,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 760,
"end": 767,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 760,
"end": 761,
"ctxt": 0
},
"value": "x",
"optional": false
},
"value": null,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 761,
"end": 766,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 763,
"end": 766,
"ctxt": 0
},
"kind": "any"
}
},
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 772,
"end": 958,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 772,
"end": 783,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 786,
"end": 958,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 810,
"end": 815,
"ctxt": 0
},
"expression": {
"type": "ThisExpression",
"span": {
"start": 810,
"end": 814,
"ctxt": 0
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 838,
"end": 852,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 838,
"end": 851,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 838,
"end": 849,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 838,
"end": 845,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 846,
"end": 849,
"ctxt": 0
},
"value": "log",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 881,
"end": 889,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 881,
"end": 888,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 881,
"end": 886,
"ctxt": 0
}
},
"arguments": [],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 918,
"end": 932,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 918,
"end": 931,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 918,
"end": 924,
"ctxt": 0
},
"object": {
"type": "ThisExpression",
"span": {
"start": 918,
"end": 922,
"ctxt": 0
}
},
"property": {
"type": "Identifier",
"span": {
"start": 923,
"end": 924,
"ctxt": 0
},
"value": "x",
"optional": false
}
},
"right": {
"type": "NullLiteral",
"span": {
"start": 927,
"end": 931,
"ctxt": 0
}
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 747,
"end": 753,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 968,
"end": 988,
"ctxt": 0
},
"value": "DerivedInConditional",
"optional": false
},
"declare": false,
"span": {
"start": 962,
"end": 1116,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 1010,
"end": 1019,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1010,
"end": 1014,
"ctxt": 0
},
"value": "prop",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1017,
"end": 1018,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 1024,
"end": 1114,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1024,
"end": 1035,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1038,
"end": 1114,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1048,
"end": 1108,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 1048,
"end": 1107,
"ctxt": 0
},
"test": {
"type": "CallExpression",
"span": {
"start": 1048,
"end": 1061,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1048,
"end": 1059,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1048,
"end": 1052,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1053,
"end": 1059,
"ctxt": 0
},
"value": "random",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"consequent": {
"type": "CallExpression",
"span": {
"start": 1076,
"end": 1084,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1076,
"end": 1081,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1082,
"end": 1083,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
},
"alternate": {
"type": "CallExpression",
"span": {
"start": 1099,
"end": 1107,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1099,
"end": 1104,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1105,
"end": 1106,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
],
"typeArguments": null
}
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 997,
"end": 1003,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1124,
"end": 1135,
"ctxt": 0
},
"value": "DerivedInIf",
"optional": false
},
"declare": false,
"span": {
"start": 1118,
"end": 1302,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 1157,
"end": 1166,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1157,
"end": 1161,
"ctxt": 0
},
"value": "prop",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1164,
"end": 1165,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 1171,
"end": 1300,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1171,
"end": 1182,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 1185,
"end": 1300,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1195,
"end": 1294,
"ctxt": 0
},
"test": {
"type": "CallExpression",
"span": {
"start": 1199,
"end": 1212,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1199,
"end": 1210,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1199,
"end": 1203,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1204,
"end": 1210,
"ctxt": 0
},
"value": "random",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1214,
"end": 1247,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1228,
"end": 1237,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1228,
"end": 1236,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1228,
"end": 1233,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1234,
"end": 1235,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 1261,
"end": 1294,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1275,
"end": 1284,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1275,
"end": 1283,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1275,
"end": 1280,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1281,
"end": 1282,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1144,
"end": 1150,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1310,
"end": 1338,
"ctxt": 0
},
"value": "DerivedInBlockWithProperties",
"optional": false
},
"declare": false,
"span": {
"start": 1304,
"end": 1459,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 1360,
"end": 1369,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1360,
"end": 1364,
"ctxt": 0
},
"value": "prop",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1367,
"end": 1368,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 1374,
"end": 1457,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1374,
"end": 1385,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "TsParameterProperty",
"span": {
"start": 1386,
"end": 1407,
"ctxt": 0
},
"decorators": [],
"accessibility": "private",
"override": false,
"readonly": false,
"param": {
"type": "AssignmentPattern",
"span": {
"start": 1394,
"end": 1407,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1394,
"end": 1403,
"ctxt": 0
},
"value": "paramProp",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1406,
"end": 1407,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"typeAnnotation": null
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 1409,
"end": 1457,
"ctxt": 0
},
"stmts": [
{
"type": "BlockStatement",
"span": {
"start": 1419,
"end": 1451,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1433,
"end": 1441,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1433,
"end": 1440,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1433,
"end": 1438,
"ctxt": 0
}
},
"arguments": [],
"typeArguments": null
}
}
]
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1347,
"end": 1353,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 1467,
"end": 1501,
"ctxt": 0
},
"value": "DerivedInConditionalWithProperties",
"optional": false
},
"declare": false,
"span": {
"start": 1461,
"end": 1681,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 1523,
"end": 1532,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1523,
"end": 1527,
"ctxt": 0
},
"value": "prop",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 1530,
"end": 1531,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "Constructor",
"span": {
"start": 1537,
"end": 1679,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 1537,
"end": 1548,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [
{
"type": "TsParameterProperty",
"span": {
"start": 1549,
"end": 1570,
"ctxt": 0
},
"decorators": [],
"accessibility": "private",
"override": false,
"readonly": false,
"param": {
"type": "AssignmentPattern",
"span": {
"start": 1557,
"end": 1570,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 1557,
"end": 1566,
"ctxt": 0
},
"value": "paramProp",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 1569,
"end": 1570,
"ctxt": 0
},
"value": 2.0,
"raw": "2"
},
"typeAnnotation": null
}
}
],
"body": {
"type": "BlockStatement",
"span": {
"start": 1572,
"end": 1679,
"ctxt": 0
},
"stmts": [
{
"type": "IfStatement",
"span": {
"start": 1582,
"end": 1673,
"ctxt": 0
},
"test": {
"type": "CallExpression",
"span": {
"start": 1586,
"end": 1599,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 1586,
"end": 1597,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 1586,
"end": 1590,
"ctxt": 0
},
"value": "Math",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 1591,
"end": 1597,
"ctxt": 0
},
"value": "random",
"optional": false
}
},
"arguments": [],
"typeArguments": null
},
"consequent": {
"type": "BlockStatement",
"span": {
"start": 1601,
"end": 1634,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1615,
"end": 1624,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1615,
"end": 1623,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1615,
"end": 1620,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1621,
"end": 1622,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
],
"typeArguments": null
}
}
]
},
"alternate": {
"type": "BlockStatement",
"span": {
"start": 1640,
"end": 1673,
"ctxt": 0
},
"stmts": [
{
"type": "ExpressionStatement",
"span": {
"start": 1654,
"end": 1663,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 1654,
"end": 1662,
"ctxt": 0
},
"callee": {
"type": "Super",
"span": {
"start": 1654,
"end": 1659,
"ctxt": 0
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 1660,
"end": 1661,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
],
"typeArguments": null
}
}
]
}
}
]
},
"accessibility": null,
"isOptional": false
}
],
"superClass": {
"type": "Identifier",
"span": {
"start": 1510,
"end": 1516,
"ctxt": 0
},
"value": "Object",
"optional": false
},
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}