UNPKG

firescript

Version:
44 lines 988 B
{ "type": "Program", "sourceType": "module", "body": [ { "type": "VariableDeclaration", "kind": "const", "declarations": [ { "type": "VariableDeclarator", "id": { "type": "Identifier", "name": "foo" }, "init": { "type": "NewExpression", "callee": { "type": "Identifier", "name": "Foo" }, "arguments": [ { "type": "MemberExpression", "computed": false, "object": { "type": "Identifier", "name": "bla" }, "property": { "type": "Identifier", "name": "blub" } } ] }, "fsTyping": { "type": "FirescriptTyping", "name": "any" } } ] } ] }