mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +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'],
|
'indexOf': ['sortedIndex'],
|
||||||
'initial': [],
|
'initial': [],
|
||||||
'intersection': ['indexOf'],
|
'intersection': ['indexOf'],
|
||||||
|
'invert': [],
|
||||||
'invoke': [],
|
'invoke': [],
|
||||||
'isArguments': [],
|
'isArguments': [],
|
||||||
'isArray': [],
|
'isArray': [],
|
||||||
@@ -220,9 +221,11 @@
|
|||||||
'object': [],
|
'object': [],
|
||||||
'omit': ['indexOf', 'isArguments'],
|
'omit': ['indexOf', 'isArguments'],
|
||||||
'once': [],
|
'once': [],
|
||||||
|
'pairs': [],
|
||||||
'partial': [],
|
'partial': [],
|
||||||
'pick': [],
|
'pick': [],
|
||||||
'pluck': [],
|
'pluck': [],
|
||||||
|
'random': [],
|
||||||
'range': [],
|
'range': [],
|
||||||
'reduce': [],
|
'reduce': [],
|
||||||
'reduceRight': ['keys'],
|
'reduceRight': ['keys'],
|
||||||
@@ -282,10 +285,13 @@
|
|||||||
'countBy',
|
'countBy',
|
||||||
'forIn',
|
'forIn',
|
||||||
'forOwn',
|
'forOwn',
|
||||||
|
'invert',
|
||||||
'merge',
|
'merge',
|
||||||
'object',
|
'object',
|
||||||
'omit',
|
'omit',
|
||||||
|
'pairs',
|
||||||
'partial',
|
'partial',
|
||||||
|
'random',
|
||||||
'unescape',
|
'unescape',
|
||||||
'where'
|
'where'
|
||||||
]));
|
]));
|
||||||
|
|||||||
@@ -157,6 +157,7 @@
|
|||||||
'inject',
|
'inject',
|
||||||
'interpolate',
|
'interpolate',
|
||||||
'intersection',
|
'intersection',
|
||||||
|
'invert',
|
||||||
'invoke',
|
'invoke',
|
||||||
'isArguments',
|
'isArguments',
|
||||||
'isArray',
|
'isArray',
|
||||||
@@ -191,9 +192,11 @@
|
|||||||
'omit',
|
'omit',
|
||||||
'once',
|
'once',
|
||||||
'opera',
|
'opera',
|
||||||
|
'pairs',
|
||||||
'partial',
|
'partial',
|
||||||
'pick',
|
'pick',
|
||||||
'pluck',
|
'pluck',
|
||||||
|
'random',
|
||||||
'range',
|
'range',
|
||||||
'reduce',
|
'reduce',
|
||||||
'reduceRight',
|
'reduceRight',
|
||||||
|
|||||||
Reference in New Issue
Block a user