Update fp mapping.

This commit is contained in:
John-David Dalton
2015-11-19 08:18:03 -08:00
parent 766c4315e6
commit 3ecf626ad0

View File

@@ -22,8 +22,6 @@ module.exports = {
'modArgs': ['useWith'],
'modArgsSet': ['converge'],
'omit': ['dissoc', 'omitAll'],
'pairs': ['toPairs'],
'pairsIn': ['toPairsIn'],
'pick': ['pickAll'],
'property': ['prop'],
'propertyOf': ['propOf'],
@@ -75,9 +73,9 @@ module.exports = {
/** Used to map ary to method names. */
'aryMethodMap': {
1: (
'attempt,ceil,conj,create,curry,disj,floor,fromPairs,iteratee,invert,juxt,' +
'memoize,method,methodOf,mixin,rest,reverse,round,runInContext,template,trim,' +
'trimLeft,trimRight,uniqueId,words').split(','),
'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,over,overEvery,' +
'overSome,memoize,method,methodOf,mixin,rest,reverse,round,runInContext,template,' +
'trim,trimLeft,trimRight,uniqueId,words').split(','),
2: (
'add,ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,concat,countBy,curryN,' +
'debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' +