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

132 lines
4.9 KiB
JSON

{
"type": "File",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":3}},
"program": {
"type": "Program",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":3}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "ExpressionStatement",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":3}},
"expression": {
"type": "JSXFragment",
"start":0,"end":62,"loc":{"start":{"line":1,"column":0},"end":{"line":7,"column":3}},
"openingFragment": {
"type": "JSXOpeningFragment",
"start":0,"end":30,"loc":{"start":{"line":1,"column":0},"end":{"line":4,"column":1}},
"innerComments": [
{
"type": "CommentLine",
"value": " comment1",
"start":2,"end":13,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":11}}
},
{
"type": "CommentBlock",
"value": " comment2 ",
"start":14,"end":28,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":14}}
}
]
},
"closingFragment": {
"type": "JSXClosingFragment",
"start":59,"end":62,"loc":{"start":{"line":7,"column":0},"end":{"line":7,"column":3}}
},
"children": [
{
"type": "JSXText",
"start":30,"end":33,"loc":{"start":{"line":4,"column":1},"end":{"line":5,"column":2}},
"extra": {
"rawValue": "\n ",
"raw": "\n "
},
"value": "\n "
},
{
"type": "JSXElement",
"start":33,"end":44,"loc":{"start":{"line":5,"column":2},"end":{"line":5,"column":13}},
"openingElement": {
"type": "JSXOpeningElement",
"start":33,"end":38,"loc":{"start":{"line":5,"column":2},"end":{"line":5,"column":7}},
"name": {
"type": "JSXIdentifier",
"start":34,"end":37,"loc":{"start":{"line":5,"column":3},"end":{"line":5,"column":6}},
"name": "div"
},
"attributes": [],
"selfClosing": false
},
"closingElement": {
"type": "JSXClosingElement",
"start":38,"end":44,"loc":{"start":{"line":5,"column":7},"end":{"line":5,"column":13}},
"name": {
"type": "JSXIdentifier",
"start":40,"end":43,"loc":{"start":{"line":5,"column":9},"end":{"line":5,"column":12}},
"name": "div"
}
},
"children": []
},
{
"type": "JSXText",
"start":44,"end":47,"loc":{"start":{"line":5,"column":13},"end":{"line":6,"column":2}},
"extra": {
"rawValue": "\n ",
"raw": "\n "
},
"value": "\n "
},
{
"type": "JSXElement",
"start":47,"end":58,"loc":{"start":{"line":6,"column":2},"end":{"line":6,"column":13}},
"openingElement": {
"type": "JSXOpeningElement",
"start":47,"end":52,"loc":{"start":{"line":6,"column":2},"end":{"line":6,"column":7}},
"name": {
"type": "JSXIdentifier",
"start":48,"end":51,"loc":{"start":{"line":6,"column":3},"end":{"line":6,"column":6}},
"name": "div"
},
"attributes": [],
"selfClosing": false
},
"closingElement": {
"type": "JSXClosingElement",
"start":52,"end":58,"loc":{"start":{"line":6,"column":7},"end":{"line":6,"column":13}},
"name": {
"type": "JSXIdentifier",
"start":54,"end":57,"loc":{"start":{"line":6,"column":9},"end":{"line":6,"column":12}},
"name": "div"
}
},
"children": []
},
{
"type": "JSXText",
"start":58,"end":59,"loc":{"start":{"line":6,"column":13},"end":{"line":7,"column":0}},
"extra": {
"rawValue": "\n",
"raw": "\n"
},
"value": "\n"
}
]
}
}
],
"directives": []
},
"comments": [
{
"type": "CommentLine",
"value": " comment1",
"start":2,"end":13,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":11}}
},
{
"type": "CommentBlock",
"value": " comment2 ",
"start":14,"end":28,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":14}}
}
]
}