help wantedrequest for comments
Description
Spec compliancy
- Update to support both the old and new spec (coming in Babel 6)
- Waiting on decorators to be implemented in Babel 6
- Implement backward compatibility, if possible ???
Add the remaining tests
decorators
- autobind
- debounce
- deprecate
- nonconfigurable
- nonenumerable
- override
- readonly
- suppress-warnings
(private/utils)
- decorate
- isDescriptor
- metaFor
Decide if aliases will continue?
I generally do not like aliases. I'd prefer to have all decorators named as a verb and remove the aliases.
- @deprecate (alias: @deprecated)
- @mixin (alias: @mixins)
Slim builds
- Support rollup via
jsnext:main - Allow imports of each decorator to not pull in entire library for browserify/webpack users. Most likely via
postinstallor similar, aliasing files into the package root so they canimport autobind from 'core-decorators/autobind.