From 3f4639c330a31741b0efda2f93ebbb833f4f95bc Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Fri, 2 Feb 2024 12:32:46 +1100 Subject: docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asher Gomez Co-authored-by: Bartek IwaƄczuk --- cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cli/tests') diff --git a/cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out b/cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out index c0944b3df..184051de1 100644 --- a/cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out +++ b/cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out @@ -1,6 +1,8 @@ Download http://localhost:4545/run/warn_on_deprecated_api/mod.ts warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. +See the Deno 1 to 2 Migration Guide for more information at https://docs.deno.com/runtime/manual/advanced/migrate_deprecations + Stack trace: at [WILDCARD]warn_on_deprecated_api/main.js:3:16 @@ -9,6 +11,8 @@ hint: Use "Deno.Command()" API instead. hello world warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. +See the Deno 1 to 2 Migration Guide for more information at https://docs.deno.com/runtime/manual/advanced/migrate_deprecations + Stack trace: at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18) at [WILDCARD]warn_on_deprecated_api/main.js:25:7 @@ -18,6 +22,8 @@ hint: Use "Deno.Command()" API instead. hello world warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. +See the Deno 1 to 2 Migration Guide for more information at https://docs.deno.com/runtime/manual/advanced/migrate_deprecations + Stack trace: at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18) at [WILDCARD]warn_on_deprecated_api/main.js:26:7 @@ -27,6 +33,8 @@ hint: Use "Deno.Command()" API instead. hello world warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. +See the Deno 1 to 2 Migration Guide for more information at https://docs.deno.com/runtime/manual/advanced/migrate_deprecations + Stack trace: at runEcho ([WILDCARD]warn_on_deprecated_api/main.js:14:18) at [WILDCARD]warn_on_deprecated_api/main.js:29:9 @@ -45,6 +53,8 @@ hello world hello world warning: Use of deprecated "Deno.run()" API. This API will be removed in Deno 2. +See the Deno 1 to 2 Migration Guide for more information at https://docs.deno.com/runtime/manual/advanced/migrate_deprecations + Stack trace: at runEcho (http://localhost:4545/run/warn_on_deprecated_api/mod.ts:2:18) at [WILDCARD]warn_on_deprecated_api/main.js:32:7 -- cgit v1.2.3