-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
A remote module which imports npm modules requires --unstable
.
#17455
Comments
Currently there are no plans, we are still evaluating if this is actually desired. |
I'm very glad if I can use the remote module importing npms without I've heard that Deno now supports npm modules, so I switched the primitive crypto library used in my E2E crypto module to an audited and fast npm module. As the result, using my module requires I hope this behavior will be fixed. |
@dsherret will work on that. |
Task:
Edit 2: The deno_graph refactor simplifies npm specifier resolution to occur when the import is resolved and the order is based on how the specifier appears in the code. Resolution can be changed via an import map. |
Hi there.
Is there any plan to allow to use the remote module without
--unstable
?The text was updated successfully, but these errors were encountered: