Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-05-28 16:53:17 +03:00
parent 987c4c2c79
commit dd0e002556

View File

@ -94,6 +94,10 @@ module.HANDLERS = {
}, },
// XXX do we need to treat array keys as a special case??? // XXX do we need to treat array keys as a special case???
// ...the best approach could be to simply:
// - prioretize handlers -- already done
// - skip repeating keys
// ...this could be done on the root handler level...
// XXX need to optionally handle props... // XXX need to optionally handle props...
keys: { keys: {
match: function(obj){ match: function(obj){