{ "type": "Script", "span": { "start": 83, "end": 235, "ctxt": 0 }, "body": [ { "type": "TsEnumDeclaration", "span": { "start": 83, "end": 101, "ctxt": 0 }, "declare": false, "isConst": false, "id": { "type": "Identifier", "span": { "start": 88, "end": 89, "ctxt": 0 }, "value": "E", "optional": false }, "members": [ { "type": "TsEnumMember", "span": { "start": 92, "end": 93, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 92, "end": 93, "ctxt": 0 }, "value": "a", "optional": false }, "init": null }, { "type": "TsEnumMember", "span": { "start": 95, "end": 96, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 95, "end": 96, "ctxt": 0 }, "value": "b", "optional": false }, "init": null }, { "type": "TsEnumMember", "span": { "start": 98, "end": 99, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 98, "end": 99, "ctxt": 0 }, "value": "c", "optional": false }, "init": null } ] }, { "type": "VariableDeclaration", "span": { "start": 103, "end": 119, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 107, "end": 118, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 107, "end": 109, "ctxt": 0 }, "value": "x1", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 109, "end": 118, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 111, "end": 118, "ctxt": 0 }, "kind": "boolean" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 120, "end": 129, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 120, "end": 128, "ctxt": 0 }, "operator": "+=", "left": { "type": "Identifier", "span": { "start": 120, "end": 122, "ctxt": 0 }, "value": "x1", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 126, "end": 128, "ctxt": 0 }, "value": "", "raw": "''" } } }, { "type": "VariableDeclaration", "span": { "start": 131, "end": 146, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 135, "end": 145, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 135, "end": 137, "ctxt": 0 }, "value": "x2", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 137, "end": 145, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 139, "end": 145, "ctxt": 0 }, "kind": "number" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 147, "end": 156, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 147, "end": 155, "ctxt": 0 }, "operator": "+=", "left": { "type": "Identifier", "span": { "start": 147, "end": 149, "ctxt": 0 }, "value": "x2", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 153, "end": 155, "ctxt": 0 }, "value": "", "raw": "''" } } }, { "type": "VariableDeclaration", "span": { "start": 158, "end": 168, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 162, "end": 167, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 162, "end": 164, "ctxt": 0 }, "value": "x3", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 164, "end": 167, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeReference", "span": { "start": 166, "end": 167, "ctxt": 0 }, "typeName": { "type": "Identifier", "span": { "start": 166, "end": 167, "ctxt": 0 }, "value": "E", "optional": false }, "typeParams": null } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 169, "end": 178, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 169, "end": 177, "ctxt": 0 }, "operator": "+=", "left": { "type": "Identifier", "span": { "start": 169, "end": 171, "ctxt": 0 }, "value": "x3", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 175, "end": 177, "ctxt": 0 }, "value": "", "raw": "''" } } }, { "type": "VariableDeclaration", "span": { "start": 180, "end": 200, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 184, "end": 199, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 184, "end": 186, "ctxt": 0 }, "value": "x4", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 186, "end": 199, "ctxt": 0 }, "typeAnnotation": { "type": "TsTypeLiteral", "span": { "start": 188, "end": 199, "ctxt": 0 }, "members": [ { "type": "TsPropertySignature", "span": { "start": 189, "end": 198, "ctxt": 0 }, "readonly": false, "key": { "type": "Identifier", "span": { "start": 189, "end": 190, "ctxt": 0 }, "value": "a", "optional": false }, "computed": false, "optional": false, "init": null, "params": [], "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 190, "end": 198, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 192, "end": 198, "ctxt": 0 }, "kind": "string" } }, "typeParams": null } ] } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 201, "end": 210, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 201, "end": 209, "ctxt": 0 }, "operator": "+=", "left": { "type": "Identifier", "span": { "start": 201, "end": 203, "ctxt": 0 }, "value": "x4", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 207, "end": 209, "ctxt": 0 }, "value": "", "raw": "''" } } }, { "type": "VariableDeclaration", "span": { "start": 212, "end": 225, "ctxt": 0 }, "kind": "var", "declare": false, "declarations": [ { "type": "VariableDeclarator", "span": { "start": 216, "end": 224, "ctxt": 0 }, "id": { "type": "Identifier", "span": { "start": 216, "end": 218, "ctxt": 0 }, "value": "x5", "optional": false, "typeAnnotation": { "type": "TsTypeAnnotation", "span": { "start": 218, "end": 224, "ctxt": 0 }, "typeAnnotation": { "type": "TsKeywordType", "span": { "start": 220, "end": 224, "ctxt": 0 }, "kind": "void" } } }, "init": null, "definite": false } ] }, { "type": "ExpressionStatement", "span": { "start": 226, "end": 235, "ctxt": 0 }, "expression": { "type": "AssignmentExpression", "span": { "start": 226, "end": 234, "ctxt": 0 }, "operator": "+=", "left": { "type": "Identifier", "span": { "start": 226, "end": 228, "ctxt": 0 }, "value": "x5", "optional": false, "typeAnnotation": null }, "right": { "type": "StringLiteral", "span": { "start": 232, "end": 234, "ctxt": 0 }, "value": "", "raw": "''" } } } ], "interpreter": null }