firescript
Version:
Firescript transpiler
36 lines (35 loc) • 730 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"kind": "const",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "bla"
},
"init": {
"type": "LogicalExpression",
"operator": "&&",
"left": {
"type": "Identifier",
"name": "foo"
},
"right": {
"type": "Identifier",
"name": "bar"
}
},
"fsTyping": {
"type": "FirescriptTyping",
"name": "any"
}
}
]
}
]
}