ruby-babel-transpiler icon indicating copy to clipboard operation
ruby-babel-transpiler copied to clipboard

How to create/use plugin

Open jbmyid opened this issue 8 years ago • 1 comments

I have a js code for Babel plugin which can be used as a plugin in js Babel transform, how do I use the same plugin in here?

jbmyid avatar Aug 30 '17 09:08 jbmyid

@jbmyid I don't think you can, in theory the gem should take any of the options that Babel transform does, but in practice it only seems to understand ast, code, not much more.

I doesn't looks like the Gem is maintained anymore.

oskarkrawczyk avatar Mar 12 '18 17:03 oskarkrawczyk