mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +00:00
Add _.countBy and related unit tests, benchmarks, and documentation.
Former-commit-id: 915eaf414883a1dc344a558b08c7a1337ab5a225
This commit is contained in:
5
build.js
5
build.js
@@ -153,6 +153,7 @@
|
||||
'compact': [],
|
||||
'compose': [],
|
||||
'contains': [],
|
||||
'countBy': [],
|
||||
'debounce': [],
|
||||
'defaults': [],
|
||||
'defer': [],
|
||||
@@ -260,10 +261,12 @@
|
||||
allMethods = Object.keys(dependencyMap);
|
||||
|
||||
var underscoreMethods = lodash.without.apply(lodash, [allMethods].concat([
|
||||
'countBy',
|
||||
'drop',
|
||||
'forIn',
|
||||
'forOwn',
|
||||
'partial'
|
||||
'partial',
|
||||
'zipObject'
|
||||
]));
|
||||
|
||||
/** Used to specify whether filtering is for exclusion or inclusion */
|
||||
|
||||
Reference in New Issue
Block a user