robertkrimen / otto

A JavaScript interpreter in Go (golang)
http://godoc.org/github.com/robertkrimen/otto
MIT License
8.11k stars 585 forks source link

fix(ast): walk missing nodes #471

Closed stevenh closed 1 year ago

stevenh commented 1 year ago

Fix ast.Walk missing out:

Fixes #299