-
Notifications
You must be signed in to change notification settings - Fork 230
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
Deno Support #316
Comments
yeah, that'd be neat! have you tried running it in compatibility mode? |
I don't think it'll works using the node compatibility mode since the |
ah, bummer. i love the idea, though. how would we implement it? i thought of using an import map to point the node built-ins to a separate file that re-exports deno built-ins, but i'm not sure if that's the right approach. |
Deno has built-in modules to do the job such as |
yeah, that was essentially my idea; the import map would point built-ins like |
Hello Denoers! I'm advancing deno support in https://github.com/lucsoft/emailjs with better typing and all that fancy stuff. Currently it requires node api but im hoping to go full Web Standards + Deno TLS/Socket stuff |
It would be cool if we could use this library in Deno. 😄
The text was updated successfully, but these errors were encountered: