-
Notifications
You must be signed in to change notification settings - Fork 179
Open
Description
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 !
Metadata
Metadata
Assignees
Labels
No labels