UNPKG

firescript

Version:
36 lines (35 loc) 730 B
{ "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" } } ] } ] }