0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/cli/cache
David Sherret 2292eb1c92
fix(node): support re-exported esm modules in cjs export analysis (#28379)
Adds support for re-exporting an ES module from a CJS one and then
importing the CJS module from ESM. Also fixes a bug where require esm
wasn't working in deno compile.
2025-03-05 16:37:46 -05:00
..
cache_db.rs fix: do not log cache creation failure on readonly file system (#27794) 2025-01-23 16:33:24 +00:00
caches.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
check.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
code_cache.rs refactor: move denort to separate crate (#27688) 2025-01-17 20:39:29 +00:00
deno_dir.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
disk_cache.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
emit.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
fast_check.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
incremental.rs refactor: make IncrementalCache accept a CacheDBHash (#27570) 2025-01-06 23:56:36 +00:00
mod.rs refactor: add WorkspaceFactory and ResolverFactory (#27766) 2025-01-23 18:52:55 -05:00
module_info.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
node.rs fix(node): support re-exported esm modules in cjs export analysis (#28379) 2025-03-05 16:37:46 -05:00
parsed_source.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00