mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Ensure fp add and subtract don't have rearg applied.
This commit is contained in:
@@ -221,6 +221,7 @@ exports.rename = {
|
|||||||
|
|
||||||
/** Used to track methods that skip `_.rearg`. */
|
/** Used to track methods that skip `_.rearg`. */
|
||||||
exports.skipRearg = {
|
exports.skipRearg = {
|
||||||
|
'add': true,
|
||||||
'assign': true,
|
'assign': true,
|
||||||
'assignIn': true,
|
'assignIn': true,
|
||||||
'concat': true,
|
'concat': true,
|
||||||
@@ -232,6 +233,7 @@ exports.skipRearg = {
|
|||||||
'random': true,
|
'random': true,
|
||||||
'range': true,
|
'range': true,
|
||||||
'rangeRight': true,
|
'rangeRight': true,
|
||||||
|
'subtract': true,
|
||||||
'zip': true,
|
'zip': true,
|
||||||
'zipObject': true
|
'zipObject': true
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user