mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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',
|
||||
'extendWith': 'assignInWith',
|
||||
'first': 'head',
|
||||
'without': 'difference',
|
||||
|
||||
// Ramda aliases.
|
||||
'__': 'placeholder',
|
||||
@@ -264,6 +263,7 @@ exports.skipRearg = {
|
||||
'range': true,
|
||||
'rangeRight': true,
|
||||
'subtract': true,
|
||||
'without': true,
|
||||
'zip': true,
|
||||
'zipObject': true
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user