We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Deno documents to use e.g. esm.sh if you need to pull in non-ESM modules into your code (e.g. non-ESM modules from npm).
We already pre-approve network requests to deno.land for uncached remote dependencies during local run. We should just add e.g. esm.sh to this list to expand on this feature.
The text was updated successfully, but these errors were encountered:
outgoingDomains
Successfully merging a pull request may close this issue.
Description
Deno documents to use e.g. esm.sh if you need to pull in non-ESM modules into your code (e.g. non-ESM modules from npm).
We already pre-approve network requests to deno.land for uncached remote dependencies during local run. We should just add e.g. esm.sh to this list to expand on this feature.
The text was updated successfully, but these errors were encountered: