Likely to cause new Flow errors:
- Flow will now restrict the allowed syntax forms of
.call/apply/bindcalls. Only expressions of the form<expr>.m.call(<expr>, ...),<expr>.m.apply(<expr>, ...)and<expr>.m.bind(<expr>, ...)are allowed. [untyped]section of flowconfig will use the glob system. See https://flow.org/en/docs/config/untyped/
Notable bug fixes: