-
Method Container.getAll does not return named bindings
## Expected Behavior
All bindings including named should be returned by method
## Current Behavior
Currently Container.getAll filters out…
-
## Expected Behavior
Lazy property injection has vanillajs support
## Current Behavior
It is not possible to use lazy property injection with vanillajs.
## Possible Solution
We need t…
-
So, i have a project https://github.com/javascript-obfuscator/javascript-obfuscator/tree/dev and now i'm trying to move it on `Inversify`.
Inside some class i have code that traverses over AST tree…
-
Once TypeScript 2.1 is released we will be able to use async await and remove the need for the bluebird npm package and its type definitions.
We will need to list TypeScript 2.0 as a peer dependency.…
-
If i have only one named binding - no error if `getNamed` is called with invalid name.
## Expected Behavior
Error `No matching bindings found for serviceIdentifier: Symbol(IControlFlowReplacer) - …
-
## Expected Behavior
When multiple bindings are named/tagged will return a default binding if no name/tag is given. If no default binding is found there would be no change in current behavior (throw …
-
What's the consensus on accessing the store from inside the component? Do you access it directly using import or pass as props?
Importing and accessing directly is very convenient, but how do you tes…
-
We should upgrade to TypeScript 1.9 and use [Non-nullable types](https://github.com/Microsoft/TypeScript/pull/7140).
Strict null checking can be enabled with a new `--strictNullChecks` compiler switc…
-
Currently, as I understand, there's no way to instantiate a class without
* decorating it with `@injectable`
* configuring a binding in a container.
```
@injectable() MyClass {};
contai…
-
Same as `@Optional` in Angular 2.
Regarding the **Avoid optional dependencies** in [Good practices](https://github.com/inversify/InversifyJS/blob/master/wiki/good_practices.md)
> In other words,…