1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 21:35:31 -05:00
denoland-deno/cli/standalone
David Sherret 75945cbb86
fix(compile): display embedded file sizes and total (#27360)
Merging as a fix so that LTS gets this as it's a useful diagnostic tool.

The 1MB unique is because we deduplicate files that we store (ex. some
packages have the same file multiple times so we store that once).
2024-12-16 09:37:39 -05:00
..
binary.rs fix(compile): analyze modules in directory specified in --include (#27296) 2024-12-12 18:07:35 +00:00
code_cache.rs chore(compile): log code cache file path (#26977) 2024-11-21 18:16:40 -05:00
file_system.rs fix(compile): handle TypeScript file included as asset (#27032) 2024-11-25 09:37:48 -05:00
mod.rs feat(unstable): support caching npm dependencies only as they're needed (#27300) 2024-12-10 18:24:23 -08:00
serialization.rs fix(compile): analyze modules in directory specified in --include (#27296) 2024-12-12 18:07:35 +00:00
virtual_fs.rs fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00