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

Add Deno bindings. #2219

Open
Ayfri opened this issue Mar 1, 2024 · 2 comments
Open

Add Deno bindings. #2219

Ayfri opened this issue Mar 1, 2024 · 2 comments
Assignees

Comments

@Ayfri
Copy link

Ayfri commented Mar 1, 2024

Hello ! I think Deno support for Kotlin/JS would be great, we can emulate that support by creating bindings for Deno and running the generated JS files with Deno.
deno types > lib.deno.d.ts command exports all the types in one big lib.deno.d.ts file, you could (and maybe should) split it in multiple short files then add support one by one.
Also, taking a look at the Deno manual listing all the Runtime APIs should be helpful in this task !

@turansky
Copy link
Collaborator

turansky commented Mar 1, 2024

@Ayfri Are you ready to test resulted declarations?

@Ayfri
Copy link
Author

Ayfri commented Mar 2, 2024

I could, I do not have a lot of spare time but if it's easy to test then yes !

turansky added a commit that referenced this issue Mar 2, 2024
turansky added a commit that referenced this issue Mar 2, 2024
turansky added a commit that referenced this issue Mar 2, 2024
turansky added a commit that referenced this issue Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants