In pathom3, is it possible to have two resolvers with different inputs that yield the same output keys? It appears that the first resolver in the register vector is the one that wins
it is possible, but there is not prioritization algorithm yet, so it tries them in order, if the first fails it tries the next one
first one failing means it returns nil
?
afik, both exception or nil will be considered "fail".
thx