Huáng Jùnliàng dc7c5640e9
Compact parser fixture loc info (#11322)
* chore: compact loc information in parser fixtures

* chore: update test fixtures
2020-03-23 20:10:29 -04:00

53 lines
1.9 KiB
JSON

{
"type": "File",
"start":0,"end":40,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"errors": [
"SyntaxError: await* has been removed from the async functions proposal. Use Promise.all() instead. (2:2)"
],
"program": {
"type": "Program",
"start":0,"end":40,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "FunctionDeclaration",
"start":0,"end":40,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"id": {
"type": "Identifier",
"start":15,"end":18,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":18},"identifierName":"bar"},
"name": "bar"
},
"generator": false,
"async": true,
"params": [],
"body": {
"type": "BlockStatement",
"start":21,"end":40,"loc":{"start":{"line":1,"column":21},"end":{"line":3,"column":1}},
"body": [
{
"type": "ExpressionStatement",
"start":25,"end":38,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":15}},
"expression": {
"type": "AwaitExpression",
"start":25,"end":37,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":14}},
"argument": {
"type": "CallExpression",
"start":32,"end":37,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":14}},
"callee": {
"type": "Identifier",
"start":32,"end":35,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":12},"identifierName":"foo"},
"name": "foo"
},
"arguments": []
}
}
}
],
"directives": []
}
}
],
"directives": []
}
}