{ "type": "File", "start":0,"end":36,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":36}}, "errors": [ "SyntaxError: Can not use 'await' as identifier inside an async function (1:14)" ], "program": { "type": "Program", "start":0,"end":36,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":36}}, "sourceType": "script", "interpreter": null, "body": [ { "type": "ExpressionStatement", "start":0,"end":36,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":36}}, "expression": { "type": "ArrowFunctionExpression", "start":0,"end":35,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":35}}, "id": null, "generator": false, "async": true, "params": [ { "type": "AssignmentPattern", "start":7,"end":28,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":28}}, "left": { "type": "Identifier", "start":7,"end":8,"loc":{"start":{"line":1,"column":7},"end":{"line":1,"column":8},"identifierName":"a"}, "name": "a" }, "right": { "type": "ArrowFunctionExpression", "start":11,"end":28,"loc":{"start":{"line":1,"column":11},"end":{"line":1,"column":28}}, "id": null, "generator": false, "async": false, "params": [ { "type": "ObjectPattern", "start":12,"end":21,"loc":{"start":{"line":1,"column":12},"end":{"line":1,"column":21}}, "properties": [ { "type": "ObjectProperty", "start":14,"end":19,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":19}}, "extra": { "shorthand": true }, "method": false, "key": { "type": "Identifier", "start":14,"end":19,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":19},"identifierName":"await"}, "name": "await" }, "computed": false, "shorthand": true, "value": { "type": "Identifier", "start":14,"end":19,"loc":{"start":{"line":1,"column":14},"end":{"line":1,"column":19},"identifierName":"await"}, "name": "await" } } ] } ], "body": { "type": "BlockStatement", "start":26,"end":28,"loc":{"start":{"line":1,"column":26},"end":{"line":1,"column":28}}, "body": [], "directives": [] } } } ], "body": { "type": "BlockStatement", "start":33,"end":35,"loc":{"start":{"line":1,"column":33},"end":{"line":1,"column":35}}, "body": [], "directives": [] } } } ], "directives": [] } }