{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 12 } } }, "init": { "type": "NumberLiteral", "value": 0, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 16 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 27 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 30 }, "end": { "line": 17, "column": 31 } } }, "loc": { "start": { "line": 17, "column": 18 }, "end": { "line": 17, "column": 31 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ns", "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 35 } } }, "init": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 17, "column": 38 }, "end": { "line": 17, "column": 39 } } }, "loc": { "start": { "line": 17, "column": 33 }, "end": { "line": 17, "column": 39 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 40 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 8 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 18, "column": 11 }, "end": { "line": 18, "column": 12 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 12 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 8 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 11 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 8 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 8 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 10 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 10 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "ns", "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 3 } } }, "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 3 } } }, { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 24, "column": 1 }, "end": { "line": 24, "column": 3 } } }, { "type": "TSModuleDeclaration", "id": { "type": "Identifier", "name": "declare", "loc": { "start": { "line": 26, "column": 19 }, "end": { "line": 26, "column": 26 } } }, "body": { "type": "TSModuleBlock", "body": [], "loc": { "start": { "line": 26, "column": 27 }, "end": { "line": 26, "column": 29 } } }, "declare": true, "global": false, "loc": { "start": { "line": 26, "column": 9 }, "end": { "line": 26, "column": 29 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 26, "column": 29 } } }