-
Notifications
You must be signed in to change notification settings - Fork 160
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
Comments
@Ayfri Are you ready to test resulted declarations? |
turansky
added a commit
that referenced
this issue
Mar 1, 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
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
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
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
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 biglib.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 !
The text was updated successfully, but these errors were encountered: