robertkrimen / otto

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

fix: map export #467

Closed stevenh closed 1 year ago

stevenh commented 1 year ago

When exporting a map check for values which are otto.Value and process them. This is a one level export and no additional traversal is done.

Fixes #252