firescript
Version:
Firescript transpiler
51 lines (50 loc) • 1.31 kB
JSON
{
"type": "Program",
"body": [
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "foo"
},
"params": [],
"body": {
"type": "BlockStatement",
"body": [{
"type": "ReturnStatement",
"argument": null
}]
},
"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"
}