firescript
Version:
Firescript transpiler
41 lines (40 loc) • 882 B
JSON
{
"type": "Program",
"sourceType": "module",
"body": [
{
"type": "VariableDeclaration",
"declarations": [
{
"type": "VariableDeclarator",
"id": {
"type": "Identifier",
"name": "bla"
},
"init": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "LogicalExpression",
"operator": "||",
"left": {
"type": "Identifier",
"name": "foo"
},
"right": {
"type": "Identifier",
"name": "bar"
}
},
"right": {
"type": "Literal",
"value": null,
"raw": "null"
}
}
}
],
"kind": "const"
}
]
}