diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-01-24 12:36:51 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 02:36:51 +0100 |
commit | 4c0b66baab854617993cb242e3be8fe91fb9b0fc (patch) | |
tree | 9ceef2735035f4f062a4229871bc6b880fa03f04 /cli/tests | |
parent | 46b91eceb15c3941bf1f8f62b98026ad3fde3e9f (diff) |
refactor: set removal version for `deno bundle` (#22062)
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.
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/bundle/shebang_file.bundle.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/bundle/shebang_file.bundle.out b/cli/tests/testdata/bundle/shebang_file.bundle.out index 978fe6d97..d3369bc9c 100644 --- a/cli/tests/testdata/bundle/shebang_file.bundle.out +++ b/cli/tests/testdata/bundle/shebang_file.bundle.out @@ -1,5 +1,5 @@ -Warning "deno bundle" is deprecated and will be removed in the future. -Use alternative bundlers like "deno_emit", "esbuild" or "rollup" instead. +⚠️ Warning: `deno bundle` is deprecated and will be removed in Deno 2.0. +Use an alternative bundler 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 |