BrainBacon/Nodep

Load dependencies in order via dependency tree analysis

Closed this issue · 0 comments

Right now nodep requires that dependencies are manually loaded in order. Nodep should analyze the injectables in each dependency and decide to load them accordingly. This will require a graceful failure when circular references are found.

  • implementation
  • documentation
  • testing