-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support modules #2
Comments
I assume you mean something like this? https://deno.land/manual/examples/import_export I'm not sure if I want to support dynamically loading modules from the internet (for sandboxing reasons), or implement a complex dependency resolution. For local JS modules ( Do you have a concrete use case in mind? |
Yes, forgive me for being so terse. Importing both local modules and modules from |
Sorry for the late reply. Back then there was no easy way to have modules in an embedded Rust application.
Probably the last option is the most promising, but it would need more research to know what exactly it entails. Maybe documentation on this part has improved in the meantime, if someone has experience or inputs, that would be helpful! |
I think the default Deno runtime options don't support module resolution. I'm not familiar with the Deno API, how difficult would it be to enable this feature?
The text was updated successfully, but these errors were encountered: