41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"type": "File",
|
|
"start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
|
|
"errors": [
|
|
"SyntaxError: Unexpected keyword 'if'. (1:4)"
|
|
],
|
|
"program": {
|
|
"type": "Program",
|
|
"start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
|
|
"sourceType": "script",
|
|
"interpreter": null,
|
|
"body": [
|
|
{
|
|
"type": "VariableDeclaration",
|
|
"start":0,"end":11,"loc":{"start":{"line":1,"column":0},"end":{"line":1,"column":11}},
|
|
"declarations": [
|
|
{
|
|
"type": "VariableDeclarator",
|
|
"start":4,"end":11,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":11}},
|
|
"id": {
|
|
"type": "Identifier",
|
|
"start":4,"end":6,"loc":{"start":{"line":1,"column":4},"end":{"line":1,"column":6},"identifierName":"if"},
|
|
"name": "if"
|
|
},
|
|
"init": {
|
|
"type": "NumericLiteral",
|
|
"start":9,"end":11,"loc":{"start":{"line":1,"column":9},"end":{"line":1,"column":11}},
|
|
"extra": {
|
|
"rawValue": 42,
|
|
"raw": "42"
|
|
},
|
|
"value": 42
|
|
}
|
|
}
|
|
],
|
|
"kind": "var"
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |