diff options
Diffstat (limited to 'tests/testdata')
| -rw-r--r-- | tests/testdata/vendor/dynamic_non_existent.ts.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testdata/vendor/dynamic_non_existent.ts.out b/tests/testdata/vendor/dynamic_non_existent.ts.out index a1b2ade81..1bbd01f7b 100644 --- a/tests/testdata/vendor/dynamic_non_existent.ts.out +++ b/tests/testdata/vendor/dynamic_non_existent.ts.out @@ -1,3 +1,5 @@ +⚠️ Warning: `deno vendor` is deprecated and will be removed in Deno 2.0. +Add `"vendor": true` to your `deno.json` or use the `--vendor` flag instead. Download http://localhost:4545/vendor/dynamic_non_existent.ts Download http://localhost:4545/vendor/non-existent.js Ignoring: Dynamic import not found "http://localhost:4545/vendor/non-existent.js". |
