github facebook/flow v0.322.0

5 hours ago

Notable bug fixes:

  • Fixed #9448
  • Fixed a crash in pattern matching. (example)
  • Refining a union by instanceof no longer leaks any from members that cannot match the guard (e.g. Foo<string> | Bar<number> refined by instanceof Foo now yields Foo<string> instead of Foo<string> | Foo<any>). This may surface real errors that were previously masked.

Don't miss a new flow release

NewReleases is sending notifications on new releases.