ivandotv / pumpit

PumpIt is a small (<2KB) dependency injection container without the decorators, suitable for the browser.
MIT License
25 stars 2 forks source link

Implement validate dependencies method #35

Open ivandotv opened 1 year ago

ivandotv commented 1 year ago

Implement a method that will validate all the dependencies in the container (confirm that all dependencies can be resolved and instantiated) This will effectively prevent runtime resolve errors.