diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-08-22 17:35:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-22 17:35:04 +0200 |
| commit | c66386dbd20b735161017a239c6af013da1f1718 (patch) | |
| tree | 312e4cc304901212c9d6fb95521e3e3799598531 /cli/tests/testdata/npm/cjs_with_deps | |
| parent | 57d48134d168cc128f075cb7381d773ea028c81e (diff) | |
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 <dsherret@gmail.com>
Diffstat (limited to 'cli/tests/testdata/npm/cjs_with_deps')
| -rw-r--r-- | cli/tests/testdata/npm/cjs_with_deps/main.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/cjs_with_deps/main.out b/cli/tests/testdata/npm/cjs_with_deps/main.out index ad31742d9..23c217f7a 100644 --- a/cli/tests/testdata/npm/cjs_with_deps/main.out +++ b/cli/tests/testdata/npm/cjs_with_deps/main.out @@ -1,3 +1,17 @@ +Download http://localhost:4545/npm/registry/chai +Download http://localhost:4545/npm/registry/chalk +Download http://localhost:4545/npm/registry/assertion-error +Download http://localhost:4545/npm/registry/check-error +Download http://localhost:4545/npm/registry/deep-eql +Download http://localhost:4545/npm/registry/get-func-name +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/ansi-styles +Download http://localhost:4545/npm/registry/supports-color +Download http://localhost:4545/npm/registry/color-convert +Download http://localhost:4545/npm/registry/has-flag +Download http://localhost:4545/npm/registry/color-name Download http://localhost:4545/npm/registry/ansi-styles/ansi-styles-4.3.0.tgz Download http://localhost:4545/npm/registry/assertion-error/assertion-error-1.1.0.tgz Download http://localhost:4545/npm/registry/chai/chai-4.3.6.tgz |
