mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 15:27:50 +00:00
Update build.js and pre-compile.js for _.invert, _.pairs, and _.random.
Former-commit-id: 0dc281f6e1a07f0a4121f71c37e15a7ca0e18960
This commit is contained in:
6
build.js
6
build.js
@@ -190,6 +190,7 @@
|
||||
'indexOf': ['sortedIndex'],
|
||||
'initial': [],
|
||||
'intersection': ['indexOf'],
|
||||
'invert': [],
|
||||
'invoke': [],
|
||||
'isArguments': [],
|
||||
'isArray': [],
|
||||
@@ -220,9 +221,11 @@
|
||||
'object': [],
|
||||
'omit': ['indexOf', 'isArguments'],
|
||||
'once': [],
|
||||
'pairs': [],
|
||||
'partial': [],
|
||||
'pick': [],
|
||||
'pluck': [],
|
||||
'random': [],
|
||||
'range': [],
|
||||
'reduce': [],
|
||||
'reduceRight': ['keys'],
|
||||
@@ -282,10 +285,13 @@
|
||||
'countBy',
|
||||
'forIn',
|
||||
'forOwn',
|
||||
'invert',
|
||||
'merge',
|
||||
'object',
|
||||
'omit',
|
||||
'pairs',
|
||||
'partial',
|
||||
'random',
|
||||
'unescape',
|
||||
'where'
|
||||
]));
|
||||
|
||||
@@ -157,6 +157,7 @@
|
||||
'inject',
|
||||
'interpolate',
|
||||
'intersection',
|
||||
'invert',
|
||||
'invoke',
|
||||
'isArguments',
|
||||
'isArray',
|
||||
@@ -191,9 +192,11 @@
|
||||
'omit',
|
||||
'once',
|
||||
'opera',
|
||||
'pairs',
|
||||
'partial',
|
||||
'pick',
|
||||
'pluck',
|
||||
'random',
|
||||
'range',
|
||||
'reduce',
|
||||
'reduceRight',
|
||||
|
||||
Reference in New Issue
Block a user