electron-userland / electron-compilers

DEPRECATED: Compiler implementations for electron-compile
35 stars 55 forks source link

refactor(babel): let babel compiler use SimpleCompilerBase #59

Closed kwonoj closed 7 years ago

kwonoj commented 7 years ago

This PR simplifies babel compiler as same as other ones by using existing SimpleCompilerBase instead of previous transformCode does its own way of simple compiler base.

MarshallOfSound commented 7 years ago

Won't this block / conflict #58?

kwonoj commented 7 years ago

Maybe? Since this is just refactoring, I can resolve conflict later once those changes are in. (Or even this PR won't be required)