mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
lodash: Optimize uniq and union, and inflate methods in the "Arrays" category. [jddalton]
Former-commit-id: b54d0bc2a77d1589d4b53b20a2f5ec175ab6c5cc
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
'length',
|
||||
'object',
|
||||
'Math',
|
||||
'methodName',
|
||||
'prop',
|
||||
'property',
|
||||
'result',
|
||||
@@ -50,8 +49,7 @@
|
||||
'toString',
|
||||
'true',
|
||||
'undefined',
|
||||
'value',
|
||||
'values'
|
||||
'value'
|
||||
];
|
||||
|
||||
/** Used to minify `iterationFactory` option properties */
|
||||
@@ -60,14 +58,12 @@
|
||||
'array',
|
||||
'beforeLoop',
|
||||
'bottom',
|
||||
'exits',
|
||||
'exitsExp',
|
||||
'exit',
|
||||
'inLoop',
|
||||
'init',
|
||||
'iterate',
|
||||
'loopExp',
|
||||
'object',
|
||||
'returns',
|
||||
'top',
|
||||
'useHas'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user