1.02
No commit activity in last 3 years
No release in over 3 years
Ruby Babel is a bridge to the JS Babel transpiler.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.5

Runtime

< 6, >= 4.0
~> 2.0
 Project Readme

Ruby Babel Transpiler

Ruby Babel is a bridge to the JS Babel transpiler.

require 'babel/transpiler'
Babel::Transpiler.transform File.read("foo.es6")

Installation

$ gem install babel-transpiler

Dependencies

This library depends on the babel-source gem which is updated any time a new version of Babel is released.

ExecJS

The ExecJS library is used to automatically choose the best JavaScript engine for your platform. Check out its README for a complete list of supported engines.