jussi-kalliokoski / trine

A utility library for modern JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to use flowtype with this project?

nikhedonia opened this issue · comments

running flow check test/path/to/file is always without errors even if i add wrong annotations in the srcfile.
What's your flow setup ?

Actually currently the declarations aren't exposed because they won't work correctly with flow, see this issue facebook/flow#452 for further information.

Hopefully this will be fixed soon and we can properly annotate this, allowing us to use type annotations for more than just documentation generation. :)