Add chunk to fp mapping.

This commit is contained in:
John-David Dalton
2016-01-14 19:22:54 -08:00
parent 1ab5a20784
commit 1a54e43a24

View File

@@ -77,18 +77,18 @@ module.exports = {
'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,' +
'curryRightN,debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,' +
'dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,find,findIndex,' +
'findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,forEachRight,' +
'forIn,forInRight,forOwn,forOwnRight,get,groupBy,gt,gte,includes,indexBy,' +
'indexOf,intersection,invoke,invokeMap,isEqual,isMatch,lastIndexOf,lt,lte,' +
'map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,merge,omit,orderBy,' +
'overArgs,pad,padLeft,padRight,parseInt,partition,pick,pull,pullAll,pullAt,' +
'random,range,rangeRight,rearg,reject,remove,repeat,result,sampleSize,some,' +
'sortBy,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,split,startsWith,subtract,' +
'sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,times,truncate,union,' +
'uniqBy,without,wrap,xor,zip,zipObject').split(','),
'add,ary,assign,at,bind,bindKey,chunk,cloneDeepWith,cloneWith,concat,countBy,',
'curryN,curryRightN,debounce,defaults,defaultsDeep,delay,difference,drop,' +
'dropRight,dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,' +
'find,findIndex,findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,' +
'forEachRight,forIn,forInRight,forOwn,forOwnRight,get,groupBy,gt,gte,includes,' +
'indexBy,indexOf,intersection,invoke,invokeMap,isEqual,isMatch,lastIndexOf,' +
'lt,lte,map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,merge,omit,' +
'orderBy,overArgs,pad,padLeft,padRight,parseInt,partition,pick,pull,pullAll,' +
'pullAt,random,range,rangeRight,rearg,reject,remove,repeat,result,sampleSize,' +
'some,sortBy,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,split,startsWith,' +
'subtract,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,times,' +
'truncate,union,uniqBy,without,wrap,xor,zip,zipObject').split(','),
3: (
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +