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

65 lines
2.4 KiB
JSON

{
"type": "File",
"start":0,"end":47,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"program": {
"type": "Program",
"start":0,"end":47,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "FunctionDeclaration",
"start":0,"end":47,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"id": {
"type": "Identifier",
"start":10,"end":12,"loc":{"start":{"line":1,"column":10},"end":{"line":1,"column":12},"identifierName":"fn"},
"name": "fn"
},
"generator": true,
"async": false,
"params": [],
"body": {
"type": "BlockStatement",
"start":15,"end":47,"loc":{"start":{"line":1,"column":15},"end":{"line":3,"column":1}},
"body": [
{
"type": "FunctionDeclaration",
"start":19,"end":45,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":28}},
"id": {
"type": "Identifier",
"start":28,"end":31,"loc":{"start":{"line":2,"column":11},"end":{"line":2,"column":14},"identifierName":"fn2"},
"name": "fn2"
},
"generator": false,
"async": false,
"params": [
{
"type": "AssignmentPattern",
"start":32,"end":41,"loc":{"start":{"line":2,"column":15},"end":{"line":2,"column":24}},
"left": {
"type": "Identifier",
"start":32,"end":33,"loc":{"start":{"line":2,"column":15},"end":{"line":2,"column":16},"identifierName":"x"},
"name": "x"
},
"right": {
"type": "Identifier",
"start":36,"end":41,"loc":{"start":{"line":2,"column":19},"end":{"line":2,"column":24},"identifierName":"yield"},
"name": "yield"
}
}
],
"body": {
"type": "BlockStatement",
"start":43,"end":45,"loc":{"start":{"line":2,"column":26},"end":{"line":2,"column":28}},
"body": [],
"directives": []
}
}
],
"directives": []
}
}
],
"directives": []
}
}