-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which interfaces are already written? #13
Comments
Good idea, @chrisbolin. Thanks for posting those! I'll link another one in here, the immutable.js definitions that are in progress: Specifically, this one by @halletj |
I think it would be also a good idea too move/copy the react definitions from the flow repository itself to here. Although a lot of people probably rely on them currently, so there should be some strategy on how to clever move them without breaking flow for a large group of people. Maybe a deprecation warning if one uses the react definitions from flow itself and how a short message to migrate to this repository. |
FWIW: I think it would be great to start pulling these libdefs in now. Most of the remaining work on flow-typed is related to building out the CLI to make it easier to acquire the libdefs -- but seeding the repo (and having a nicely central place for people to come and find them manually) would still be very useful. |
+1, especially @marudor if you have time. |
As you can see by the PRs I've put my libdefs in here. Now it's time to review them. |
Thanks @marudor! This set of PRs has been really helpful in fleshing out the process of review. Here are some thoughts so far: Reviewing Test Files
Reviewing Library Definitions
I think that's all the patterns/thoughts I've noticed so far, so let's add more here as things progress and eventually put them into the readme! |
I close this issue, since there is an established process and a list of definitions now :-) |
Make it so that !important can be disabled for certain style rules.
It might be nice to get a list of interfaces to "seed" this project with.
As @marudor mentioned, he has collected a number of interfaces here:
marudor/flowInterfaces
I can vouch for a few of these.
I also found TechnologyAdvice's interface repo (which has overlap with marauder's) and a jQuery interface.
I'm pumped we're finally getting these together and am happy to help any way I can! 🎉
The text was updated successfully, but these errors were encountered: