25 lines
816 B
JSON
25 lines
816 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":20,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":20}},
|
|
"errors": [
|
|
"SyntaxError: 'from' is not allowed as an identifier after 'export default'. (1:15)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":20,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":20}},
|
|
"sourceType": "module",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExportDefaultDeclaration",
|
|
"start":0,"end":20,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":20}},
|
|
"declaration": {
|
|
"type": "Identifier",
|
|
"start":15,"end":19,"loc":{"start":{"line":1,"column":15},"end":{"line":1,"column":19},"identifierName":"from"},
|
|
"name": "from"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |