firescript
Version:
Firescript transpiler
23 lines (22 loc) • 400 B
JSON
{
"type": "ArrowFunctionExpression",
"params": [{
"type": "Identifier",
"name": "foo"
}, {
"type": "Identifier",
"name": "bar"
}],
"fsParamTypings": [],
"body": {
"type": "BlockStatement",
"body": [{
"type": "ReturnStatement",
"argument": {
"type": "Literal",
"value": "banana",
"raw": "'banana'"
}
}]
}
}