{ "type": "Script", "span": { "start": 53, "end": 221, "ctxt": 0 }, "body": [ { "type": "VariableDeclaration", "span": { "start": 53, "end": 67, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 57, "end": 66, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 57, "end": 58, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 58, "end": 66, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 60, "end": 66, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 68, "end": 81, "ctxt": 0 }, "expression": { "type": "BinaryExpression", "span": { "start": 68, "end": 80, "ctxt": 0 }, "operator": "??", "left": { "type": "Identifier", "span": { "start": 68, "end": 69, "ctxt": 0 }, "value": "o", "optional": false }, "right": { "type": "ParenthesisExpression", "span": { "start": 73, "end": 80, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 74, "end": 79, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 74, "end": 75, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": null }, "right": { "type": "NumericLiteral", "span": { "start": 78, "end": 79, "ctxt": 0 }, "value": 1.0 } } } } }, { "type": "ExpressionStatement", "span": { "start": 82, "end": 95, "ctxt": 0 }, "expression": { "type": "CallExpression", "span": { "start": 82, "end": 94, "ctxt": 0 }, "callee": { "type": "MemberExpression", "span": { "start": 82, "end": 92, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 82, "end": 83, "ctxt": 0 }, "value": "a", "optional": false }, "property": { "type": "Identifier", "span": { "start": 84, "end": 92, "ctxt": 0 }, "value": "toString", "optional": false } }, "arguments": [], "typeArguments": null } }, { "type": "VariableDeclaration", "span": { "start": 116, "end": 159, "ctxt": 0 }, "kind": "const", "declare": true, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 130, "end": 158, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 130, "end": 131, "ctxt": 0 }, "value": "o", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 131, "end": 158, "ctxt": 0 }, "typeAnnotation": { "type": "TsUnionType", "span": { "start": 133, "end": 158, "ctxt": 0 }, "types": [ { "type": "TsTypeLiteral", "span": { "start": 133, "end": 146, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 135, "end": 144, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 135, "end": 136, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 136, "end": 144, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 138, "end": 144, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] }, { "type": "TsKeywordType", "span": { "start": 149, "end": 158, "ctxt": 0 }, "kind": "undefined" } ] } } }, "init": null, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 160, "end": 191, "ctxt": 0 }, "kind": "let", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 164, "end": 190, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 164, "end": 165, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 165, "end": 190, "ctxt": 0 }, "typeAnnotation": { "type": "TsUnionType", "span": { "start": 167, "end": 190, "ctxt": 0 }, "types": [ { "type": "TsTypeLiteral", "span": { "start": 167, "end": 180, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 169, "end": 178, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 169, "end": 170, "ctxt": 0 }, "value": "x", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 170, "end": 178, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 172, "end": 178, "ctxt": 0 }, "kind": "number" } }, "typeParams": null } ] }, { "type": "TsKeywordType", "span": { "start": 183, "end": 190, "ctxt": 0 }, "kind": "boolean" } ] } } }, "init": null, "definite": false } ] }, { "type": "IfStatement", "span": { "start": 192, "end": 221, "ctxt": 0 }, "test": { "type": "AssignmentExpression", "span": { "start": 196, "end": 209, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 196, "end": 197, "ctxt": 0 }, "value": "x", "optional": false, "typeAnnotation": null }, "right": { "type": "BinaryExpression", "span": { "start": 200, "end": 209, "ctxt": 0 }, "operator": "??", "left": { "type": "Identifier", "span": { "start": 200, "end": 201, "ctxt": 0 }, "value": "o", "optional": false }, "right": { "type": "BooleanLiteral", "span": { "start": 205, "end": 209, "ctxt": 0 }, "value": true } } }, "consequent": { "type": "BlockStatement", "span": { "start": 211, "end": 221, "ctxt": 0 }, "stmts": [ { "type": "ExpressionStatement", "span": { "start": 217, "end": 219, "ctxt": 0 }, "expression": { "type": "Identifier", "span": { "start": 217, "end": 218, "ctxt": 0 }, "value": "x", "optional": false } } ] }, "alternate": null } ], "interpreter": null }