facebookarchive / ide-flowtype

Flow support for Atom IDE
Other
178 stars 17 forks source link

No errors are shown after upgrading to flow-bin 0.63.1 #52

Closed jaapster closed 6 years ago

jaapster commented 6 years ago

I use .flowconfig to define what flow-bin version my project uses. This worked fine up to flow-bin version 0.61.0.

When I change the version to 0.63.1 and restart atom, version 0.63.1 is automatically downloaded (and I assume it is used by ide-flowtype) but no errors are shown.

I checked, this behaviour started with version 0.62.0 of flow-bin. Previous version do show errors as expected.

jaapster commented 6 years ago

I found the problem, flow-bin failed silently on this line in .flowconfig

unsafe.enable_getters_and_setters=true