{ "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": 1, "loc": { "start": { "line": 17, "column": 15 }, "end": { "line": 17, "column": 16 } } }, "loc": { "start": { "line": 17, "column": 5 }, "end": { "line": 17, "column": 16 } } } ], "kind": "var", "loc": { "start": { "line": 17, "column": 1 }, "end": { "line": 17, "column": 17 } } }, { "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 } } } ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 19, "column": 1 } } }