37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
|
|
"errors": [
|
|
"SyntaxError: A numeric separator is only allowed between two digits (1:3)",
|
|
"SyntaxError: A numeric separator is only allowed between two digits (1:4)",
|
|
"SyntaxError: A numeric separator is only allowed between two digits (1:8)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
|
|
"expression": {
|
|
"type": "ArrayExpression",
|
|
"start":0,"end":10,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":10}},
|
|
"elements": [
|
|
{
|
|
"type": "NumericLiteral",
|
|
"start":1,"end":9,"loc":{"start":{"line":1,"column":1},"end":{"line":1,"column":9}},
|
|
"extra": {
|
|
"rawValue": 17,
|
|
"raw": "0x__1_1_"
|
|
},
|
|
"value": 17
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |