Transpile ES6 even without node, just using rubyracer

This commit is contained in:
Robin Ward
2014-05-05 18:04:09 -04:00
parent dddb2e19fc
commit c3ccc3e309
8 changed files with 7378 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module ES6ModuleTranspiler
module Rails
VERSION = '0.4.0'
end
end