{ "type": "Program", "body": [ { "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } }, "type": "ForOfStatement", "left": { "range": [ 5, 17 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 17 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 11, 17 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 17 } }, "type": "VariableDeclarator", "id": { "range": [ 11, 17 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 17 } }, "type": "ObjectPattern", "properties": [ { "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } }, "type": "Property", "key": { "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } }, "type": "Identifier", "name": "x" }, "computed": false, "value": { "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } }, "type": "Identifier", "name": "x" }, "kind": "init", "method": false, "shorthand": true }, { "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } }, "type": "Property", "key": { "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } }, "type": "Identifier", "name": "y" }, "computed": false, "value": { "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } }, "type": "Identifier", "name": "y" }, "kind": "init", "method": false, "shorthand": true } ] }, "init": null } ], "kind": "const" }, "right": { "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } }, "type": "Identifier", "name": "z" }, "body": { "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } }, "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": "const", "range": [ 5, 10 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 10 } } }, { "type": "Punctuator", "value": "{", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Identifier", "value": "x", "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": "Identifier", "value": "y", "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 } } }, { "type": "Identifier", "value": "of", "range": [ 18, 20 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 20 } } }, { "type": "Identifier", "value": "z", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } }, { "type": "Punctuator", "value": ")", "range": [ 22, 23 ], "loc": { "start": { "line": 1, "column": 22 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ";", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } } ], "range": [ 0, 24 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 24 } } }