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":50,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"program": {
"type": "Program",
"start":0,"end":50,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "FunctionDeclaration",
"start":0,"end":50,"loc":{"start":{"line":1,"column":0},"end":{"line":3,"column":1}},
"id": {
"type": "Identifier",
"start":15,"end":17,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":17},"identifierName":"fn"},
"name": "fn"
},
"generator": false,
"async": true,
"params": [],
"body": {
"type": "BlockStatement",
"start":20,"end":50,"loc":{"start":{"line":1,"column":20},"end":{"line":3,"column":1}},
"body": [
{
"type": "FunctionDeclaration",
"start":24,"end":48,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":26}},
"id": {
"type": "Identifier",
"start":33,"end":34,"loc":{"start":{"line":2,"column":11},"end":{"line":2,"column":12},"identifierName":"g"},
"name": "g"
},
"generator": false,
"async": false,
"params": [
{
"type": "AssignmentPattern",
"start":35,"end":44,"loc":{"start":{"line":2,"column":13},"end":{"line":2,"column":22}},
"left": {
"type": "Identifier",
"start":35,"end":36,"loc":{"start":{"line":2,"column":13},"end":{"line":2,"column":14},"identifierName":"x"},
"name": "x"
},
"right": {
"type": "Identifier",
"start":39,"end":44,"loc":{"start":{"line":2,"column":17},"end":{"line":2,"column":22},"identifierName":"await"},
"name": "await"
}
}
],
"body": {
"type": "BlockStatement",
"start":46,"end":48,"loc":{"start":{"line":2,"column":24},"end":{"line":2,"column":26}},
"body": [],
"directives": []
}
}
],
"directives": []
}
}
],
"directives": []
}
}