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
{{ message }}
This repository was archived by the owner on Jul 13, 2020. It is now read-only.
Nashorn support actually hasn't been considered to date, but could certainly be an option. The main APIs we need to access I believe are readFile, eval and cwd. If the implementations of those are short enough not to bloat the codebase, then there's no reason not to support it.
This specific project does not provide individual loader implementations, but this could be tracked at the system-register-loader project for example.
Also, you are welcome to construct your own loader with nashorn support based on the principles, and that would definitely be great to feed back into the projects here.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i took a peek at the code and it looks like it assumes its running in the browser or in node. how about nashorn support?
I'm new to this project and I'm curious if there's been any discussion around this.
The text was updated successfully, but these errors were encountered: