{ "type": "Program", "body": [ { "type": "ForStatement", "init": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, "init": { "type": "Literal", "value": 0, "raw": "0", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, "range": [ 8, 13 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 13 } } } ], "kind": "let", "range": [ 4, 14 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 14 } } }, "test": null, "update": null, "body": { "type": "EmptyStatement", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } }, "range": [ 0, 17 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "for", "range": [ 0, 3 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 3 } } }, { "type": "Punctuator", "value": "(", "range": [ 3, 4 ], "loc": { "start": { "line": 1, "column": 3 }, "end": { "line": 1, "column": 4 } } }, { "type": "Keyword", "value": "let", "range": [ 4, 7 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 7 } } }, { "type": "Identifier", "value": "x", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "=", "range": [ 10, 11 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 11 } } }, { "type": "Numeric", "value": "0", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": ";", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": ";", "range": [ 14, 15 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 15 } } }, { "type": "Punctuator", "value": ")", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Punctuator", "value": ";", "range": [ 16, 17 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 17 } } } ], "range": [ 0, 17 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 17 } } }