summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/esm
AgeCommit message (Collapse)Author
2022-11-24fix(npm/check): prioritize exports over types entry (#16788)David Sherret
2022-10-25chore: fix flaky esm_module_deno_test test (#16419)David Sherret
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>
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>