-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Accept URL imports #7
Comments
Hello @thgh Otherwise, it is a small issue. Just leave import ipaddr from "ipaddr.js" In your {
"dependencies": {
"ipaddr.js": "^1.1.0"
},
"denoPorts": {
"ipaddr.js": "https://raw.githubusercontent.com/whitequark/ipaddr.js/master/lib/ipaddr.js"
}
} The result should be that when you run import ipaddr from "https://raw.githubusercontent.com/whitequark/ipaddr.js/v1.1.0/lib/ipaddr.js"; ( assuming the version of Let me know if it works, otherwise I should be able to fix a PR for you. Regards |
And by the way, there is an update coming soon that should bring out of the box support for |
Cool, I was trying out denoify to port a nodejs project to deno: lithdew/flatend#8 |
Ok noted. 👍 |
Done |
I may not be using denoify as intended because I had already replaced soms imports with URLs, so I got this:
The text was updated successfully, but these errors were encountered: