{ "type": "Program", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "eval", "range": [ 0, 4 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 4 } } }, "right": { "type": "Literal", "value": 42, "raw": "42", "range": [ 7, 9 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 9 } } }, "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }, "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } } ], "sourceType": "script", "tokens": [ { "type": "Identifier", "value": "eval", "range": [ 0, 4 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 4 } } }, { "type": "Punctuator", "value": "=", "range": [ 5, 6 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 6 } } }, { "type": "Numeric", "value": "42", "range": [ 7, 9 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 9 } } } ], "range": [ 0, 9 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 9 } } }