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/import_map/main.out | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cli/tests/testdata/npm/import_map') diff --git a/cli/tests/testdata/npm/import_map/main.out b/cli/tests/testdata/npm/import_map/main.out index 29f0f4283..a3d1d9f3a 100644 --- a/cli/tests/testdata/npm/import_map/main.out +++ b/cli/tests/testdata/npm/import_map/main.out @@ -1,6 +1,10 @@ +[UNORDERED_START] Download http://localhost:4545/npm/registry/chalk Download http://localhost:4545/npm/registry/@denotest/dual-cjs-esm +[UNORDERED_END] +[UNORDERED_START] Download http://localhost:4545/npm/registry/@denotest/dual-cjs-esm/1.0.0.tgz Download http://localhost:4545/npm/registry/chalk/chalk-5.0.1.tgz +[UNORDERED_END] chalk import map loads esm -- cgit v1.2.3