Commit Graph

6 Commits

Author SHA1 Message Date
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