30 lines
937 B
JSON
30 lines
937 B
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4}},
|
|
"errors": [
|
|
"SyntaxError: A numeric separator is only allowed between two digits (1:1)",
|
|
"SyntaxError: A numeric separator is only allowed between two digits (1:2)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4}},
|
|
"expression": {
|
|
"type": "NumericLiteral",
|
|
"start":0,"end":4,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":4}},
|
|
"extra": {
|
|
"rawValue": 11,
|
|
"raw": "1__1"
|
|
},
|
|
"value": 11
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |