babel-plugin-auto-assign
babel-plugin-auto-assign copied to clipboard
Any plans to update this to Babel 6?
How to update: see Plugin API
on http://babeljs.io/blog/2015/10/29/6.0.0/
Yes, I'll support Babel 6 by the end of 2015. I haven't updated it because decorators were removed in Babel 6 because the decorator proposal has vastly changed from the version that's in Babel 5.
Now we have babel-plugin-transform-decorators-legacy that supports Babel 5 compatible decorators. My plan is to support decorators with the plugin until Babel 6 supports the new spec of decorators.
Great! Thank you :)
Any news about this?
would like to use this plugin with babel 7!
Sorry, I don't use this plugin by myself, and won't maintain it anymore. If you really need it, it shouldn't be so hard to create one from scratch with babel 6/7 API.