Likely to cause new Flow errors:
- Disallow flowing functions or inexact objects to indexed objects to improve object soundness. This can cause errors if you are passing a function or inexact objects when an indexed object is expected.
- Flow now processes imports before checking the body of a file. In some rare cases this can expose previously skipped errors due to the processing order.
Notable bug fixes:
- Fix
No available version of ocaml-base-compiler satisfies the constraints
error frommake all-homebrew
(thanks @bayandin).