From 0f1349bca8d40dff23098e141363c956a8dd7875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 14 Feb 2023 02:13:44 +0100 Subject: feat: Deprecate 'deno bundle' subcommand (#17695) This commit adds a deprecation warning when using "deno bundle" subcommand and removes it from the output of "deno help". --- cli/tests/testdata/bundle/shebang_file.bundle.out | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cli/tests/testdata/bundle') diff --git a/cli/tests/testdata/bundle/shebang_file.bundle.out b/cli/tests/testdata/bundle/shebang_file.bundle.out index df425f656..978fe6d97 100644 --- a/cli/tests/testdata/bundle/shebang_file.bundle.out +++ b/cli/tests/testdata/bundle/shebang_file.bundle.out @@ -1,3 +1,5 @@ +Warning "deno bundle" is deprecated and will be removed in the future. +Use alternative bundlers like "deno_emit", "esbuild" or "rollup" instead. Bundle file:///[WILDCARD]/subdir/shebang_file.js #!/usr/bin/env -S deno run --allow-read // deno-fmt-ignore-file -- cgit v1.2.3