Hi folks!
I'm trying to add support for resolving async dependencies (js/promise so far) before injecting them in the related dependent components.
The idea in my repo would be to overload core/build to add resolve and reject callbacks but also being able to reuse the validation keys logic.
So the thing I'm asking is: could it make sense to refactor this validation logic and extract it to its own (private) function?
Here my attempt master...tangrammer:master
Thanks in advance for this great library!