2020-07-29 18:32:12 -04:00

30 lines
939 B
JSON

{
"type": "File",
"start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"errors": [
"SyntaxError: A numeric separator is only allowed between two digits (1:2)",
"SyntaxError: A numeric separator is only allowed between two digits (1:7)"
],
"program": {
"type": "Program",
"start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "ExpressionStatement",
"start":0,"end":9,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":9}},
"expression": {
"type": "NumericLiteral",
"start":0,"end":8,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":8}},
"extra": {
"rawValue": 9,
"raw": "0o_01_1_"
},
"value": 9
}
}
],
"directives": []
}
}