andretshurotshka

Results 65 issues of 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 ```

CLA Signed
Typing: functions
Stalled

Fixes #2854 ![image](https://user-images.githubusercontent.com/3275424/60473577-134f6880-9c87-11e9-8324-4fe19c70cb0b.png)

CLA Signed
Website
Stalled

Fixes #7010 But `type-at-pos` doesn't seem to work 🤔

CLA Signed
flowconfig
Experiment

This would allow ignoring specific libs ```ini # node.flowconfig [ignore] /dom.js ``` ```ini # browser.flowconfig [ignore] /react.js /react-dom.js ```

CLA Signed
flowconfig

Revived https://github.com/facebook/flow/pull/4175 Fixes #2639

CLA Signed