mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 03:47:50 +00:00
Simplify dependencies in build.js.
Former-commit-id: 2d154d1dfb4d639aa32c5e9aeaeea6942965aee7
This commit is contained in:
39
build.js
39
build.js
@@ -106,25 +106,24 @@
|
|||||||
'clone': ['extend', 'isArray'],
|
'clone': ['extend', 'isArray'],
|
||||||
'compact': [],
|
'compact': [],
|
||||||
'compose': [],
|
'compose': [],
|
||||||
'contains': ['createIterator'],
|
'contains': [],
|
||||||
'createIterator': [],
|
|
||||||
'debounce': [],
|
'debounce': [],
|
||||||
'defaults': ['createIterator'],
|
'defaults': [],
|
||||||
'defer': [],
|
'defer': [],
|
||||||
'delay': [],
|
'delay': [],
|
||||||
'difference': ['indexOf'],
|
'difference': ['indexOf'],
|
||||||
'escape': [],
|
'escape': [],
|
||||||
'every': ['createIterator', 'identity'],
|
'every': ['identity'],
|
||||||
'extend': ['createIterator'],
|
'extend': [],
|
||||||
'filter': ['createIterator', 'identity'],
|
'filter': ['identity'],
|
||||||
'find': ['createIterator'],
|
'find': [],
|
||||||
'first': [],
|
'first': [],
|
||||||
'flatten': ['isArray'],
|
'flatten': ['isArray'],
|
||||||
'forEach': ['createIterator'],
|
'forEach': [],
|
||||||
'forIn': ['createIterator'],
|
'forIn': [],
|
||||||
'forOwn': ['createIterator'],
|
'forOwn': [],
|
||||||
'functions': ['createIterator'],
|
'functions': [],
|
||||||
'groupBy': ['createIterator'],
|
'groupBy': [],
|
||||||
'has': [],
|
'has': [],
|
||||||
'identity': [],
|
'identity': [],
|
||||||
'indexOf': ['sortedIndex'],
|
'indexOf': ['sortedIndex'],
|
||||||
@@ -136,7 +135,7 @@
|
|||||||
'isBoolean': [],
|
'isBoolean': [],
|
||||||
'isDate': [],
|
'isDate': [],
|
||||||
'isElement': [],
|
'isElement': [],
|
||||||
'isEmpty': ['createIterator'],
|
'isEmpty': [],
|
||||||
'isEqual': [],
|
'isEqual': [],
|
||||||
'isFinite': [],
|
'isFinite': [],
|
||||||
'isFunction': [],
|
'isFunction': [],
|
||||||
@@ -147,10 +146,10 @@
|
|||||||
'isRegExp': [],
|
'isRegExp': [],
|
||||||
'isString': [],
|
'isString': [],
|
||||||
'isUndefined': [],
|
'isUndefined': [],
|
||||||
'keys': ['createIterator'],
|
'keys': [],
|
||||||
'last': [],
|
'last': [],
|
||||||
'lastIndexOf': [],
|
'lastIndexOf': [],
|
||||||
'map': ['createIterator', 'identity'],
|
'map': ['identity'],
|
||||||
'max': [],
|
'max': [],
|
||||||
'memoize': [],
|
'memoize': [],
|
||||||
'min': [],
|
'min': [],
|
||||||
@@ -161,16 +160,16 @@
|
|||||||
'pick': [],
|
'pick': [],
|
||||||
'pluck': [],
|
'pluck': [],
|
||||||
'range': [],
|
'range': [],
|
||||||
'reduce': ['createIterator'],
|
'reduce': [],
|
||||||
'reduceRight': ['keys'],
|
'reduceRight': ['keys'],
|
||||||
'reject': ['createIterator', 'identity'],
|
'reject': ['identity'],
|
||||||
'rest': [],
|
'rest': [],
|
||||||
'result': [],
|
'result': [],
|
||||||
'shuffle': [],
|
'shuffle': [],
|
||||||
'size': ['keys'],
|
'size': ['keys'],
|
||||||
'some': ['createIterator', 'identity'],
|
'some': ['identity'],
|
||||||
'sortBy': [],
|
'sortBy': [],
|
||||||
'sortedIndex': ['identity'],
|
'sortedIndex': ['bind'],
|
||||||
'tap': [],
|
'tap': [],
|
||||||
'template': ['escape'],
|
'template': ['escape'],
|
||||||
'throttle': [],
|
'throttle': [],
|
||||||
@@ -179,7 +178,7 @@
|
|||||||
'union': ['indexOf'],
|
'union': ['indexOf'],
|
||||||
'uniq': ['identity', 'indexOf'],
|
'uniq': ['identity', 'indexOf'],
|
||||||
'uniqueId': [],
|
'uniqueId': [],
|
||||||
'values': ['createIterator'],
|
'values': [],
|
||||||
'without': ['indexOf'],
|
'without': ['indexOf'],
|
||||||
'wrap': [],
|
'wrap': [],
|
||||||
'zip': ['max', 'pluck']
|
'zip': ['max', 'pluck']
|
||||||
|
|||||||
Reference in New Issue
Block a user