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
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
..
pm fix(install): don't error on unknown media types in install (#28234) 2025-02-21 12:20:55 -08:00
api.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
auth.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
diagnostics.rs fix(publish): support jsx/tsx (#28188) 2025-02-20 22:39:51 +00:00
graph.rs fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
mod.rs fix(publish): support jsx/tsx (#28188) 2025-02-20 22:39:51 +00:00
module_content.rs fix(check): regression - implicit jsxImportSource was not resolving (#28228) 2025-02-21 14:09:57 -05:00
paths.rs fix(publish): support jsx/tsx (#28188) 2025-02-20 22:39:51 +00:00
pm.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
provenance.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
publish_order.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
tar.rs refactor(publish): create ModuleContentProvider (#28177) 2025-02-19 14:58:10 -05:00
unfurl.rs fix(publish): support jsx/tsx (#28188) 2025-02-20 22:39:51 +00:00