envs icon indicating copy to clipboard operation
envs copied to clipboard

Implement Babel compiler

Open imsnif opened this issue 6 years ago • 1 comments

  • [ ] spec definition
  • [ ] implementation

imsnif avatar Sep 02 '19 15:09 imsnif

Hey, I created a new compiler for ReactNative that does all the things that Babel compiler needs to do, and it support also the new rawConfig feature, so it will be pretty easy to take the part we need for the Babel compiler and create a new one. We need also to move outside of the compilers few functions that I'm pretty sure that both compilers will use, and move them to the common functions folder to avoid duplicate functions.

JoshK2 avatar Jan 07 '20 23:01 JoshK2