* fix: throw expect jsx plugin error when an idStart or > is seen * fix: avoid throwing undefined * add test case
26 lines
692 B
JSON
26 lines
692 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [],
|
|
"directives": [],
|
|
"innerComments": [
|
|
{
|
|
"type": "CommentLine",
|
|
"value": "a",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}}
|
|
}
|
|
]
|
|
},
|
|
"comments": [
|
|
{
|
|
"type": "CommentLine",
|
|
"value": "a",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}}
|
|
}
|
|
]
|
|
} |