Kevin Wallace

Results 57 comments of Kevin Wallace

Now that we have the file structure in place, I think this would be a good next issue to tackle. Would anyone like to work on it? @essenmitsosse ? @somebody1234...

Alright ramda/ramda#3283 has been merged in.. anyone have any thoughts on how we should proceed here? Probably making 270ish issues for each function is **not** the way to go

> We can do checklist for every function. Ya I think this is probably the way to go. I'll update the top post in this thread with a checklist at...

ok I've attempted to make a list of all .d.ts files in /types in the top comment. Everyone feel free to start grabbing your favorites to add tests for :stuck_out_tongue:...

I'm thinking we can add comments between any imports and the exports of the type files. eg ```typescript import { Ord } from './util/tools'; /* * Comments go here */...

fwiw I'm chipping away at this when I can. Got some stuff working, currently turns ``` js // foo :: Integer -> Integer var foo = function(x) { return x...

Yep, just a few kinks to work out and clean things up a bit. I'll shoot for next weekend.

Another thought, I saw something like this recently, can't remember where now, but a similar thing we could either add to sanctuary-def or to another lib: ``` js const head...

> Weekend! I want your awesome plugin!! ;-) haha wait until you see it before you call it awesome ;) In any event, the WIP is up here: https://github.com/kedashoe/babel-sanctuary-def which...

Good find, looks like this could be improved. Would you like to submit a PR?