github facebook/flow v0.110.0

latest releases: v0.247.1, v0.247.0, v0.246.0...
4 years ago

New Features:

  • Flow will now send type errors as you type to LSP clients. To disable this behavior, add experimental.disable_live_non_parse_errors=true to the [options] section of your .flowconfig.

Notable bug fixes:

  • Fixed file descriptor leak leading to LSP connection refusal in some cases
  • Improved the behavior of the [declarations] configuration in the presence of dependency cycles (thanks @STRML!)

Misc:

  • Added --evaluate-type-destructors to type-at-pos command.
  • Added --evaluate-type-destructors and --expand-type-aliases to dump-types command (thanks @goodmind!)
  • Changed proceses.env values from ?string to string|void (thanks @FireyFly!)
  • Improved detection of rebases when using watchman file watcher
  • Improved positions for error messages involving the deprecated * type

Don't miss a new flow release

NewReleases is sending notifications on new releases.