firescript
Version:
Firescript transpiler
29 lines (28 loc) • 541 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"kind": "const",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "num"
},
"init": {
"type": "Literal",
"raw": "-123",
"value": -123
},
"fsTyping": {
"type": "FirescriptTyping",
"name": "any"
}
}
]
}
]
}