diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-05-15 18:58:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-16 00:58:57 +0200 |
commit | 5385a42ec45df4f665ce821b3f499835086e7ac0 (patch) | |
tree | 9a0ccf608a1a236754693e63b507585b7168e8c1 /tests/specs/install/future_install_local_deno/install.out | |
parent | cb4d77421f4da9bf92759f2f63c502fd61d0f638 (diff) |
perf(jsr): download metadata files as soon as possible and in parallel (#23836)
* https://github.com/denoland/deno_graph/pull/471
* https://github.com/denoland/deno_graph/pull/473
Diffstat (limited to 'tests/specs/install/future_install_local_deno/install.out')
-rw-r--r-- | tests/specs/install/future_install_local_deno/install.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/install/future_install_local_deno/install.out b/tests/specs/install/future_install_local_deno/install.out index efb77d8f2..713507f02 100644 --- a/tests/specs/install/future_install_local_deno/install.out +++ b/tests/specs/install/future_install_local_deno/install.out @@ -1,4 +1,5 @@ ⚠️ `deno install` behavior will change in Deno 2. To preserve the current behavior use the `-g` or `--global` flag. +[UNORDERED_START] Download http://localhost:4545/v1/extensionless Download http://localhost:4545/subdir/mod1.ts Download http://localhost:4545/subdir/subdir2/mod2.ts @@ -8,3 +9,4 @@ Download http://127.0.0.1:4250/@denotest/add/1.0.0_meta.json Download http://127.0.0.1:4250/@denotest/add/1.0.0/mod.ts Download http://localhost:4260/@denotest/esm-basic Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz +[UNORDERED_END] |