InversifyJS icon indicating copy to clipboard operation
InversifyJS copied to clipboard

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.

Results 173 InversifyJS issues
Sort by recently updated
recently updated
newest added

## 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"...

## Description Added bug report and feature request form to the project ## Related Issue ## Motivation and Context CICD addition to improve user experience on creating issues and suggesting...

CI

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,...

## Expected Behavior import `withMiddleware` to create decorator middleware, [as described in the documentation](https://github.com/inversify/inversify-express-utils?tab=readme-ov-file#middleware-decorators). ## Current Behavior ``` "inversify-express-utils" has no exported member named 'withMiddleware'. ``` Currently using the latest...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/inversify/InversifyJS). This repository currently has no open or...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior We've migrated our codebase to inversify@v7. Thank you for maintaining this...

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current behavior The npm package uses a [email protected] as peer dependency. The problem...

### Is there an existing proposal similar to this? - [X] I have searched the existing proposals ### What are you proposing? Usually, when several components are registered with the...

Base Class: ``` @injectable() export abstract class MWServiceClient implements ServiceClient{ ``` introduced another abstract base class for adding 'caching' decorator: ``` @fluentProvide(TYPES.MWServiceClient).onActivation(((context: Context) => { console.log(`erl ${context} `); // want...

Is it possible to create a UMD bundle?