Benedikt Hopfinger
Benedikt Hopfinger
To get the most out of using `flowtype`s it would be amazing if `sagui` automatically exports the type information when building (`build`/`dist`). As far as I understand flow automatically uses...
With the `flow-bin`update to `0.53` much of the `react`-stuff has changed and thus when using a newer version of `flow-bin` in the main package (which is required for `flow-typed`to work)...
I have a libraryproject (lets call it ProjectA) depending on another project (lets call it ProjectB), but I do not want to have ProjectB bundled inside the package so I...