flow-runtime
                                
                                 flow-runtime copied to clipboard
                                
                                    flow-runtime copied to clipboard
                            
                            
                            
                        Import types from flow-typed
This is a:
- [x] Bug Report
- [ ] Feature Request
- [ ] Question
- [ ] Other
Which concerns:
- [x] flow-runtime
- [x] babel-plugin-flow-runtime
- [ ] flow-runtime-validators
- [ ] flow-runtime-mobx
- [ ] flow-config-parser
- [ ] The documentation website
Hi, we declare some our own types in ./project/flow-typed dir, and use that types in code ./project/src.
It works perfect with flow, but flow-runtime doesn't import types from all files in flow-typed dir and throws errors about "unfound" types.
@olosegres did you try using flow-runtime-cli to extract those types?
@phpnode that cli does not work ... it just outputs empty data - multiple people have been reporting that.
@bradennapier pull requests accepted, I don't have time to work on this lib at the moment
@phpnode Do you claim that support for automatically importing all types from all files inside the flow-typed folder is there?
@phpnode Where I can find information about extracting types using flow-runtime-cli?
Any news on this? There is any way to get the declared flow types?