{ "type": "Program", "body": [ { "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 4, 7 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 } }, "type": "VariableDeclarator", "id": { "range": [ 4, 7 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 } }, "type": "Identifier", "name": "let" }, "init": null } ], "kind": "var" } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "var", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Keyword", "value": "let", "range": [ 4, 7 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": ";", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } } ], "range": [ 0, 8 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 8 } } }