babel-plugin-auto-assign icon indicating copy to clipboard operation
babel-plugin-auto-assign copied to clipboard

Any plans to update this to Babel 6?

Open aluxian opened this issue 9 years ago • 5 comments

How to update: see Plugin API on http://babeljs.io/blog/2015/10/29/6.0.0/

aluxian avatar Dec 18 '15 15:12 aluxian

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.

shuhei avatar Dec 19 '15 03:12 shuhei

Great! Thank you :)

aluxian avatar Dec 19 '15 06:12 aluxian

Any news about this?

McGiogen avatar Jan 18 '18 15:01 McGiogen

would like to use this plugin with babel 7!

jakewhelan avatar Jul 24 '18 10:07 jakewhelan

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.

shuhei avatar Aug 04 '18 21:08 shuhei