-
The function getServiceIdentifierAsString causes issues when run in internet explorer, because it uses the property Function.name which is not supported in internet explorer.
## Expected Behavior…
-
Para uma boa mantenabilidade, o ideal é que o projeto seja separado em camadas com responsabilidades claras, e sem invasão de escopo entre elas.
Uma arquitetura que funciona bem com typescript é a …
-
I got the error "Metadata key was used more than once in a parameter: inject".
You can find the error constant: https://github.com/inversify/InversifyJS/blob/master/src/constants/error_msgs.ts
You…
-
I referred [mongoose sample](https://github.com/stelltec/public-tech-demos/tree/master/nodejs-madrid-meetup/demo3) to build an express application with mongoose.
Pasting the relevant section for bre…
-
For multiple reasons, it can be useful to access a container's bindings : write some tests, check that the bindings are correct, export the bindings to a human readable format, etc.
Possibly re…
c100k updated
1 month ago
-
[This question is related with
](https://github.com/inversify/InversifyJS/issues/866)
The solution provided there doesn't work in this case, a solution is proposed but don't work
`import { d…
-
Using inversify v5.0.5 and metro-bundler (running on react-native with babel) I get this warning.
```
[Fri Mar 19 2021 20:58:19.746] WARN Require cycle: node_modules/inversify/lib/syntax/bind…
-
### ゴール
- Middleware周りのライブラリを調査し、それぞれの長所短所をまとめる
-
Unable to lazily inject circular service dependency via _property_ injection.
Side-note: Identifer -> Identifier
## Expected Behavior
Inject without error
## Current Behavior
throws error
…
-
### Is there an existing proposal similar to this?
- [X] I have searched the existing proposals
### What are you proposing?
`preDestroy` hooks should be called (and awaited if they are `async…