snappify
snappify copied to clipboard
Add support for Flow
I love the idea of this project but we're using Flow, not TypeScript. It'd be great to have support for Flow as well, perhaps using something like pluggable adapters (Flow, TypeScript, or anything that can infer props from a component file).
Thank you!
Yes, I thought about Flow and consider to add support for it later. For example, snappify could check what syntax the code in a file has and use a needed parser for this file to get the types of the props.
Unfortunately, I’m a little bit busy now and don’t have enough time to implement this feature.
If you have an interest to implement it by yourself, I’d love to discuss the details of the implementation. PRs is welcome!
Awesome. I'll see if I can find some time soon!