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

71 lines
2.6 KiB
JSON

{
"type": "File",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":10}},
"program": {
"type": "Program",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":10}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "ExpressionStatement",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":10}},
"expression": {
"type": "JSXElement",
"start":0,"end":51,"loc":{"start":{"line":1,"column":0},"end":{"line":5,"column":10}},
"openingElement": {
"type": "JSXOpeningElement",
"start":0,"end":32,"loc":{"start":{"line":1,"column":0},"end":{"line":2,"column":23}},
"name": {
"type": "JSXIdentifier",
"start":1,"end":8,"loc":{"start":{"line":1,"column":1},"end":{"line":1,"column":8}},
"name": "AbC-def"
},
"attributes": [
{
"type": "JSXAttribute",
"start":11,"end":31,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":22}},
"name": {
"type": "JSXIdentifier",
"start":11,"end":15,"loc":{"start":{"line":2,"column":2},"end":{"line":2,"column":6}},
"name": "test"
},
"value": {
"type": "StringLiteral",
"start":16,"end":31,"loc":{"start":{"line":2,"column":7},"end":{"line":2,"column":22}},
"extra": {
"rawValue": "&&",
"raw": "\"&&\""
},
"value": "&&"
}
}
],
"selfClosing": false
},
"closingElement": {
"type": "JSXClosingElement",
"start":41,"end":51,"loc":{"start":{"line":5,"column":0},"end":{"line":5,"column":10}},
"name": {
"type": "JSXIdentifier",
"start":43,"end":50,"loc":{"start":{"line":5,"column":2},"end":{"line":5,"column":9}},
"name": "AbC-def"
}
},
"children": [
{
"type": "JSXText",
"start":32,"end":41,"loc":{"start":{"line":2,"column":23},"end":{"line":5,"column":0}},
"extra": {
"rawValue": "\nbar\nbaz\n",
"raw": "\nbar\nbaz\n"
},
"value": "\nbar\nbaz\n"
}
]
}
}
],
"directives": []
}
}