mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Add identitydependencies to build dependency map.
Former-commit-id: e466c8547888755b9e3d645d555298b21b5a6849
This commit is contained in:
16
build.js
16
build.js
@@ -71,7 +71,7 @@
|
||||
'compact': [],
|
||||
'compose': [],
|
||||
'contains': [],
|
||||
'countBy': [],
|
||||
'countBy': ['identity'],
|
||||
'debounce': [],
|
||||
'defaults': ['isArguments'],
|
||||
'defer': [],
|
||||
@@ -81,14 +81,14 @@
|
||||
'every': ['identity'],
|
||||
'extend': ['isArguments'],
|
||||
'filter': ['identity'],
|
||||
'find': [],
|
||||
'find': ['identity'],
|
||||
'first': [],
|
||||
'flatten': ['isArray'],
|
||||
'forEach': [],
|
||||
'forIn': ['isArguments'],
|
||||
'forOwn': ['isArguments'],
|
||||
'forEach': ['identity'],
|
||||
'forIn': ['identity', 'isArguments'],
|
||||
'forOwn': ['identity', 'isArguments'],
|
||||
'functions': ['isArguments', 'isFunction'],
|
||||
'groupBy': [],
|
||||
'groupBy': ['identity'],
|
||||
'has': [],
|
||||
'identity': [],
|
||||
'indexOf': ['sortedIndex'],
|
||||
@@ -133,7 +133,7 @@
|
||||
'pluck': [],
|
||||
'random': [],
|
||||
'range': [],
|
||||
'reduce': [],
|
||||
'reduce': ['identity'],
|
||||
'reduceRight': ['forEach', 'keys'],
|
||||
'reject': ['identity'],
|
||||
'rest': [],
|
||||
@@ -141,7 +141,7 @@
|
||||
'shuffle': [],
|
||||
'size': ['keys'],
|
||||
'some': ['identity'],
|
||||
'sortBy': [],
|
||||
'sortBy': ['identity'],
|
||||
'sortedIndex': ['identity'],
|
||||
'tap': ['mixin'],
|
||||
'template': ['escape'],
|
||||
|
||||
Reference in New Issue
Block a user