{ "type": "Program", "statements": [ { "type": "ExportNamedDeclaration", "declaration": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 17, "column": 19 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 17, "column": 22 }, "end": { "line": 17, "column": 23 } } }, "loc": { "start": { "line": 17, "column": 12 }, "end": { "line": 17, "column": 23 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "global", "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 31 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 34 }, "end": { "line": 17, "column": 35 } } }, "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 35 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 8 }, "end": { "line": 17, "column": 36 } } }, "source": null, "specifiers": [], "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 36 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "global", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 7 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 18, "column": 10 }, "end": { "line": 18, "column": 11 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 11 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 12 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "global", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 7 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 9 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 10 } } }, { "type": "TSModuleDeclaration", "id": { "type": "Identifier", "name": "global", "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 21, "column": 15 } } }, "body": { "type": "TSModuleBlock", "body": [], "loc": { "start": { "line": 21, "column": 16 }, "end": { "line": 21, "column": 18 } } }, "declare": true, "global": true, "loc": { "start": { "line": 21, "column": 9 }, "end": { "line": 23, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 8 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "global", "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 7 } } }, "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 7 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 25, "column": 1 } } }