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

68 lines
2.5 KiB
JSON

{
"type": "File",
"start":0,"end":40,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"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":10,"end":14,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":14},"identifierName":"wrap"},
"name": "wrap"
},
"generator": true,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start":17,"end":40,"loc":{"start":{"line":1,"column":17},"end":{"line":3,"column":1}},
"body": [
{
"type": "ExpressionStatement",
"start":23,"end":38,"loc":{"start":{"line":2,"column":4},"end":{"line":2,"column":19}},
"expression": {
"type": "ObjectExpression",
"start":24,"end":37,"loc":{"start":{"line":2,"column":5},"end":{"line":2,"column":18}},
"properties": [
{
"type": "ObjectMethod",
"start":25,"end":36,"loc":{"start":{"line":2,"column":6},"end":{"line":2,"column":17}},
"method": true,
"key": {
"type": "Identifier",
"start":26,"end":31,"loc":{"start":{"line":2,"column":7},"end":{"line":2,"column":12},"identifierName":"yield"},
"name": "yield"
},
"computed": false,
"kind": "method",
"id": null,
"generator": true,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start":34,"end":36,"loc":{"start":{"line":2,"column":15},"end":{"line":2,"column":17}},
"body": [],
"directives": []
}
}
],
"extra": {
"parenthesized": true,
"parenStart": 23
}
}
}
],
"directives": []
}
}
],
"directives": []
}
}