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
After more discussion in the team, we decided not to pursue publishing to npm itself, as it can be done with deno -A npm:npm --publish.
On the other hand we want to provide more useful tools for package authors that would make publishing to npm much easier - eg. a way to transpile code (#28069) or a way to generate .d.ts files from .ts files automatically.
Activity
bartlomieju commentedon Jun 17, 2025
We might want to do that by running
npm
under the hood for the time being.[-]Support publishing npm packages[/-][+]Provide tools to make publishing to npm easier[/+]bartlomieju commentedon Jun 26, 2025
After more discussion in the team, we decided not to pursue publishing to npm itself, as it can be done with
deno -A npm:npm --publish
.On the other hand we want to provide more useful tools for package authors that would make publishing to npm much easier - eg. a way to transpile code (#28069) or a way to generate .d.ts files from .ts files automatically.