Commit Graph

9 Commits

Author SHA1 Message Date
Daniel Rosenwasser
144706683f Fixed up accidental edit. 2017-05-22 15:20:31 -07:00
Daniel Rosenwasser
c73a5bfa82 Fixed overloads for better editing experience. 2017-05-22 15:18:27 -07:00
Michael R. Maletich
cd4d27c57d ramda: Add support for curry on view definition 2017-05-18 12:21:13 -05:00
Matt Bierner
868b7fa0e1 Fix Ramda for Global 'R' Symbol (#16362)
* Fix Ramda  for Global 'R' Symbol

**bug**
The Ramda global `R` symbol is not defined. This means that Ramda must be used as module. This breaks intellisense for some JavaScript project setups in VSCode

**fix**
Declare a 'ramda' module. This preserves the global `R` symbol

* Use export as instead
2017-05-05 16:42:32 -07:00
liam-goodacre-hpe
1550dfd1b8 Ramda - Fix typing of assoc, objOf, and transpose (#16091)
* Fix typing of assoc, objOf, and transpose

* Bump language version for Ramda
2017-05-03 17:18:14 -07:00
Ryan Cavanaugh
e9d5760735 Merge pull request #15668 from mdekrey/ramda-sortby
ramda: Update R.sortBy to accept Ord, per documentation
2017-04-17 13:30:10 -07:00
Matt DeKrey
c0577e2ff8 Update R.sortBy to accept Ord, per documentation
http://ramdajs.com/docs/#sortBy
2017-04-05 07:30:50 -05:00
Oliver Joseph Ash
9a694ef256 ramda: fix inference for mapping a functor 2017-04-04 09:52:00 -04:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00