25 lines
779 B
JSON
25 lines
779 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
|
|
"errors": [
|
|
"SyntaxError: Expecting Unicode escape sequence \\uXXXX. (1:1)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
|
|
"expression": {
|
|
"type": "Identifier",
|
|
"start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8},"identifierName":"\\aa"},
|
|
"name": "\\aa"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |