0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-12 15:17:56 -04:00
deno/cli/tools/registry/pm
Nathan Whitaker d20c6b5b7d
fix(install): don't error on unknown media types in install (#28234)
Fixes https://github.com/denoland/deno/issues/28223

This is kind of an ugly fix, but it works, and I think is the easiest
way to handle the fact that when caching the module graph we might
encounter imports that won't actually error at runtime (for instance in
files that will be bundled).
2025-02-21 12:20:55 -08:00
..
outdated feat(outdated): interactive update (#27812) 2025-02-04 15:41:56 -08:00
cache_deps.rs fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
deps.rs fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
outdated.rs fix(outdated): hint to use --latest if new versions are available in outdated --update (#28190) 2025-02-20 23:24:07 +01:00