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.
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
The text was updated successfully, but these errors were encountered:
Moved to jsr-io/jsr#797 (unfortunately gh doesn't allow transfering issues between orgs)
Sorry, something went wrong.
No branches or pull requests
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:
From what I can tell,
deno bundle
is completely removed indeno
now, so I don't think it serves as a good examle.The text was updated successfully, but these errors were encountered: