summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bundle/shebang_file.bundle.out
AgeCommit message (Collapse)Author
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