proposal-decorators icon indicating copy to clipboard operation
proposal-decorators copied to clipboard

Decorators for ES6 classes

Results 32 proposal-decorators issues
Sort by recently updated
recently updated
newest added

Why must class decorators have a return value of T / void / undefined? I need to implement such a function, not using decorators,Methods that return class instance objects ```...

I'm not sure if this has been reported before but there is an error with the [example](https://github.com/tc39/proposal-decorators/blob/a81149ffa1253601329b64542123ac52f839d139/README.md?plain=1#L60-L77) in the motivation section. The statement `return result;` is going to fail with...