dop251/goja

AST Walk / Visitor pattern

gzlkylin opened this issue · 1 comments

#215

Now that the ES6 syntax has been completed and the types and quantities of nodes are stable, should we consider adding the ast.walk method?

This project is not limited to ES6, it's intended to track the latest ECMAScript specification which is constantly evolving.