You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 importingsrc/index.ts
doesn't work: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?
The text was updated successfully, but these errors were encountered: