rwjblue / ember-cli-esnext

35 stars 7 forks source link

broccoli-esnext will be deprecated. #16

Closed shinnn closed 7 years ago

shinnn commented 9 years ago

Hi, I'm an author of broccoli-esnext.

I will inform you of deprecation of broccoli-esnext. It finished its roles because the upstream project is deprecated and now we can use babel plugin instead.

Thanks for using my plugin as a dependency of this project!

rwjblue commented 9 years ago

@shinnn - Thank you very much for taking the time to open an issue for this! It is great to see that some package maintainers care enough about their users to notify them when the package is being deprecated.

As for ember-cli-esnext, it has already been replaced as the default ES6/ES2015 transpiler in Ember CLI. I will update the readme to reflect that it is deprecated...

shinnn commented 9 years ago

I should update the readme and deprecate the npm package, too.

shinnn commented 9 years ago

Just deprecated broccoli-esnext.

$ npm install broccoli-esnext
npm WARN deprecated broccoli-esnext@0.5.1: Use broccoli-babel-transpiler instead.
broccoli-esnext@0.5.1 node_modules/broccoli-esnext
├── ...

I will update the readme to reflect that it is deprecated...

Yes, readme update would close this issue.

shinnn commented 7 years ago

Fixed in https://github.com/rwjblue/ember-cli-esnext/commit/72ca6222c9357c13602ac5613d24b600fc2fb4e3.