Miika Hänninen
7f30cbcfe9
Fix unfold step function return type ( #18692 )
2017-08-08 14:46:39 -07:00
Alexander James Phillips
b4456e08cd
[Ramda] Correct pipe with 8 steps, add pipe with 9 and 10 ( #18700 )
...
* Correct pipe with 8 steps, add pipe with 9 and 10
* Ramda - Add single and double argument versions of 9 and 10 pipe
2017-08-08 11:41:42 -07:00
Simon Højberg
706ba7a529
Add ramda.traverse ( #18424 )
...
* Add ramda.traverse
* Use correct indention
2017-08-01 08:52:09 -07:00
1M0reBug
b703c20c09
Fix #17461 : [ramda] added mergeDeep* functions ( #18177 )
...
* Changed the types of sub functions to be T3, T4 instead of any
2017-07-25 06:58:39 -07:00
Ryan Cavanaugh
f8fb8286cc
Merge pull request #17594 from teves-castro/improve-ramda-pick
...
Improve ramda pick types
2017-07-12 16:17:48 -07:00
Miloslav Nenadal
e9ecb63b33
[ramda]: Improve map definition
2017-07-07 14:42:36 +02:00
Miloslav Nenadal
acc192069e
[ramda]: Add startsWith definition
2017-07-04 14:06:50 +02:00
Miloslav Nenadal
cab8d0e70e
[ramda]: Add forEachObjIndexed definition
2017-07-04 10:10:09 +02:00
Miloslav Nenadal
9d17546a00
[ramda]: More detailed isNil definition
2017-07-03 13:54:03 +02:00
Vítor Castro
d80cb8f1f5
Improve ramda pick types
2017-06-29 00:24:13 +01:00
Nathan Shively-Sanders
9558b1699a
Fix lint
2017-06-27 16:27:37 -07:00
Nathan Shively-Sanders
b17086bce7
Fix Ramda for 2.4: evolve and functor map
...
1. Evolve now uses mapped type to more accurately reflect the
resulting type.
2. 2.4's contravariance checking of callbacks caught some incorrect
code. I fixed one instance that was nearly-correct and deleted one
instance that was non-sensical. It created an infinite functor by
returning itself.
2017-06-27 16:24:09 -07:00
Alejandro Haro
33d52686cc
jslint compliance
2017-06-16 09:46:49 +01:00
Alejandro Haro
5425a3443d
Merge branch 'master' of https://github.com/DefinitelyTyped/DefinitelyTyped
2017-06-16 09:43:55 +01:00
Alejandro Haro
6874128836
ramda: Code review feedback
2017-06-16 09:23:26 +01:00
Nathan Shively-Sanders
a575e086a2
Merge pull request #17224 from DefinitelyTyped/weak-type-errors-round-2
...
Fix primitive weak type errors
2017-06-15 17:33:16 -07:00
Mine Starks
cf55a4cce1
Merge pull request #17095 from xiongemi/update-ramda-to-024
...
update ramda to include ascend, descend, sortWith functions
2017-06-15 13:17:50 -07:00
Nathan Shively-Sanders
4874667de9
Fix primitive weak type errors
...
These weak type errors were not caught in TS 2.4 RC. The final TS 2.4
will catch weak type errors with primitives, so this PR fixes those
now-caught errors.
2017-06-15 11:46:46 -07:00
Alejandro Haro
84f4233b59
Update pathSatisfies comment description
2017-06-13 17:36:12 +01:00
Alejandro Haro
e747f3f61a
tslint compliance
2017-06-13 17:34:37 +01:00
Alejandro Haro
18960ebc18
ramda: Add R.pathSatisfies
2017-06-13 11:30:53 +01:00
Christopher Mckay
e77bb4a004
ramda find functions can return undefined
...
http://ramdajs.com/docs/#find
2017-06-12 15:39:11 +10:00
Stephen King
26d632b5f4
ramda: Allow currying of type guards
2017-06-09 17:59:07 -06:00
Emily Xiong
16170e275b
update ramda to include ascend, descend, sortWith functions
2017-06-09 16:05:58 -04:00
Nathan Shively-Sanders
ef2df6b7a0
Merge pull request #16585 from mrdziuban/fix-ramda-try-catch
...
ramda: Fix R.tryCatch definition
2017-06-01 16:22:33 -07:00
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 Dziuban
d6d84ab954
Fix tryCatch definition.
2017-05-17 09:32:16 -04: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