-
Is there anyway to use the container to inject commonjs modules in to your classes as well? Based on the .d.ts, whatever you pass in as the implementation type must have a constructor. Essentially, I …
-
Hey @Jameskmonger,
As discussed we should be running automated scripts prepublish to ensure breaking builds cannot be published.
For now just run `gulp test` and we will add more checks as necessary…
-
Note: i don't see this feature yet on the master. feel free to mark as dup or delete.
Sometime Type creation require some step (via some setup builder etc). Need an easy way to register it using a fa…
-
Hi,
Since https://github.com/inversify/InversifyJS/pull/158, I have a false positive when the base class doesn't use DI and the derieved class does.
## Expected Behavior
We should be able to exten…
-
There is an error in the build logs:
https://travis-ci.org/inversify/InversifyJS/builds/103853460
```
[14:19:34] Starting 'build-test'...
test/inject_annotation.test.ts(1,1): error TS6053: File '/ho…
-
How does inversify manage cyclic dependencies?
Could not find anything in the documentation yet.
-
**Name: InversifyJS**
**Git Repo: https://github.com/inversify/InversifyJS.git**
**npm: https://www.npmjs.com/package/inversify**
**License: MIT**
**Website: http://inversify.io**
#
Notes from c…
-
If I have simple class which is not implementing any interface.
```
export class Something{
constructor(*/../*) { }
public static CustomMethodFromNotReallySomething(*/params/*) { }
…
-
Am I the only one who tried to launch this DI? Why in all examples import **inject**, while in js code there is only **Inject**?
```
import {Kernel, Inject} from 'inversify';
const kernel = new Kern…
-
Hi guys,
I'm going to share with you my plans for `2.0`...
I was thinking about finishing the `2.0` branch and doing a massive pull request but I changed my mind...
I'm going to use the `2.0` bran…