doc-tree
doc-tree copied to clipboard
Flow Type support?
Would be great to have built in support for http://flowtype.org somehow...
Interesting, I took a look at Flow and the spec seems pretty reasonable. However, it is written in OCaml (why!? Lionizing academic languages is all the rage now, and seems ill-suited for the JS ecosystem...) ~~so I can't get at their implementation without some foreign function interface. Maybe there are JS implementations, I haven't looked yet.~~ looks like there is actually flow_parser.js
which seems to be transpiled from OCaml.