-
先验证这个升级问题,再确定工程方案
#64
-
When you inject an object with a property of `.then` but its not a promise, it resolves to undefined. This is because when resolving it believes that its a `promise` when its not
## Expected Behavi…
-
**Describe the bug**
DI does not work properly when using default values.
```
Error: Cannot inject the dependency at position #0 of "Target" constructor. Reason:
TypeInfo not known for "Object…
-
## Expected Behavior
I expect to implement unit test and unit tests to pass without errors.
## Current Behavior
I got this error "Decorators cannot be used to decorate parameters" when implem…
-
Inversify decorators don't work with Babel, maybe because of different specification:
## Possible Solution
Here's an example of working with Babel decorator, I suppose it works because it returns …
-
### Is there an existing proposal similar to this?
- [X] I have searched the existing proposals
### What are you proposing?
Currently the `TAGGED` metadata is an `Array` of [Metadata](https://githu…
-
I’m looking to integrate Inversify Sugar with Inversify React, specifically for using the React provider that requires a container to wrap the entire application.
Currently, I can access the global…
-
`whenInjectedInto` should support service identifiers:
- string
- symbol (needs to be implemented)
- class
Reported by @akosyakov.
-
I want a Ninja per Weapon in every game board class.
```typescript
@injectable()
class Katana implements Weapon {
public hit() {
return "cut!";
}
}
@injectable()
class…
-
Hi, not really a bug report, just to see if you are aware since this is not obvious in the docs. As title states.
In fact I cannot get this to work unless the TYPES are explicitly declared and expo…