25 lines
760 B
JSON
25 lines
760 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
|
|
"errors": [
|
|
"SyntaxError: Bad character escape sequence (1:3)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3}},
|
|
"expression": {
|
|
"type": "Identifier",
|
|
"start":0,"end":3,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":3},"identifierName":"a"},
|
|
"name": "a"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |