In my team we use flowtypes across multiple packages which are distributed by npm. In order to build those flowtypes into /lib dirs for consumption in other packages we're using the experimental flow cli command flow gen-flow-files.
We prefer this option over the alternatives (eg, flow-copy-source) because it doesn't duplicate our entire source code in /lib, only the relevant flow rules.
gen-flow-files has been 'experimental' for over a year. I wanted to know what the plans are for this feature? Are there any? Is it being actively developed or just maintained? Has an alternative solution been discussed?
I just want to get a sense of what you guys are thinking :)
Ping recent developers @mroch @gabelevi @ballardrog
In my team we use flowtypes across multiple packages which are distributed by npm. In order to build those flowtypes into
/libdirs for consumption in other packages we're using the experimental flow cli commandflow gen-flow-files.We prefer this option over the alternatives (eg, flow-copy-source) because it doesn't duplicate our entire source code in
/lib, only the relevant flow rules.gen-flow-fileshas been 'experimental' for over a year. I wanted to know what the plans are for this feature? Are there any? Is it being actively developed or just maintained? Has an alternative solution been discussed?I just want to get a sense of what you guys are thinking :)
Ping recent developers @mroch @gabelevi @ballardrog