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
I've made some changes to the code to make it more easier to debug imported JS modules. However, I'm not really sure if what I've done is a good idea. I just wanted to know if you could review it and see if it seems reasonable. Right now, the code works for me with Nashorn. I haven't tried other engines but it should work if they support the load({script:, name:}) method.
I've made some changes to the code to make it more easier to debug imported JS modules. However, I'm not really sure if what I've done is a good idea. I just wanted to know if you could review it and see if it seems reasonable. Right now, the code works for me with Nashorn. I haven't tried other engines but it should work if they support the load({script:, name:}) method.
You can see my changes at https://github.com/sourya7/jvm-npm/tree/patch-1
The text was updated successfully, but these errors were encountered: