debugworkbench / hydragon

Extensible multi-platform debugger frontend
MIT License
1 stars 0 forks source link

Add an IoC container to handle dependency injection of services #6

Open enlight opened 8 years ago

enlight commented 8 years ago

There are a number of existing TypeScript and JavaScript libraries that provide IoC containers, so perhaps I can find something to my liking. The IoC container should allow for DI via class constructors using parameter decorators, similar to how VSCode does it.