From c66386dbd20b735161017a239c6af013da1f1718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 22 Aug 2022 17:35:04 +0200 Subject: feat(unstable): Respect --cached-only flags for npm: specifiers (#15512) This commit changes "npm:" specifier handling to respect "--cached-only" flags and adds "Download" messages for npm registry api calls. Co-authored-by: David Sherret --- cli/tests/testdata/npm/dynamic_import/main.out | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests/testdata/npm/dynamic_import') diff --git a/cli/tests/testdata/npm/dynamic_import/main.out b/cli/tests/testdata/npm/dynamic_import/main.out index 3ba847c7e..7e2fb7a0f 100644 --- a/cli/tests/testdata/npm/dynamic_import/main.out +++ b/cli/tests/testdata/npm/dynamic_import/main.out @@ -1,4 +1,5 @@ A +Download http://localhost:4545/npm/registry/chalk Download http://localhost:4545/npm/registry/chalk/chalk-5.0.1.tgz B C -- cgit v1.2.3