Allow over, overEvery, and overSome to accept matchesProperty shorthands. [closes #2193]

This commit is contained in:
John-David Dalton
2016-04-01 09:00:32 -07:00
parent b8096df6d8
commit b257bb9c9e
3 changed files with 11 additions and 27 deletions

View File

@@ -164,6 +164,10 @@ exports.methodRearg = {
exports.methodSpread = {
'invokeArgs': 2,
'invokeArgsMap': 2,
'over': 0,
'overArgs': 1,
'overEvery': 0,
'overSome': 0,
'partial': 1,
'partialRight': 1,
'without': 1
@@ -263,6 +267,7 @@ exports.skipRearg = {
'matchesProperty': true,
'merge': true,
'multiply': true,
'overArgs': true,
'partial': true,
'partialRight': true,
'random': true,