envs
envs copied to clipboard
Implement Babel compiler
- [ ] spec definition
- [ ] implementation
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.