Open erin-noe-payne opened 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.
apply
With node v5 released, there is now support for the spread operator. This feature can now be implemented.
es6 classes must be called with new, which means they are not injected properly. However they also cannot be
apply
d. This issue cannot be resolved until v8 & node implement the es6 spread operator.