github facebook/flow v0.138.0

latest releases: v0.246.0, v0.245.2, v0.245.1...
3 years ago

Likely to cause new Flow errors:

  • Improved positioning of existing errors involving unions or intersections. Will not cause new errors, but may require suppressions to be moved.

Bug Fixes:

  • Fixed soundness bug involving union and intersection types
  • Improved performance of typechecking exact objects against $Exact

Editor Integration:

  • Fixed hover and go-to-definition over the LSP when the cursor is at the end of a token
  • Fixed type coverage over the LSP when using all=true (thanks @mochja)
  • Fixed an issue with running the flow CLI at the same time as VS Code caused by case-insensitivity of Windows paths

Library Definitions:

Misc:

  • Built-in library definitions are now extracted to a consistent temp directory, like /tmp/flow/flowlibs_<HASH>, to take up less space.

Don't miss a new flow release

NewReleases is sending notifications on new releases.