babel / ruby-babel-transpiler

Ruby Babel is a bridge to the JS Babel transpiler.
https://github.com/babel/ruby-babel-transpiler
MIT License
160 stars 27 forks source link

Update babel versions #304

Open BookOfGreg opened 6 years ago

BookOfGreg commented 6 years ago

Adds modern rubies, modern babel, removes some older versions to speed travis.

BookOfGreg commented 6 years ago

@loganfsmyth As discussed in this thread: https://github.com/babel/babel/issues/8893 And also in the originating react-rails thread of which I am a member: https://github.com/reactjs/react-rails/issues/944 I've started basic work to get this gem running again.

The Travis CI won't pass until I have released new babel-source versions which this gem also contains. https://rubygems.org/gems/babel-source/versions/4.7.16 I also see that @tricknotes had a repository for babel-6 support that I might adopt. https://github.com/tricknotes/ruby-babel-transpiler/tree/babel-source-6

Would any of the people I mentioned be able to either grant me access to release these gems or release on my behalf? Thanks.