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