mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Remove compiling from _.every, _.filter, and _.some and add related benchmarks.
Former-commit-id: 545195dc7085c1294ad8709f44fddb0c3c6a0545
This commit is contained in:
6
build.js
6
build.js
@@ -78,9 +78,9 @@
|
||||
'delay': [],
|
||||
'difference': ['indexOf'],
|
||||
'escape': [],
|
||||
'every': ['identity'],
|
||||
'every': ['forEach'],
|
||||
'extend': ['isArguments'],
|
||||
'filter': ['identity'],
|
||||
'filter': ['forEach'],
|
||||
'find': ['some'],
|
||||
'first': [],
|
||||
'flatten': ['isArray'],
|
||||
@@ -140,7 +140,7 @@
|
||||
'result': ['isFunction'],
|
||||
'shuffle': ['forEach'],
|
||||
'size': ['keys'],
|
||||
'some': ['identity'],
|
||||
'some': ['forEach'],
|
||||
'sortBy': ['forEach'],
|
||||
'sortedIndex': ['identity'],
|
||||
'tap': ['mixin'],
|
||||
|
||||
Reference in New Issue
Block a user