{ "type": "Script", "span": { "start": 0, "end": 113, "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": 12, "end": 27, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 16, "end": 26, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 16, "end": 17, "ctxt": 0 }, "value": "a", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 17, "end": 22, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 19, "end": 22, "ctxt": 0 }, "kind": "any" } } }, "init": { "type": "Identifier", "span": { "start": 25, "end": 26, "ctxt": 0 }, "value": "x", "optional": false }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 28, "end": 46, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 32, "end": 45, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 32, "end": 33, "ctxt": 0 }, "value": "b", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 33, "end": 41, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 35, "end": 41, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 35, "end": 41, "ctxt": 0 }, "value": "Object", "optional": false }, "typeParams": null } } }, "init": { "type": "Identifier", "span": { "start": 44, "end": 45, "ctxt": 0 }, "value": "x", "optional": false }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 47, "end": 65, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 51, "end": 64, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 51, "end": 52, "ctxt": 0 }, "value": "c", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 52, "end": 60, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 54, "end": 60, "ctxt": 0 }, "kind": "number" } } }, "init": { "type": "Identifier", "span": { "start": 63, "end": 64, "ctxt": 0 }, "value": "x", "optional": false }, "definite": false } ] }, { "type": "TsEnumDeclaration", "span": { "start": 66, "end": 78, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 71, "end": 72, "ctxt": 0 }, "value": "E", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 75, "end": 76, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 75, "end": 76, "ctxt": 0 }, "value": "A", "optional": false }, "init": null } ] }, { "type": "EmptyStatement", "span": { "start": 78, "end": 79, "ctxt": 0 } }, { "type": "VariableDeclaration", "span": { "start": 80, "end": 93, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 84, "end": 92, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 84, "end": 85, "ctxt": 0 }, "value": "d", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 85, "end": 88, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 87, "end": 88, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 87, "end": 88, "ctxt": 0 }, "value": "E", "optional": false }, "typeParams": null } } }, "init": { "type": "Identifier", "span": { "start": 91, "end": 92, "ctxt": 0 }, "value": "x", "optional": false }, "definite": false } ] }, { "type": "VariableDeclaration", "span": { "start": 94, "end": 106, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 98, "end": 105, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 98, "end": 99, "ctxt": 0 }, "value": "e", "optional": false, "typeAnnotation": null }, "init": { "type": "MemberExpression", "span": { "start": 102, "end": 105, "ctxt": 0 }, "object": { "type": "Identifier", "span": { "start": 102, "end": 103, "ctxt": 0 }, "value": "E", "optional": false }, "property": { "type": "Identifier", "span": { "start": 104, "end": 105, "ctxt": 0 }, "value": "A", "optional": false } }, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 107, "end": 113, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 107, "end": 112, "ctxt": 0 }, "operator": "=", "left": { "type": "Identifier", "span": { "start": 107, "end": 108, "ctxt": 0 }, "value": "e", "optional": false, "typeAnnotation": null }, "right": { "type": "Identifier", "span": { "start": 111, "end": 112, "ctxt": 0 }, "value": "x", "optional": false } } } ], "interpreter": null }