1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-18 13:22:55 -05:00
denoland-deno/tests/specs/compile/env_vars_support
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
..
__test__.jsonc feat(compile): support --env (#24166) 2024-07-09 21:33:41 +00:00
compile.out fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
environment.env feat(compile): support --env (#24166) 2024-07-09 21:33:41 +00:00
main.out feat(compile): support --env (#24166) 2024-07-09 21:33:41 +00:00
main.ts feat(compile): support --env (#24166) 2024-07-09 21:33:41 +00:00