2019-03-05 00:45:42 +01:00

101 lines
1.8 KiB
JSON

{
"type": "File",
"start": 0,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 2,
"column": 7
}
},
"program": {
"type": "Program",
"start": 0,
"end": 15,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 2,
"column": 7
}
},
"sourceType": "script",
"interpreter": null,
"body": [
{
"type": "Placeholder",
"start": 0,
"end": 7,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 7
}
},
"name": {
"type": "Identifier",
"start": 2,
"end": 5,
"loc": {
"start": {
"line": 1,
"column": 2
},
"end": {
"line": 1,
"column": 5
},
"identifierName": "FOO"
},
"name": "FOO"
},
"expectedNode": "Statement"
},
{
"type": "Placeholder",
"start": 8,
"end": 15,
"loc": {
"start": {
"line": 2,
"column": 0
},
"end": {
"line": 2,
"column": 7
}
},
"name": {
"type": "Identifier",
"start": 10,
"end": 13,
"loc": {
"start": {
"line": 2,
"column": 2
},
"end": {
"line": 2,
"column": 5
},
"identifierName": "BAR"
},
"name": "BAR"
},
"expectedNode": "Statement"
}
],
"directives": []
}
}