Closed kwonoj closed 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.
babel
SimpleCompilerBase
transformCode
Won't this block / conflict #58?
Maybe? Since this is just refactoring, I can resolve conflict later once those changes are in. (Or even this PR won't be required)
This PR simplifies
babel
compiler as same as other ones by using existingSimpleCompilerBase
instead of previoustransformCode
does its own way of simple compiler base.