{ "type": "Script", "span": { "start": 403, "end": 730, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 403, "end": 413, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 407, "end": 412, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 407, "end": 408, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 411, "end": 412, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 420, "end": 421, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 414, "end": 576, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 428, "end": 434, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 428, "end": 429, "ctxt": 0 }, "value": "b", "optional": false }, "value": { "type": "Identifier", "span": { "start": 432, "end": 433, "ctxt": 0 }, "value": "x", "optional": false }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "Constructor", "span": { "start": 503, "end": 570, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 503, "end": 514, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 515, "end": 524, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 515, "end": 524, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 516, "end": 524, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 518, "end": 524, "ctxt": 0 }, "kind": "string" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 526, "end": 570, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 536, "end": 542, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 536, "end": 541, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 536, "end": 537, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 540, "end": 541, "ctxt": 0 }, "value": 2.0, "raw": "2" } } } ] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 578, "end": 588, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 582, "end": 587, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 582, "end": 583, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 586, "end": 587, "ctxt": 0 }, "value": 1.0, "raw": "1" }, "definite": false } ] }, { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 595, "end": 596, "ctxt": 0 }, "value": "D", "optional": false }, "declare": false, "span": { "start": 589, "end": 730, "ctxt": 0 }, "decorators": [], "body": [ { "type": "ClassProperty", "span": { "start": 603, "end": 609, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 603, "end": 604, "ctxt": 0 }, "value": "b", "optional": false }, "value": { "type": "Identifier", "span": { "start": 607, "end": 608, "ctxt": 0 }, "value": "y", "optional": false }, "typeAnnotation": null, "isStatic": false, "decorators": [], "accessibility": null, "isAbstract": false, "isOptional": false, "isOverride": false, "readonly": false, "declare": false, "definite": false }, { "type": "Constructor", "span": { "start": 678, "end": 728, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 678, "end": 689, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 690, "end": 699, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 690, "end": 699, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 691, "end": 699, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 693, "end": 699, "ctxt": 0 }, "kind": "string" } } } } ], "body": { "type": "BlockStatement", "span": { "start": 701, "end": 728, "ctxt": 0 }, "stmts": [ { "type": "VariableDeclaration", "span": { "start": 711, "end": 722, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 715, "end": 721, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 715, "end": 716, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "init": { "type": "StringLiteral", "span": { "start": 719, "end": 721, "ctxt": 0 }, "value": "", "raw": "\"\"" }, "definite": false } ] } ] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": null, "superTypeParams": null, "implements": [] } ], "interpreter": null }