mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Ensure iteratorObject.keys is minified.
Former-commit-id: dcbd40ddcb54c6845fd5255f2ee8c4508091aafd
This commit is contained in:
@@ -340,7 +340,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
// minify `iteratorObject.keys`
|
// minify `iteratorObject.keys`
|
||||||
source.replace(/\b(iteratorObject(?:\.|\['))keys\b/g, function(match, prelude) {
|
source = source.replace(/\b(iteratorObject(?:\.|\['))keys\b/g, function(match, prelude) {
|
||||||
return prelude + minNames[iteratorOptions.length + props.length];
|
return prelude + minNames[iteratorOptions.length + props.length];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user