babel-plugin-transform-custom-element-classes icon indicating copy to clipboard operation
babel-plugin-transform-custom-element-classes copied to clipboard

Compile ES6 HTMLElement class extensions to ES5

Results 2 babel-plugin-transform-custom-element-classes issues
Sort by recently updated
recently updated
newest added

Since Babel 7, [Babel Macros](https://github.com/kentcdodds/babel-plugin-macros) are supported. So it would be cool to have a macro for tools like Create-React-App.

I spoke with @hzoo at the recent Chrome Dev Summit afterparty about this issue, and we discussed updating the behavior in Babel to call `Reflect.construct` when extending exotic things like...