firescript
Version:
Firescript language
48 lines (47 loc) • 1.21 kB
JSON
{
"type": "Program",
"body": [
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "foo"
},
"params": [],
"body": {
"type": "BlockStatement",
"body": []
},
"generator": false,
"expression": false,
"async": false,
"leadingComments": [
{
"type": "Block",
"value": "\nBlock comment\n",
"range": [
0,
19
]
},
{
"type": "Block",
"value": "\nsecond comment\n",
"range": [
21,
41
]
},
{
"type": "Block",
"value": "\nthird comment\n",
"range": [
43,
62
]
}
]
}
],
"sourceType": "module"
}