summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/cached_only/main.ts
AgeCommit message (Collapse)Author
2022-08-22feat(unstable): Respect --cached-only flags for npm: specifiers (#15512)Bartek IwaƄczuk
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>