{ "type": "Program", "body": [ { "type": "WithStatement", "object": { "type": "Identifier", "name": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, "body": { "type": "BlockStatement", "body": [ { "type": "ExpressionStatement", "expression": { "type": "AssignmentExpression", "operator": "=", "left": { "type": "Identifier", "name": "foo", "range": [ 11, 14 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 14 } } }, "right": { "type": "Identifier", "name": "bar", "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } } }, "range": [ 11, 20 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 20 } } }, "range": [ 11, 21 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 21 } } } ], "range": [ 9, 22 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 22 } } }, "range": [ 0, 22 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 22 } } } ], "sourceType": "script", "tokens": [ { "type": "Keyword", "value": "with", "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": "Identifier", "value": "x", "range": [ 6, 7 ], "loc": { "start": { "line": 1, "column": 6 }, "end": { "line": 1, "column": 7 } } }, { "type": "Punctuator", "value": ")", "range": [ 7, 8 ], "loc": { "start": { "line": 1, "column": 7 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "{", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "foo", "range": [ 11, 14 ], "loc": { "start": { "line": 1, "column": 11 }, "end": { "line": 1, "column": 14 } } }, { "type": "Punctuator", "value": "=", "range": [ 15, 16 ], "loc": { "start": { "line": 1, "column": 15 }, "end": { "line": 1, "column": 16 } } }, { "type": "Identifier", "value": "bar", "range": [ 17, 20 ], "loc": { "start": { "line": 1, "column": 17 }, "end": { "line": 1, "column": 20 } } }, { "type": "Punctuator", "value": "}", "range": [ 21, 22 ], "loc": { "start": { "line": 1, "column": 21 }, "end": { "line": 1, "column": 22 } } } ], "range": [ 0, 22 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 22 } } }