{ "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": { "type": "Literal", "value": 42, "raw": "42", "range": [ 13, 15 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 15 } } }, "range": [ 9, 15 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 15 } } } ], "kind": "var", "range": [ 5, 15 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 15 } } }, "right": { "type": "Identifier", "name": "list", "range": [ 19, 23 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 23 } } }, "body": { "type": "ExpressionStatement", "expression": { "type": "CallExpression", "callee": { "type": "Identifier", "name": "process", "range": [ 25, 32 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 32 } } }, "arguments": [ { "type": "Identifier", "name": "x", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } } ], "range": [ 25, 35 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 35 } } }, "range": [ 25, 36 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 36 } } }, "each": false, "range": [ 0, 36 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } } } ], "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": "Punctuator", "value": "=", "range": [ 11, 12 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 12 } } }, { "type": "Numeric", "value": "42", "range": [ 13, 15 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 15 } } }, { "type": "Keyword", "value": "in", "range": [ 16, 18 ], "loc": { "start": { "line": 1, "column": 16 }, "end": { "line": 1, "column": 18 } } }, { "type": "Identifier", "value": "list", "range": [ 19, 23 ], "loc": { "start": { "line": 1, "column": 19 }, "end": { "line": 1, "column": 23 } } }, { "type": "Punctuator", "value": ")", "range": [ 23, 24 ], "loc": { "start": { "line": 1, "column": 23 }, "end": { "line": 1, "column": 24 } } }, { "type": "Identifier", "value": "process", "range": [ 25, 32 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 32 } } }, { "type": "Punctuator", "value": "(", "range": [ 32, 33 ], "loc": { "start": { "line": 1, "column": 32 }, "end": { "line": 1, "column": 33 } } }, { "type": "Identifier", "value": "x", "range": [ 33, 34 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 34 } } }, { "type": "Punctuator", "value": ")", "range": [ 34, 35 ], "loc": { "start": { "line": 1, "column": 34 }, "end": { "line": 1, "column": 35 } } }, { "type": "Punctuator", "value": ";", "range": [ 35, 36 ], "loc": { "start": { "line": 1, "column": 35 }, "end": { "line": 1, "column": 36 } } } ], "range": [ 0, 36 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 36 } } }