We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deno bundle
deno 2.0.1 (stable, release, aarch64-apple-darwin) I wanted to figure out what transformations publishing packages performs on TypeScript code. https://jsr.io/docs/publishing-packages mentions: When using Deno, the include and exclude options in deno.json are used for many other Deno subcommands as well, such as deno test and deno bundle. From what I can tell, deno bundle is completely removed in deno now, so I don't think it serves as a good examle.
deno 2.0.1 (stable, release, aarch64-apple-darwin)
I wanted to figure out what transformations publishing packages performs on TypeScript code. https://jsr.io/docs/publishing-packages mentions:
When using Deno, the include and exclude options in deno.json are used for many other Deno subcommands as well, such as deno test and deno bundle.
include
exclude
deno.json
deno test
From what I can tell, deno bundle is completely removed in deno now, so I don't think it serves as a good examle.
deno
Moved from denoland/deno#26609
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Moved from denoland/deno#26609
The text was updated successfully, but these errors were encountered: