UNPKG

firescript

Version:
33 lines (32 loc) 657 B
{ "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" } } ] } ] }