Breaking changes:
[include]and[ignore]sections in flowconfig should use globs instead. Read https://flow.org/en/docs/config/include/ and https://flow.org/en/docs/config/ignore/ for more information.
New Features:
thistype guards can now be used on non-static methods of regular classes, not justdeclare classand interface methods. The method body is checked for consistency against the guard type.
Notable bug fixes:
- Prevent cached IDE results from blocking rechecks.
Library Definitions:
- Allow symbols to be used as
WeakMapkeys