{ "type": "Program", "statements": [ { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 14 } } }, "init": { "type": "NumberLiteral", "value": 1, "loc": { "start": { "line": 17, "column": 17 }, "end": { "line": 17, "column": 18 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 18 } } }, { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "ns", "loc": { "start": { "line": 17, "column": 20 }, "end": { "line": 17, "column": 22 } } }, "init": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 17, "column": 25 }, "end": { "line": 17, "column": 26 } } }, "loc": { "start": { "line": 17, "column": 20 }, "end": { "line": 17, "column": 26 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 27 } } }, { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 10 } } }, "right": { "type": "NumberLiteral", "value": 2, "loc": { "start": { "line": 18, "column": 13 }, "end": { "line": 18, "column": 14 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 14 } } }, "loc": { "start": { "line": 18, "column": 1 }, "end": { "line": 18, "column": 15 } } }, { "type": "ExpressionStatement", "expression": { "type": "UpdateExpression", "operator": "++", "prefix": false, "argument": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 10 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 12 } } }, "loc": { "start": { "line": 19, "column": 1 }, "end": { "line": 19, "column": 13 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "namespace", "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 10 } } }, "loc": { "start": { "line": 21, "column": 1 }, "end": { "line": 21, "column": 10 } } }, { "type": "ExpressionStatement", "expression": { "type": "Identifier", "name": "ns", "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 3 } } }, "loc": { "start": { "line": 22, "column": 1 }, "end": { "line": 22, "column": 3 } } }, { "type": "BlockStatement", "statements": [], "loc": { "start": { "line": 23, "column": 1 }, "end": { "line": 23, "column": 3 } } }, { "type": "TSModuleDeclaration", "id": { "type": "Identifier", "name": "N", "loc": { "start": { "line": 25, "column": 11 }, "end": { "line": 25, "column": 12 } } }, "body": { "type": "TSModuleBlock", "body": [], "loc": { "start": { "line": 25, "column": 13 }, "end": { "line": 25, "column": 15 } } }, "declare": false, "global": false, "loc": { "start": { "line": 25, "column": 1 }, "end": { "line": 25, "column": 15 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 25, "column": 15 } } }