Closed deepsweet closed 9 years ago
@deepsweet thanks, yes very keen to add support for this
+1
+1
+1
We're waiting on Babel v6 for this. 6 comes with support for crossing module boundaries, which will make this feature viable, right now it's of very limited use.
Hi @phpnode, I have a question that is irrelevant to this issue. Where can I find the discussion/documentation around Babel v6's "support for crossing module boundaries"? I'm wanting the exact feature for a plugin I'm writing. Any links would be helpful. Thanks.
@chcokr there has been some discussion around this on slack, and there's mention of it in https://github.com/babel/babel/issues/2168 (see "Way to provide the entire dependency graph to Babel")
Ah thanks. This feature can't come soon enough :)
Out of curiosity, will this allow you to specify the shape of an object? That's the thing I most need right now as I'm just returning and passing Object
everywhere. Examples of a workaround would also be great!
@yoni-tock yes, the next version supports this. Will be released in the next day or two
w00t!
http://flowtype.org/docs/type-aliases.html
now they are just stripped out:
:arrow_double_down:
I'm especially looking for Reusable Object Types. is it possible?
btw, thanks for the great plugin :wink: