{ "type": "Program", "body": [ { "range": [ 0, 13 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 13 } }, "type": "ExpressionStatement", "expression": { "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } }, "type": "Literal", "value": "use strict", "raw": "\"use strict\"" }, "directive": "use strict" }, { "range": [ 14, 37 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 37 } }, "type": "VariableDeclaration", "declarations": [ { "range": [ 18, 36 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 36 } }, "type": "VariableDeclarator", "id": { "range": [ 18, 30 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 30 } }, "type": "ObjectPattern", "properties": [ { "range": [ 20, 28 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 28 } }, "type": "Property", "key": { "range": [ 20, 25 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 25 } }, "type": "Identifier", "name": "yield" }, "computed": false, "value": { "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } }, "type": "Identifier", "name": "x" }, "kind": "init", "method": false, "shorthand": false } ] }, "init": { "range": [ 33, 36 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 36 } }, "type": "Identifier", "name": "foo" } } ], "kind": "var" } ], "sourceType": "script", "tokens": [ { "type": "String", "value": "\"use strict\"", "range": [ 0, 12 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 12 } } }, { "type": "Punctuator", "value": ";", "range": [ 12, 13 ], "loc": { "start": { "line": 1, "column": 12 }, "end": { "line": 1, "column": 13 } } }, { "type": "Keyword", "value": "var", "range": [ 14, 17 ], "loc": { "start": { "line": 1, "column": 14 }, "end": { "line": 1, "column": 17 } } }, { "type": "Punctuator", "value": "{", "range": [ 18, 19 ], "loc": { "start": { "line": 1, "column": 18 }, "end": { "line": 1, "column": 19 } } }, { "type": "Keyword", "value": "yield", "range": [ 20, 25 ], "loc": { "start": { "line": 1, "column": 20 }, "end": { "line": 1, "column": 25 } } }, { "type": "Punctuator", "value": ":", "range": [ 25, 26 ], "loc": { "start": { "line": 1, "column": 25 }, "end": { "line": 1, "column": 26 } } }, { "type": "Identifier", "value": "x", "range": [ 27, 28 ], "loc": { "start": { "line": 1, "column": 27 }, "end": { "line": 1, "column": 28 } } }, { "type": "Punctuator", "value": "}", "range": [ 29, 30 ], "loc": { "start": { "line": 1, "column": 29 }, "end": { "line": 1, "column": 30 } } }, { "type": "Punctuator", "value": "=", "range": [ 31, 32 ], "loc": { "start": { "line": 1, "column": 31 }, "end": { "line": 1, "column": 32 } } }, { "type": "Identifier", "value": "foo", "range": [ 33, 36 ], "loc": { "start": { "line": 1, "column": 33 }, "end": { "line": 1, "column": 36 } } }, { "type": "Punctuator", "value": ";", "range": [ 36, 37 ], "loc": { "start": { "line": 1, "column": 36 }, "end": { "line": 1, "column": 37 } } } ], "range": [ 0, 37 ], "loc": { "start": { "line": 1, "column": 0 }, "end": { "line": 1, "column": 37 } } }