Since you've gone to the trouble of writing JSCodeShift transforms, have you considered using a babel transform instead? They're actually quite similar.
Using babel would make it easier to transparently tweak the underlying implementation without requiring a re-run of the codemods.
Just an idea -- very interesting project! 🙇
Since you've gone to the trouble of writing JSCodeShift transforms, have you considered using a babel transform instead? They're actually quite similar.
Using babel would make it easier to transparently tweak the underlying implementation without requiring a re-run of the codemods.
Just an idea -- very interesting project! 🙇