esverify icon indicating copy to clipboard operation
esverify copied to clipboard

Support Flow type annotations

Open indolering opened this issue 6 years ago • 0 comments

Flow is Facebook's take on type annotations for JavaScript. There are a couple of libraries [1, 2] for converting between TypeScript and Flow, so the functionality could piggyback on the (planned) support for TypeScript.

Flow has better flow typing, you may want to look into using it for type detection.

indolering avatar Mar 26 '19 00:03 indolering