dop251 / goja

ECMAScript/JavaScript engine in pure Go
MIT License
5.57k stars 376 forks source link

AST Walk / Visitor pattern #557

Closed gzlkylin closed 7 months ago

gzlkylin commented 7 months ago

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?

dop251 commented 7 months ago

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