firescript
Version:
Firescript transpiler
46 lines • 936 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": "any"
}
}
]
},
{
"type": "ExportNamedDeclaration",
"declaration": null,
"specifiers": [
{
"type": "ExportSpecifier",
"local": {
"type": "Identifier",
"name": "banana"
},
"exported": {
"type": "Identifier",
"name": "banana"
}
}
],
"source": null
}
]
}