DEV Community

Discussion on: How to find what is the dependency of a function, class, or variable in ES6 via AST

Collapse
 
yalondpsi profile image
Yalon

Great article!
I have a question please - is it possible to get a value of a variable in a program according to a specific line number? (when traversing the AST?)
Thank you

Collapse
 
jennieji profile image
Jennie

can for the variables without reassigning