{ "type": "Script", "span": { "start": 0, "end": 107, "ctxt": 0 }, "body": [ { "type": "ClassDeclaration", "identifier": { "type": "Identifier", "span": { "start": 6, "end": 7, "ctxt": 0 }, "value": "C", "optional": false }, "declare": false, "span": { "start": 0, "end": 62, "ctxt": 0 }, "decorators": [], "body": [ { "type": "Constructor", "span": { "start": 39, "end": 60, "ctxt": 0 }, "key": { "type": "Identifier", "span": { "start": 39, "end": 50, "ctxt": 0 }, "value": "constructor", "optional": false }, "params": [ { "type": "Parameter", "span": { "start": 51, "end": 55, "ctxt": 0 }, "decorators": [], "pat": { "type": "Identifier", "span": { "start": 51, "end": 55, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 52, "end": 55, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 54, "end": 55, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 54, "end": 55, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } } } } ], "body": { "type": "BlockStatement", "span": { "start": 57, "end": 60, "ctxt": 0 }, "stmts": [] }, "accessibility": null, "isOptional": false } ], "superClass": null, "isAbstract": false, "typeParams": { "type": "TsTypeParameterDeclaration", "span": { "start": 7, "end": 23, "ctxt": 0 }, "parameters": [ { "type": "TsTypeParameter", "span": { "start": 8, "end": 22, "ctxt": 0 }, "name": { "type": "Identifier", "span": { "start": 8, "end": 9, "ctxt": 0 }, "value": "T", "optional": false }, "constraint": { "type": "TsTypeReference", "span": { "start": 18, "end": 22, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 18, "end": 19, "ctxt": 0 }, "value": "C", "optional": false }, "typeParams": { "type": "TsTypeParameterInstantiation", "span": { "start": 19, "end": 22, "ctxt": 0 }, "params": [ { "type": "TsTypeReference", "span": { "start": 20, "end": 21, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 20, "end": 21, "ctxt": 0 }, "value": "T", "optional": false }, "typeParams": null } ] } }, "default": null } ] }, "superTypeParams": null, "implements": [] }, { "type": "VariableDeclaration", "span": { "start": 64, "end": 81, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 68, "end": 80, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 68, "end": 69, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 72, "end": 80, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 76, "end": 77, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NumericLiteral", "span": { "start": 78, "end": 79, "ctxt": 0 }, "value": 1.0 } } ], "typeArguments": null }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 82, "end": 107, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 86, "end": 106, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 86, "end": 87, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": null }, "init": { "type": "NewExpression", "span": { "start": 90, "end": 106, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 94, "end": 95, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "NewExpression", "span": { "start": 96, "end": 105, "ctxt": 0 }, "callee": { "type": "Identifier", "span": { "start": 100, "end": 101, "ctxt": 0 }, "value": "C", "optional": false }, "arguments": [ { "spread": null, "expression": { "type": "StringLiteral", "span": { "start": 102, "end": 104, "ctxt": 0 }, "value": "", "hasEscape": false, "kind": { "type": "normal", "containsQuote": true } } } ], "typeArguments": null } } ], "typeArguments": null }, "definite": false } ] } ], "interpreter": null }