electrolyte
electrolyte copied to clipboard
Elegant dependency injection for Node.js.
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 2.5.3 to 10.2.0 Release notes Sourced from...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 2.5.3 to 10.2.0 Release notes Sourced from...
Hello, First I would like to say that I really appreciate your work on many Javascript projects, I learned a lot from how you use the full power of Javascript...
Can someone explain why the new version of electrolyte breaks the way of working. On doing `ioc.create() `it is returning promise in version 0.4.0 while in 0.3.0 it returns the...
Webpack?
Any chance Electrolyte could work with Webpack?
Due to [this](https://david-dm.org/jaredhanson/electrolyte) electrolyte uses out-dated version of debug package, so it would be better to fix this for users, who care about security.
Hello @jaredhanson I've seen in the code that @implements and @requires are defined. I think it makes sense to add https://github.com/bixbyjs/bixby/blob/master/lib/resolvers/auto.js into electrolyte and to include it by default.
Hello, Following remarks in https://github.com/jaredhanson/electrolyte/issues/35, https://github.com/jaredhanson/electrolyte/pull/27 and https://github.com/jaredhanson/electrolyte/issues/35 i was not finding a good way to inject singletons manually. I'd like to have this design ```js IoC.use(IoC.singleton('settings', {foo : 'bar'}));...
Hello, Thank you for this lib. ## before ```shell » An unexpected error was caught: Error at /.../electrolyte/lib/container.js:187:18 ``` ## after ```shell » An unexpected error was caught: ComponentNotFoundError: Unable...