andretshurotshka
andretshurotshka
Fixes #5681 ```js const fn = (a: number) => {} export const fnApply = fn.apply.bind(fn) // no error ``` Also adds argument to `Function$Prototype$Apply` ```js declare var fnApply: Function$Prototype$Apply ```
Fixes #2854 
Fixes #7010 But `type-at-pos` doesn't seem to work 🤔
This would allow ignoring specific libs ```ini # node.flowconfig [ignore] /dom.js ``` ```ini # browser.flowconfig [ignore] /react.js /react-dom.js ```
Revived https://github.com/facebook/flow/pull/4175 Fixes #2639