-
## Version **4.4.0** of [tslint](https://github.com/palantir/tslint) just got published.
Branch
Build failing 🚨
Dependency
tslint
…
-
Need to answer http://stackoverflow.com/questions/38668768/inversifyjs-injecting-the-class-which-extends-non-injectable-external-module creating this issue as a reminder...
-
sorry for the quick ticket opening and I know I should make the PR for that
TS with ES5 compatibility should work as docs describes -> except bluebird 3+ is the current ver.
## Expected Behaviour
bu…
nbalu updated
8 years ago
-
@otbe asked me to implement some decorators to help during unit testing. This is really interesting and I believe that there are a lot of things that we can use to improve the developers testing exper…
-
PR [#325](https://github.com/inversify/InversifyJS/pull/325) breaks the build with the following [error](https://travis-ci.org/inversify/InversifyJS/jobs/149387354#L1225-L1229):
> TypeScript error: /…
-
![bug](https://cloud.githubusercontent.com/assets/10656223/16621152/2c657356-438d-11e6-9480-08356078fc0f.png)
- Build log is https://travis-ci.org/inversify/InversifyJS/jobs/142701113#L779-L808
- Buil…
-
Function getFunctionName throws when its called by baseClassDependencyCount which passes following function.
``` javascript
function (options) {
events.EventEmitter.call(this);
this.configure(opt…
-
I'm creating this issue to keep track of everything that I need to do for the 2.0.0 release :tada:
- [x] #269 dts 1.0.7 'file not found'
- [x] #262 Confusing issue with resolving class if module is c…
-
## Expected Behavior
I converted my useless model factories to dynamic values (.toDynamicValue) as suggested in #351. I expect the bound resources to be cached.
## Current Behavior
The bound resourc…
-
## Current Behavior
In some cases when working with derived classes we get an error:
> The number of constructor arguments in the derived class X must be >= than the number of constructor arguments …