diff options
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/testdata/run/warn_on_deprecated_api/main.verbose.out | 10 |
1 files changed, 10 insertions, 0 deletions
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 |