How to get what is the typeof of variable in AST?
typeof
const code = `const foo = () => { const baz = this; }`;
I want to find th