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

62 lines
2.2 KiB
JSON

{
"type": "File",
"start":0,"end":38,"loc":{"start":{"line":1,"column":0},"end":{"line":2,"column":22}},
"errors": [
"SyntaxError: `foo` has already been exported. Exported identifiers must be unique. (2:9)",
"SyntaxError: Export 'foo' is not defined (1:9)",
"SyntaxError: Export 'bar' is not defined (2:9)"
],
"program": {
"type": "Program",
"start":0,"end":38,"loc":{"start":{"line":1,"column":0},"end":{"line":2,"column":22}},
"sourceType": "module",
"interpreter": null,
"body": [
{
"type": "ExportNamedDeclaration",
"start":0,"end":15,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":15}},
"specifiers": [
{
"type": "ExportSpecifier",
"start":9,"end":12,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":12}},
"local": {
"type": "Identifier",
"start":9,"end":12,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":12},"identifierName":"foo"},
"name": "foo"
},
"exported": {
"type": "Identifier",
"start":9,"end":12,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":12},"identifierName":"foo"},
"name": "foo"
}
}
],
"source": null,
"declaration": null
},
{
"type": "ExportNamedDeclaration",
"start":16,"end":38,"loc":{"start":{"line":2,"column":0},"end":{"line":2,"column":22}},
"specifiers": [
{
"type": "ExportSpecifier",
"start":25,"end":35,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":19}},
"local": {
"type": "Identifier",
"start":25,"end":28,"loc":{"start":{"line":2,"column":9},"end":{"line":2,"column":12},"identifierName":"bar"},
"name": "bar"
},
"exported": {
"type": "Identifier",
"start":32,"end":35,"loc":{"start":{"line":2,"column":16},"end":{"line":2,"column":19},"identifierName":"foo"},
"name": "foo"
}
}
],
"source": null,
"declaration": null
}
],
"directives": []
}
}