erin-noe-payne / nject

nodejs dependency injector
31 stars 5 forks source link

Check support for es6 classes #16

Open erin-noe-payne opened 9 years ago

erin-noe-payne commented 9 years ago

es6 classes must be called with new, which means they are not injected properly. However they also cannot be applyd. This issue cannot be resolved until v8 & node implement the es6 spread operator.

erin-noe-payne commented 8 years ago

With node v5 released, there is now support for the spread operator. This feature can now be implemented.