firescript
Version:
Firescript transpiler
29 lines (28 loc) • 552 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"kind": "const",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "banana"
},
"init": {
"type": "Literal",
"raw": "'Banana'",
"value": "Banana"
},
"fsTyping": {
"type": "FirescriptTyping",
"name": "str"
}
}
]
}
]
}