How to get typeof variable in AST?

前端 未结 0 857
孤城傲影
孤城傲影 2020-12-09 16:06

How to get what is the typeof of variable in AST?

const code = `const foo = () => {
  const baz = this;
}`;

I want to find th

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