firescript
Version:
Firescript transpiler
33 lines (32 loc) • 657 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"kind": "const",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "bla"
},
"init": {
"type": "UnaryExpression",
"operator": "!",
"argument": {
"type": "Identifier",
"name": "foo"
},
"prefix": true
},
"fsTyping": {
"type": "FirescriptTyping",
"name": "any"
}
}
]
}
]
}