-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
add some more flow types #3186
add some more flow types #3186
Conversation
failing |
fb8aa0e
to
ec7b9e0
Compare
This is only passing on node 5
so i'm assuming this is an issue with npm 2? |
dcda4b5
to
6ee3aca
Compare
Current coverage is
|
let me know when this is ready 💅 |
I suppose it is (since it finally passes)? I dono what is going on with ^ |
Is it hard to update the CI to node 5 / npm 3? |
What do you mean? https://github.com/babel/babel/blob/master/.travis.yml our travis has 0.10, etc which are all npm 2. Do you mean doing something like |
That or maybe just run flow on node 5 environments:
or something like that |
Ooh something like that sounds good actually. Can just check node > 5 |
Yeah needs a bit more bash fu than I have to parse the int but it's doable. |
time to google (or I just write it in js and call the script). |
Lol why not |
04a8f0d
to
aa307f9
Compare
Ok probably lazy/unnecessary but it works. |
Cool, do you want to revert the noflow checks you had to add? |
Yeah I did already 😎 |
Although I think I can remove some more |
a07b86e
to
640a80b
Compare
Also revert #3275