How to replace foo with bar using jscodeshift?

前端 未结 0 1577
眼角桃花
眼角桃花 2020-12-06 20:32

I use jscodeshift to rename foo variable in my code snippet to bar:

function test(foo) { console.log({ foo}); }

the

相关标签:
回答
  • 消灭零回复
提交回复
热议问题