-
Notifications
You must be signed in to change notification settings - Fork 10
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 #19
Comments
Hello @sant123 Thank you for your contribution. We are happy to see the package made available to Deno crowd. We do not use Deno at Doist, and it seems there's no easy way to support both Node and Deno from a single codebase. Please correct me if I'm wrong. Were it possible, we'd be happy to accept a PR. We've noticed you removed our Copyright notice from the LICENSE file. Since this is clearly a derivative work, you should keep original Copyright notice intact and add a new line. Thank you. |
Hello @proxi thanks for your feedback. I think there is a package that may help us with that https://deno.land/x/[email protected] going to take a look on it. Also I just updated the LICENSE file. You welcome 😁 |
Just curious if target |
Hi, I just ported this library to support Deno and want to ask you feedback about it.
https://github.com/sant123/todoist
Hope you like it.
Enhancement description
Supports Deno, also Node.js can work on it with ESM.
The problem it solves
There is no need to load the library through ESM.sh or Skypack.
Alternatives
Didn't find any other alternatives.
Use case / screenshots
Additional information
Nope. Thank you.
The text was updated successfully, but these errors were encountered: