{ "range": [ 0, 14 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 14 } }, "type": "Program", "body": [ { "range": [ 0, 14 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 14 } }, "type": "ExpressionStatement", "expression": { "range": [ 1, 13 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 13 } }, "type": "AssignmentExpression", "operator": "=", "left": { "range": [ 1, 9 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 9 } }, "type": "MemberExpression", "computed": true, "object": { "range": [ 1, 4 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 4 } }, "type": "Identifier", "name": "let" }, "property": { "range": [ 5, 8 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 8 } }, "type": "Identifier", "name": "foo" } }, "right": { "range": [ 10, 13 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 13 } }, "type": "Identifier", "name": "bar" } } } ], "sourceType": "script", "tokens": [ { "type": "Punctuator", "value": "(", "range": [ 0, 1 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 1 } } }, { "type": "Keyword", "value": "let", "range": [ 1, 4 ], "loc": { "start": { "line": 1, "column": 1 }, "end": { "line": 1, "column": 4 } } }, { "type": "Punctuator", "value": "[", "range": [ 4, 5 ], "loc": { "start": { "line": 1, "column": 4 }, "end": { "line": 1, "column": 5 } } }, { "type": "Identifier", "value": "foo", "range": [ 5, 8 ], "loc": { "start": { "line": 1, "column": 5 }, "end": { "line": 1, "column": 8 } } }, { "type": "Punctuator", "value": "]", "range": [ 8, 9 ], "loc": { "start": { "line": 1, "column": 8 }, "end": { "line": 1, "column": 9 } } }, { "type": "Punctuator", "value": "=", "range": [ 9, 10 ], "loc": { "start": { "line": 1, "column": 9 }, "end": { "line": 1, "column": 10 } } }, { "type": "Identifier", "value": "bar", "range": [ 10, 13 ], "loc": { "start": { "line": 1, "column": 10 }, "end": { "line": 1, "column": 13 } } }, { "type": "Punctuator", "value": ")", "range": [ 13, 14 ], "loc": { "start": { "line": 1, "column": 13 }, "end": { "line": 1, "column": 14 } } } ] }