firescript
Version:
Firescript transpiler
32 lines (31 loc) • 613 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "FunctionDeclaration",
"id": {
"type": "Identifier",
"name": "hello"
},
"params": [],
"fsParamTypings": [],
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"raw": "'Hello World'",
"value": "Hello World"
}
}
]
},
"async": false,
"expression": false,
"generator": false
}
]
}