You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RE: loadFunctions, if you pass a Go value to a JS function and return it, it's likely that the generator template will be unable to access it's fields and methods.
Given the funcmap being added, do we want to just document the behavior for js functions now? And maybe in said documentation recommend when to use which?
RE: loadFunctions, if you pass a Go value to a JS function and return it, it's likely that the generator template will be unable to access it's fields and methods.
The resulting object seems to be a goja.Object.
Options:
CC @mrded
The text was updated successfully, but these errors were encountered: