如何在打字稿AST

时间:2019-05-28 11:22:12

标签: typescript abstract-syntax-tree

示例:

import { method } from 'lib'

const a = method
const b = a
const c = method
// a b c is the same function

在AST中,我可以从ImportDeclaration获取变量名称method

但是如何找到a b c

我的目的是记录method曾在哪里打电话

0 个答案:

没有答案