diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-02-02 12:32:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-02 02:32:46 +0100 |
commit | 3f4639c330a31741b0efda2f93ebbb833f4f95bc (patch) | |
tree | f987fc8bb0bad9e4d6185f8c84ea4e4319101b25 /cli/tests | |
parent | fa91ad91c1654592c49fd7b0f541e66200707f63 (diff) |
docs: point to new "Deno 1.x to 2.x Migration Guide" (#22199)
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
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 |