You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index.js doesn't have /* @flow */ because I expect all=true option to take care of the issue. For now I can set all using options, but I think it would be better to delegate that to .flowconfig, when possible.
If I run gulp, I don't get any errors in console, it says Flow has found 0 errors. If I run flow directly, I get errors. Thank you.
The text was updated successfully, but these errors were encountered:
I can see a big difference in performance when using /* @flow */ comment and no params vs. no comments and all:true option. That makes me think that [ignore] section is not respected when all: true param is passed to gulp-flowtype (I ignore node_modules folder). Thanks.
Hi, all=true option from .flowconfig is ignored
index.js doesn't have
/* @flow */
because I expectall=true
option to take care of the issue. For now I can set all using options, but I think it would be better to delegate that to .flowconfig, when possible.If I run gulp, I don't get any errors in console, it says
Flow has found 0 errors
. If I run flow directly, I get errors. Thank you.The text was updated successfully, but these errors were encountered: