JetBrains / kotlin-wrappers

Kotlin wrappers for popular JavaScript libraries
Apache License 2.0
1.33k stars 165 forks source link

Add Deno bindings. #2219

Open Ayfri opened 4 months ago

Ayfri commented 4 months ago

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 commented 4 months ago

@Ayfri Are you ready to test resulted declarations?

Ayfri commented 4 months ago

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