knockout-es6 icon indicating copy to clipboard operation
knockout-es6 copied to clipboard

es6 features in knockout

Results 3 knockout-es6 issues
Sort by recently updated
recently updated
newest added

Since `super()` cannot be called at the bottom of the constructor (see #2), we can't really use baseclass here. An alternative is to use a decorator or decorating function: ```js...

It would be really nice to have dispose method in base class, that calls dispose for every subscription or computed field, created in constructor.

I found some error which will work with available transpilers, but is not valid ES6: accessing this before calling super() will throw a ReferenceError as this will not yet be...