{ "type": "Program", "body": [ { "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } }, "type": "ForOfStatement", "left": { "range": [ 5, 11 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 11 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 9, 11 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 11 } }, "type": "VariableDeclarator", "id": { "range": [ 9, 11 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 11 } }, "type": "Identifier", "name": "of" }, "init": null } ], "kind": "let" }, "right": { "range": [ 15, 18 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 18 } }, "type": "Identifier", "name": "xyz" }, "body": { "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } }, "type": "EmptyStatement" } } ], "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": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Keyword", "value": "let", "range": [ 5, 8 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "of", "range": [ 9, 11 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 11 } } }, { "type": "Identifier", "value": "of", "range": [ 12, 14 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 14 } } }, { "type": "Identifier", "value": "xyz", "range": [ 15, 18 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Punctuator", "value": ";", "range": [ 19, 20 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 20 } } } ], "range": [ 0, 20 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 20 } } }