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
@bartlomieju I thought the idea was that TypeScript was to be the "source of truth" and so if modules are being bundled it only makes sense to me that TypeScript output would be an option (if not a default).
Another thing that might have come up already is outputting source maps.
I don't think anyone said TypeScript is the source of truth. It is a first class language. Outputting to a TypeScript bundle is inefficient, as it would require reparsing again. Outputting the .d.ts file is just as truthful as outputting TypeScript and more efficient and subsequent consumption.
Are there plans to support typescript output for the
deno bundle
command?Are there plans to emit typescript declaration files when creating an esm bundle with
deno bundle
?I think these are important features.
The text was updated successfully, but these errors were encountered: