mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Don't make without an alias so it can be reverted with convert.
This commit is contained in:
@@ -9,7 +9,6 @@ exports.aliasToReal = {
|
|||||||
'extend': 'assignIn',
|
'extend': 'assignIn',
|
||||||
'extendWith': 'assignInWith',
|
'extendWith': 'assignInWith',
|
||||||
'first': 'head',
|
'first': 'head',
|
||||||
'without': 'difference',
|
|
||||||
|
|
||||||
// Ramda aliases.
|
// Ramda aliases.
|
||||||
'__': 'placeholder',
|
'__': 'placeholder',
|
||||||
@@ -264,6 +263,7 @@ exports.skipRearg = {
|
|||||||
'range': true,
|
'range': true,
|
||||||
'rangeRight': true,
|
'rangeRight': true,
|
||||||
'subtract': true,
|
'subtract': true,
|
||||||
|
'without': true,
|
||||||
'zip': true,
|
'zip': true,
|
||||||
'zipObject': true
|
'zipObject': true
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user