Skip to content
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? #241

Open
karfau opened this issue Nov 13, 2022 · 4 comments
Open

Deno support? #241

karfau opened this issue Nov 13, 2022 · 4 comments
Labels
enhancement Denotes a suggestion or request aimed at improving or adding new features to the project.

Comments

@karfau
Copy link

karfau commented Nov 13, 2022

Hey there, looks like a promising project and you have connected it to https://deno.land/x/jira, but this doesn't work, since the imports in deno need to have .ts extension, so just importing src/index.ts doesn't work:

TypeError: Module not found "https://deno.land/x/[email protected]/src/callback".
    at https://deno.land/x/[email protected]/src/index.ts:5:15

Also the README doesn't contain any deno specific information.

Are there any plans to work on proper deno suport?
Or are there people that figured out how to use it in deno as is?

@MrRefactoring
Copy link
Owner

Hello!
To be honest, I would like to add deno support, but I don't have enough time to do it at all

@karfau
Copy link
Author

karfau commented Nov 13, 2022

FYI: looks like https://github.com/dfoobar/djira is a fork for exactly that purpose, reachable under https://deno.land/x/djira and is kinda workin, but it's mostly undocumented beside types.

@MrRefactoring
Copy link
Owner

Hmh make sense to compare

@MrRefactoring
Copy link
Owner

I will investigate how I can make a union code base for jira.js and deno version

@MrRefactoring MrRefactoring added the enhancement Denotes a suggestion or request aimed at improving or adding new features to the project. label Mar 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Denotes a suggestion or request aimed at improving or adding new features to the project.
Projects
None yet
Development

No branches or pull requests

2 participants