8000 Add `identity`dependencies to build dependency map. · lodash/lodash@8bcdfa2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bcdfa2

Browse files
committed
Add identitydependencies to build dependency map.
Former-commit-id: e466c8547888755b9e3d645d555298b21b5a6849
1 parent 2f9cb6a commit 8bcdfa2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
'compact': [],
7272
'compose': [],
7373
'contains': [],
74-
'countBy': [],
74+
'countBy': ['identity'],
7575
'debounce': [],
7676
'defaults': ['isArguments'],
7777
'defer': [],
@@ -81,14 +81,14 @@
8181
'every': ['identity'],
8282
'extend': ['isArguments'],
8383
'filter': ['identity'],
84-
'find': [],
84+
'find': ['identity'],
8585
'first': [],
8686
'flatten': ['isArray'],
87-
'forEach': [],
88-
'forIn': ['isArguments'],
89-
'forOwn': ['isArguments'],
87+
'forEach': ['identity'],
88+
'forIn': ['identity', 'isArguments'],
89+
'forOwn': ['identity', 'isArguments'],
9090
'functions': ['isArguments', 'isFunction'],
91-
'groupBy': [],
91+
'groupBy': ['identity'],
9292
'has': [],
9393
'identity': [],
9494
'indexOf': ['sortedIndex'],
@@ -133,15 +133,15 @@
133133
'pluck': [],
134134
'random': [],
135135
'range': [],
136-
'reduce': [],
136+
'reduce': ['identity'],
137137
'reduceRight': ['forEach', 'keys'],
138138
'reject': ['identity'],
139139
'rest': [],
140140
'result': ['isFunction'],
141141
'shuffle': [],
142142
'size': ['keys'],
143143
'some': ['identity'],
144-
'sortBy': [],
144+
'sortBy': ['identity'],
145145
'sortedIndex': ['identity'],
146146
'tap': ['mixin'],
147147
'template': ['escape'],

0 commit comments

Comments
 (0)
0