{ "type": "Script", "span": { "start": 0, "end": 39, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 0, "end": 24, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 4, "end": 23, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 4, "end": 5, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 5, "end": 23, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeQuery", "span": { "start": 7, "end": 23, "ctxt": 0 }, "exprName": { "type": "Identifier", "span": { "start": 14, "end": 23, "ctxt": 0 }, "value": "undefined", "optional": false } } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 25, "end": 39, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 25, "end": 38, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 25, "end": 26, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 29, "end": 38, "ctxt": 0 }, "value": "undefined", "optional": false } } } ], "interpreter": null }