Don't make without an alias so it can be reverted with convert.

This commit is contained in:
John-David Dalton
2016-03-20 11:16:18 -07:00
parent 04ddaf49f5
commit dfb7a4c078

View File

@@ -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
}; };