{ "type": "Program", "body": [ { "type": "ForInStatement", "left": { "type": "VariableDeclaration", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "x", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, "init": null, "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } } ], "kind": "var", "range": [ 5, 10 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 10 } } }, "right": { "type": "Identifier", "name": "list", "range": [ 14, 18 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 18 } } }, "body": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "process", "range": [ 20, 27 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 27 } } }, "arguments": [ { "type": "Identifier", "name": "x", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } } ], "range": [ 20, 30 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 30 } } }, "range": [ 20, 31 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 31 } } }, "each": false, "range": [ 0, 31 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 31 } } } ], "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": "var", "range": [ 5, 8 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 8 } } }, { "type": "Identifier", "value": "x", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Keyword", "value": "in", "range": [ 11, 13 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 13 } } }, { "type": "Identifier", "value": "list", "range": [ 14, 18 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 18 } } }, { "type": "Punctuator", "value": ")", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Identifier", "value": "process", "range": [ 20, 27 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 27 } } }, { "type": "Punctuator", "value": "(", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Identifier", "value": "x", "range": [ 28, 29 ], "loc": { "start": { "line": 1, "column": 28 }, "end": { "line": 1, "column": 29 } } }, { "type": "Punctuator", "value": ")", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": ";", "range": [ 30, 31 ], "loc": { "start": { "line": 1, "column": 30 }, "end": { "line": 1, "column": 31 } } } ], "range": [ 0, 31 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 31 } } }