{ "type": "Script", "span": { "start": 1, "end": 59, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 1, "end": 13, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 5, "end": 12, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 5, "end": 6, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 6, "end": 12, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 8, "end": 12, "ctxt": 0 }, "kind": "void" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 14, "end": 25, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 18, "end": 24, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 18, "end": 19, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 19, "end": 24, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 21, "end": 24, "ctxt": 0 }, "kind": "any" } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 26, "end": 38, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 30, "end": 37, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 30, "end": 31, "ctxt": 0 }, "value": "z", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 31, "end": 37, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 33, "end": 37, "ctxt": 0 }, "kind": "void" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 39, "end": 45, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 39, "end": 44, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 39, "end": 40, "ctxt": 0 }, "value": "y", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 43, "end": 44, "ctxt": 0 }, "value": "x", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 46, "end": 52, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 46, "end": 51, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 46, "end": 47, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 50, "end": 51, "ctxt": 0 }, "value": "y", "optional": false } } }, { "type": "ExpressionStatement", "span": { "start": 53, "end": 59, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 53, "end": 58, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 53, "end": 54, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 57, "end": 58, "ctxt": 0 }, "value": "z", "optional": false } } } ], "interpreter": null }