{ "type": "Script", "span": { "start": 0, "end": 39, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 0, "end": 10, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 4, "end": 9, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 4, "end": 5, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "init": { "type": "NumericLiteral", "span": { "start": 8, "end": 9, "ctxt": 0 }, "value": 1.0 }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 11, "end": 25, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 15, "end": 24, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 15, "end": 16, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 16, "end": 24, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 18, "end": 24, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 18, "end": 24, "ctxt": 0 }, "value": "Number", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 26, "end": 32, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 26, "end": 31, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 26, "end": 27, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "a", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 33, "end": 39, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 33, "end": 38, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 33, "end": 34, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 37, "end": 38, "ctxt": 0 }, "value": "x", "optional": false } } } ], "interpreter": null }