-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
We use inversify with tsoa framework, and after recent update from 6.0.3 to 6.1.1 Inversify i…
-
Implementing this feature is a great way to learn Reflect API and Typescript decorators. I've provided link to a great article on this topic.
[Typescript Decorators and Reflect API](http://blog.wo…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
https://github.com/inversify/InversifyJS/issues/1598#issuecomment-2449343110 Error say …
-
[callstack/linaria: Zero-runtime CSS in JS library](https://github.com/callstack/linaria)
## 库
- [facebookincubator/redux-react-hook: React Hook for accessing state and dispatch from a Redux store…
-
https://mp.weixin.qq.com/s?__biz=MzU5ODYyNTkxMA==&mid=2247486491&idx=1&sn=1a1e06914c7a6d72724698b8c6ea5b7d&chksm=fe401702c9379e14181c35622ae38c7f9156cc4e5c49c7b0543d4ea67313f059e6ac191dcf1b&token=1620…
-
The lazyInject decorator appears to be a replacement for the constructor-injection. But the scoping rules don't work with lazy injection.
## Expected Behavior
The 'lazyInject' decorator should inj…
-
Hello there,
I have a question about this piece of code:
This is how my factory looks like. As you can see I'm binding/unbinding some classes inside this factory method.
```typescript
export f…
-
Hi
Are there any plans to support async factories?
Thanks
-
## Bug Report
**Current Behavior**
Param decorators pass through silently
**Input Code**
```ts
class Foo {
constructor(@dec arg) {
console.log(arg);
}
}
```
**Expect…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When `inversify@6.1.0` `Container.bind` is used with a `mongoose@7.8.2` `Model`, a TypeScript…