Ville Saukkonen
Ville Saukkonen
I think this might be related if not the same issue: https://github.com/kubernetes/ingress-nginx/issues/8469
@pahen any chance taking this in? In non-trivial apps it's almost crucial to be able to limit the scope of the graph.
To be honest, I'm not sure what `$Subtype` actually even means. Maybe it's fine just to remove the $Subtype?
Test suite seems to take diff for grandparent instead of parent: https://github.com/flowtype/flow-typed/pull/1920
Oh, sorry i totally misread the errors. They seems to come from Jest, not from unrelated libdefs. So rebasing in this case doesn't help.
@doberkofler Thanks for the input! I think the choice is between latest version (with a possibility that the libdef _might_ be backwards compatible to certain extent) or almost any version...
@jamesisaac Then we would need custom tooling for that. I believe Lerna gives most of that for free. The format of packages would follow identical structure so in that sense...
> What about if typedef folders only contain code targeting the latest version of Flow, and some kind of codemod is used to make extra transpilations of it which support...
@goodmind yes. ``` @flowtyped/uuid@flow_v0.32.x- @flowtyped/[email protected] @flowtyped/[email protected] ``` @zeorin what about the actual uuid version? That's not represented in these examples. uuid 1 and 2 might have very different interfaces.
@retyui you can have more than one folder for libdefs. If there is a buggy libdef, you can pick it from node_modules and place it to your own folder. And...