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
Hey there, we have been trying to use JSV via Rhino and have had some issues with the loading of URI.resolve.
It seems that the exports are for URI, when accessed from jsv.js are empty.
Have anyone else ran into this issue?
We are using the same Context and ScriptableObject (for scope) for loading, creating the Function and the Function.call(). It dies on the Function.call().
Also, when using Rhino the regular r.js require("./jsv") syntax it complains and says to use the list style of require(['./jsv']) instead. Once we do this it gets much further.
Thanks for any ideas!
Scott
The text was updated successfully, but these errors were encountered:
Hey there, we have been trying to use JSV via Rhino and have had some issues with the loading of URI.resolve.
It seems that the exports are for URI, when accessed from jsv.js are empty.
Have anyone else ran into this issue?
We are using the same Context and ScriptableObject (for scope) for loading, creating the Function and the Function.call(). It dies on the Function.call().
Also, when using Rhino the regular r.js require("./jsv") syntax it complains and says to use the list style of require(['./jsv']) instead. Once we do this it gets much further.
Thanks for any ideas!
The text was updated successfully, but these errors were encountered: