File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 71
71
'compact' : [ ] ,
72
72
'compose' : [ ] ,
73
73
'contains' : [ ] ,
74
- 'countBy' : [ ] ,
74
+ 'countBy' : [ 'identity' ] ,
75
75
'debounce' : [ ] ,
76
76
'defaults' : [ 'isArguments' ] ,
77
77
'defer' : [ ] ,
81
81
'every' : [ 'identity' ] ,
82
82
'extend' : [ 'isArguments' ] ,
83
83
'filter' : [ 'identity' ] ,
84
- 'find' : [ ] ,
84
+ 'find' : [ 'identity' ] ,
85
85
'first' : [ ] ,
86
86
'flatten' : [ 'isArray' ] ,
87
- 'forEach' : [ ] ,
88
- 'forIn' : [ 'isArguments' ] ,
89
- 'forOwn' : [ 'isArguments' ] ,
87
+ 'forEach' : [ 'identity' ] ,
88
+ 'forIn' : [ 'identity' , ' isArguments'] ,
89
+ 'forOwn' : [ 'identity' , ' isArguments'] ,
90
90
'functions' : [ 'isArguments' , 'isFunction' ] ,
91
- 'groupBy' : [ ] ,
91
+ 'groupBy' : [ 'identity' ] ,
92
92
'has' : [ ] ,
93
93
'identity' : [ ] ,
94
94
'indexOf' : [ 'sortedIndex' ] ,
133
133
'pluck' : [ ] ,
134
134
'random' : [ ] ,
135
135
'range' : [ ] ,
136
- 'reduce' : [ ] ,
136
+ 'reduce' : [ 'identity' ] ,
137
137
'reduceRight' : [ 'forEach' , 'keys' ] ,
138
138
'reject' : [ 'identity' ] ,
139
139
'rest' : [ ] ,
140
140
'result' : [ 'isFunction' ] ,
141
141
'shuffle' : [ ] ,
142
142
'size' : [ 'keys' ] ,
143
143
'some' : [ 'identity' ] ,
144
- 'sortBy' : [ ] ,
144
+ 'sortBy' : [ 'identity' ] ,
145
145
'sortedIndex' : [ 'identity' ] ,
146
146
'tap' : [ 'mixin' ] ,
147
147
'template' : [ 'escape' ] ,
You can’t perform that action at this time.
0 commit comments