Patrick Ecker
Patrick Ecker
I was playing around with it for a bit but couldn't find out how to do this: I would like to manually trigger the autocomplete for a variable my cursor...
Does anybody know if there are any `co` Flowtype definitions around? If not, I will probably tackle this inside the `flow-typed` project... Would be cool to have some flowtype &...
https://twitter.com/ForbesLindesay/status/732610644357337088
We are currently gaining a lot of experience while using FlowType for internal libs, so we soon will be able to add some best-practises guidelines in here (beside the tutorial)....
When I was upgrading the bspacks processes in #2495, I realized that it's hard to understand where the current version of Reason comes from and what the most recent version...
As a follow up to #5361, we want to convert all `ml[i]` files to `res[i]. Master already comes with the new `/** */` sugar, so we won't make any trade-offs...
Never was aware of this file, neither was @cristianoc... global Github search doesn't deliver any results, and the module has been deprecated for [13 months now](https://github.com/rescript-lang/rescript-compiler/commit/82245267ed462dc6cd44806ce59e57501ae7e9ed). I guess it's safe...
`jscomp/others/js_cast.ml` seems to be obsolete. It offers conversion functions from `int` to `bool` and vice versa; probably from a time where booleans where not zero-cost.