mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Update fp mapping.
This commit is contained in:
@@ -47,6 +47,7 @@ module.exports = {
|
|||||||
'findLast': 1,
|
'findLast': 1,
|
||||||
'findLastIndex': 1,
|
'findLastIndex': 1,
|
||||||
'findLastKey': 1,
|
'findLastKey': 1,
|
||||||
|
'flatMap': 1,
|
||||||
'forEach': 1,
|
'forEach': 1,
|
||||||
'forEachRight': 1,
|
'forEachRight': 1,
|
||||||
'forIn': 1,
|
'forIn': 1,
|
||||||
@@ -80,11 +81,11 @@ module.exports = {
|
|||||||
'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,' +
|
||||||
'dropWhile,endsWith,every,extend,filter,find,find,findIndex,findKey,findLast,' +
|
'dropWhile,endsWith,every,extend,filter,find,find,findIndex,findKey,findLast,' +
|
||||||
'findLastIndex,findLastKey,forEach,forEachRight,forIn,forInRight,forOwn,' +
|
'findLastIndex,findLastKey,flatMap,forEach,forEachRight,forIn,forInRight,' +
|
||||||
'forOwnRight,get,groupBy,includes,indexBy,indexOf,intersection,invoke,isMatch,' +
|
'forOwn,forOwnRight,get,groupBy,includes,indexBy,indexOf,intersection,invoke,' +
|
||||||
'lastIndexOf,map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,merge,' +
|
'isMatch,lastIndexOf,map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,' +
|
||||||
'modArgs,modArgsSet,omit,pad,padLeft,padRight,parseInt,partition,pick,pull,' +
|
'merge,modArgs,modArgsSet,omit,pad,padLeft,padRight,parseInt,partition,pick,' +
|
||||||
'pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,sampleSize,' +
|
'pull,pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,sampleSize,' +
|
||||||
'set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,' +
|
'set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,' +
|
||||||
'startsWith,subtract,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,' +
|
'startsWith,subtract,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,' +
|
||||||
'times,truncate,union,uniqBy,without,wrap,xor,zip,zipObject').split(','),
|
'times,truncate,union,uniqBy,without,wrap,xor,zip,zipObject').split(','),
|
||||||
@@ -119,10 +120,7 @@ module.exports = {
|
|||||||
'keyMap': {
|
'keyMap': {
|
||||||
'curryN': 'curry',
|
'curryN': 'curry',
|
||||||
'curryRightN': 'curryRight',
|
'curryRightN': 'curryRight',
|
||||||
'debounceOpt': 'debounce',
|
'getOr': 'get'
|
||||||
'fromPairs': 'zipObject',
|
|
||||||
'getOr': 'get',
|
|
||||||
'throttleOpt': 'throttle'
|
|
||||||
},
|
},
|
||||||
|
|
||||||
/** Used to identify methods which mutate arrays or objects. */
|
/** Used to identify methods which mutate arrays or objects. */
|
||||||
|
|||||||
Reference in New Issue
Block a user