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
Deno bundle currently allows users to bundle typescript code to a single js file. It would be good to be able to bundle type declarations into a single d.ts file to go with it.
Currently, tools exist to make an npm project suitable for Deno, but not for going the other way. Allowing users to bundle a Deno library into two files, a mod.js and mod.d.ts would make this much easier.
The text was updated successfully, but these errors were encountered:
Deno bundle currently allows users to bundle typescript code to a single js file. It would be good to be able to bundle type declarations into a single d.ts file to go with it.
Currently, tools exist to make an npm project suitable for Deno, but not for going the other way. Allowing users to bundle a Deno library into two files, a
mod.js
andmod.d.ts
would make this much easier.The text was updated successfully, but these errors were encountered: