mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 18:17:48 +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': [],
|
'compact': [],
|
||||||
'compose': [],
|
'compose': [],
|
||||||
'contains': [],
|
'contains': [],
|
||||||
'countBy': [],
|
'countBy': ['identity'],
|
||||||
'debounce': [],
|
'debounce': [],
|
||||||
'defaults': ['isArguments'],
|
'defaults': ['isArguments'],
|
||||||
'defer': [],
|
'defer': [],
|
||||||
@@ -81,14 +81,14 @@
|
|||||||
'every': ['identity'],
|
'every': ['identity'],
|
||||||
'extend': ['isArguments'],
|
'extend': ['isArguments'],
|
||||||
'filter': ['identity'],
|
'filter': ['identity'],
|
||||||
'find': [],
|
'find': ['identity'],
|
||||||
'first': [],
|
'first': [],
|
||||||
'flatten': ['isArray'],
|
'flatten': ['isArray'],
|
||||||
'forEach': [],
|
'forEach': ['identity'],
|
||||||
'forIn': ['isArguments'],
|
'forIn': ['identity', 'isArguments'],
|
||||||
'forOwn': ['isArguments'],
|
'forOwn': ['identity', 'isArguments'],
|
||||||
'functions': ['isArguments', 'isFunction'],
|
'functions': ['isArguments', 'isFunction'],
|
||||||
'groupBy': [],
|
'groupBy': ['identity'],
|
||||||
'has': [],
|
'has': [],
|
||||||
'identity': [],
|
'identity': [],
|
||||||
'indexOf': ['sortedIndex'],
|
'indexOf': ['sortedIndex'],
|
||||||
@@ -133,7 +133,7 @@
|
|||||||
'pluck': [],
|
'pluck': [],
|
||||||
'random': [],
|
'random': [],
|
||||||
'range': [],
|
'range': [],
|
||||||
'reduce': [],
|
'reduce': ['identity'],
|
||||||
'reduceRight': ['forEach', 'keys'],
|
'reduceRight': ['forEach', 'keys'],
|
||||||
'reject': ['identity'],
|
'reject': ['identity'],
|
||||||
'rest': [],
|
'rest': [],
|
||||||
@@ -141,7 +141,7 @@
|
|||||||
'shuffle': [],
|
'shuffle': [],
|
||||||
'size': ['keys'],
|
'size': ['keys'],
|
||||||
'some': ['identity'],
|
'some': ['identity'],
|
||||||
'sortBy': [],
|
'sortBy': ['identity'],
|
||||||
'sortedIndex': ['identity'],
|
'sortedIndex': ['identity'],
|
||||||
'tap': ['mixin'],
|
'tap': ['mixin'],
|
||||||
'template': ['escape'],
|
'template': ['escape'],
|
||||||
|
|||||||
Reference in New Issue
Block a user