29 lines
830 B
JSON
29 lines
830 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":2,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":2}},
|
|
"errors": [
|
|
"SyntaxError: Expected number in radix 8 (1:2)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":2,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":2}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":2,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":2}},
|
|
"expression": {
|
|
"type": "NumericLiteral",
|
|
"start":0,"end":2,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":2}},
|
|
"extra": {
|
|
"rawValue": null,
|
|
"raw": "0O"
|
|
},
|
|
"value": null
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |