From e66d3c2c2e287879a757e12943a6d240981cb9e8 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 14 Sep 2023 13:51:28 -0400 Subject: refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functionality (#20504) https://github.com/denoland/deno/pull/20488 enables us to remove this functionality. This is better because our test suite is now not testing a separate code path. --- cli/tests/testdata/npm/cjs_sub_path/main.out | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/testdata/npm/cjs_sub_path') diff --git a/cli/tests/testdata/npm/cjs_sub_path/main.out b/cli/tests/testdata/npm/cjs_sub_path/main.out index e6e70f3aa..34ec9d63f 100644 --- a/cli/tests/testdata/npm/cjs_sub_path/main.out +++ b/cli/tests/testdata/npm/cjs_sub_path/main.out @@ -1,3 +1,4 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/ajv Download http://localhost:4545/npm/registry/ajv-formats Download http://localhost:4545/npm/registry/chai @@ -13,6 +14,8 @@ Download http://localhost:4545/npm/registry/loupe Download http://localhost:4545/npm/registry/pathval Download http://localhost:4545/npm/registry/type-detect Download http://localhost:4545/npm/registry/punycode +[UNORDERED_END] +[UNORDERED_START] Download http://localhost:4545/npm/registry/ajv/ajv-8.11.0.tgz Download http://localhost:4545/npm/registry/ajv-formats/ajv-formats-2.1.1.tgz Download http://localhost:4545/npm/registry/assertion-error/assertion-error-1.1.0.tgz @@ -28,4 +31,5 @@ Download http://localhost:4545/npm/registry/punycode/punycode-2.1.1.tgz Download http://localhost:4545/npm/registry/require-from-string/require-from-string-2.0.2.tgz Download http://localhost:4545/npm/registry/type-detect/type-detect-4.0.8.tgz Download http://localhost:4545/npm/registry/uri-js/uri-js-4.4.1.tgz +[UNORDERED_END] Fini -- cgit v1.2.3