firescript
Version:
Firescript transpiler
47 lines (45 loc) • 1.17 kB
JSON
{
"type": "Program",
"body": [
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "foo"
},
"params": [],
"body": {
"type": "BlockStatement",
"innerComments": [
{
"type": "Line",
"value": " Returns foo"
},
{
"type": "Line",
"value": " End of comment"
}
],
"body": [
]
},
"generator": false,
"expression": false,
"async": false,
"fsParamTypings": [],
"leadingComments": [
{
"type": "Line",
"value": " A function"
}
],
"trailingComments": [
{
"type": "Line",
"value": " End of function"
}
]
}
],
"sourceType": "module"
}