How to get code output of find in jscodeshift?

前端 未结 0 1623
闹比i
闹比i 2020-12-08 12:28

I use jscodeshift to find function declaration:

  const functionDeclaration = root.find(j.FunctionDeclaration);

Now I want to log the match p

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