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
totype-at-pos
command. - Added
--evaluate-type-destructors
and--expand-type-aliases
todump-types
command (thanks @goodmind!) - Changed
proceses.env
values from?string
tostring|void
(thanks @FireyFly!) - Improved detection of rebases when using watchman file watcher
- Improved positions for error messages involving the deprecated
*
type