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
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
..
byonm_main_sub_dir perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-24 19:48:48 +00:00
cjs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
code_cache perf(compile): code cache (#26528) 2024-11-18 20:09:28 +00:00
determinism fix(compile): make output more deterministic (#25092) 2024-08-19 16:41:11 +00:00
env_vars_support fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
global_npm_cache_implicit_read_permission fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
include fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
jsr_with_deps fix(compile): certain jsr specifiers sometimes can't load (#23567) 2024-04-27 21:11:57 +00:00
no_code_cache perf(compile): code cache (#26528) 2024-11-18 20:09:28 +00:00
npm_cjs_reexport_relative_parent_component fix(compile/windows): handle cjs re-export of relative path with parent component (#24795) 2024-07-30 16:46:15 -04:00
npm_fs fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
npmrc_auto_install refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
npmrc_byonm fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
package_json_type fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
patch feat(unstable): ability to use a local copy of jsr packages (#25068) 2024-08-20 14:11:43 +00:00
permissions_denied feat(cli): use NotCapable error for permission errors (#25431) 2024-09-10 11:12:24 -07:00
redirects fix(compile): regression handling redirects (#26586) 2024-10-28 09:31:58 -04:00
relative_permissions feat(check): turn on useUnknownInCatchVariables (#25465) 2024-09-05 15:22:31 +02:00
repetitive_unstable_flag feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
workspace fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00