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

89 lines
3.0 KiB
JSON

{
"type": "File",
"start":0,"end":76,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":24}},
"program": {
"type": "Program",
"start":0,"end":76,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":24}},
"sourceType": "module",
"interpreter": null,
"body": [
{
"type": "ExportNamedDeclaration",
"start":0,"end":76,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":24}},
"specifiers": [
{
"type": "ExportSpecifier",
"start":21,"end":24,"loc":{"start":{"line":2,"column":12},"end":{"line":2,"column":15}},
"local": {
"type": "Identifier",
"start":21,"end":24,"loc":{"start":{"line":2,"column":12},"end":{"line":2,"column":15},"identifierName":"Foo"},
"name": "Foo"
},
"exported": {
"type": "Identifier",
"start":21,"end":24,"loc":{"start":{"line":2,"column":12},"end":{"line":2,"column":15},"identifierName":"Foo"},
"name": "Foo"
},
"leadingComments": [
{
"type": "CommentBlock",
"value": " One ",
"start":11,"end":20,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":11}}
}
],
"trailingComments": [
{
"type": "CommentBlock",
"value": " Two ",
"start":27,"end":36,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":11}}
},
{
"type": "CommentBlock",
"value": " Three ",
"start":40,"end":51,"loc":{"start":{"line":4,"column":2},"end":{"line":4,"column":13}}
},
{
"type": "CommentBlock",
"value": " Four ",
"start":54,"end":64,"loc":{"start":{"line":5,"column":2},"end":{"line":5,"column":12}}
}
]
}
],
"source": {
"type": "StringLiteral",
"start":70,"end":75,"loc":{"start":{"line":5,"column":18},"end":{"line":5,"column":23}},
"extra": {
"rawValue": "foo",
"raw": "\"foo\""
},
"value": "foo"
},
"declaration": null
}
],
"directives": []
},
"comments": [
{
"type": "CommentBlock",
"value": " One ",
"start":11,"end":20,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":11}}
},
{
"type": "CommentBlock",
"value": " Two ",
"start":27,"end":36,"loc":{"start":{"line":3,"column":2},"end":{"line":3,"column":11}}
},
{
"type": "CommentBlock",
"value": " Three ",
"start":40,"end":51,"loc":{"start":{"line":4,"column":2},"end":{"line":4,"column":13}}
},
{
"type": "CommentBlock",
"value": " Four ",
"start":54,"end":64,"loc":{"start":{"line":5,"column":2},"end":{"line":5,"column":12}}
}
]
}