mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
lodash: Optimize groupBy, union, and pick. [jddalton]
Former-commit-id: 5109fd3868751f34f5a54ebafdbd43fa26f96754
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
/** The Node filesystem module */
|
||||
var fs = require('fs');
|
||||
|
||||
/** Used to minify string values embedded in compiled strings */
|
||||
/** Used to minify string literals embedded in compiled strings */
|
||||
var compiledValues = [
|
||||
'arrays',
|
||||
'objects'
|
||||
@@ -33,9 +33,11 @@
|
||||
'initial',
|
||||
'isArray',
|
||||
'isEmpty',
|
||||
'isFunc',
|
||||
'length',
|
||||
'object',
|
||||
'Math',
|
||||
'prop',
|
||||
'property',
|
||||
'result',
|
||||
'slice',
|
||||
@@ -83,7 +85,6 @@
|
||||
'interpolate',
|
||||
'isEqual',
|
||||
'isFinite',
|
||||
'lodash',
|
||||
'setTimeout',
|
||||
'templateSettings',
|
||||
'toArray',
|
||||
|
||||
Reference in New Issue
Block a user