30 lines
905 B
JSON
30 lines
905 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"errors": [
|
|
"SyntaxError: Numeric separator can not be used after leading 0 (1:2)",
|
|
"SyntaxError: Invalid BigIntLiteral (1:0)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"expression": {
|
|
"type": "BigIntLiteral",
|
|
"start":0,"end":5,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":5}},
|
|
"extra": {
|
|
"rawValue": "080",
|
|
"raw": "08_0n"
|
|
},
|
|
"value": "080"
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |