summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/shebang_file.bundle.out
AgeCommit message (Collapse)Author
2024-01-24refactor: set removal version for `deno bundle` (#22062)Asher Gomez
This change sets the removal version for the `deno bundle` sub-command for Deno v2. The warnings appear when `deno bundle` is run and in the `--help` menu.
2023-02-14feat: Deprecate 'deno bundle' subcommand (#17695)Bartek IwaƄczuk
This commit adds a deprecation warning when using "deno bundle" subcommand and removes it from the output of "deno help".
2023-01-24refactor(deno_graph): remove unused Resolved::Ok#kind usage (#17504)David Sherret
See https://github.com/denoland/deno_graph/pull/205 for more details.
2023-01-03fix(cli): bundle command support shebang file (#17113)Fenix