summaryrefslogtreecommitdiff
path: root/cli/tests/testdata
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-02-14 02:13:44 +0100
committerGitHub <noreply@github.com>2023-02-14 02:13:44 +0100
commit0f1349bca8d40dff23098e141363c956a8dd7875 (patch)
treedcf35d1e29081973134a7fc9bff2bf55b2ef098c /cli/tests/testdata
parentbd6ddd9b469b01b3663bbd275b7b11f7ac6e1ec2 (diff)
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".
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r--cli/tests/testdata/bundle/shebang_file.bundle.out2
1 files changed, 2 insertions, 0 deletions
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