deno/tests/specs/compile
Bartek Iwańczuk 9a93c65ac8
Some checks are pending
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
feat(install): refresh install report (#30615)
Changes report format for `deno install` and other related package
management subcommands:
```
$ deno install
Installed 335 packages in 6s
Reused 40 packages from cache
++++++++++++++++++++++++++++++++++++++++
Downloaded 2 packages from JSR
++
Downloaded 666 packages from npm
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Dependencies:
+ jsr:@std/cli 1.0.21
+ jsr:@std/html 1.0.4
+ npm:@babel/core 7.28.3
+ npm:@babel/preset-react 7.27.1
+ npm:@mjackson/node-fetch-server 0.7.0
+ npm:@opentelemetry/api 1.9.0
+ npm:@preact/signals 2.3.1
```
2025-09-08 09:44:22 +00: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
bytes_and_text_imports feat(unstable): support bytes and text imports in deno compile (#29924) 2025-06-28 12:24:07 -04:00
case_insensitive_building feat(compile): show remote modules and metadata size when compiling (#27415) 2025-01-23 16:55:50 +00:00
cjs fix: improved support for cjs and cts modules (#26558) 2024-11-01 12:27:00 -04:00
code_cache fix(tests): use correct path separator on unix for code_cache cleanup.ts (#30378) 2025-08-12 09:20:52 -07:00
config_permissions feat: permissions in the config file (#30330) 2025-09-02 13:37:33 +00:00
default_v8_flags fix(compile): pass default v8 args during compile (#29084) 2025-04-29 10:13:54 -04:00
deno_build_standalone fix(compile): ensure Deno.build.standalone is set in workers (#30335) 2025-08-06 16:12:57 +02:00
determinism fix(compile): ensure atime/birthtime/mtime/ctime is set in vfs (#28731) 2025-04-04 09:50:44 -04:00
env_vars_support feat(compile): show remote modules and metadata size when compiling (#27415) 2025-01-23 16:55:50 +00:00
error fix(compile): be more deterministic when compiling the same code in different directories (#27395) 2024-12-19 12:53:52 -05:00
exclude feat(compile): ability to exclude embedded files (#28805) 2025-04-15 19:10:37 +00:00
fallback fix(compile): use a memory mapped file for fallback (#29039) 2025-04-24 17:19:52 +00:00
ffi feat(compile): support for ffi and node native addons (#28934) 2025-04-17 16:01:12 -04:00
global_npm_cache_implicit_read_permission feat(compile): show remote modules and metadata size when compiling (#27415) 2025-01-23 16:55:50 +00:00
include fix(compile): do not panic including node_modules directory (#28782) 2025-04-07 16:43:34 -07:00
jsr_with_deps
no_code_cache perf(compile): code cache (#26528) 2024-11-18 20:09:28 +00:00
node_api feat(compile): support for ffi and node native addons (#28934) 2025-04-17 16:01:12 -04:00
node_modules_include fix(compile): do not panic including node_modules directory (#28782) 2025-04-07 16:43:34 -07: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 feat(compile): show remote modules and metadata size when compiling (#27415) 2025-01-23 16:55:50 +00:00
npm_pkgs_lockfile_unused fix(compile): do not include managed npm deps when graph does not have any npm pkgs (#30189) 2025-07-24 16:11:57 -04:00
npmrc_auto_install refactor: remove DENO_FUTURE (#25314) 2024-08-30 21:58:24 +00:00
npmrc_byonm feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
package_json_type fix(compile): display embedded file sizes and total (#27360) 2024-12-16 09:37:39 -05:00
patch fix(unstable): rename "patch" property to "links" (#29677) 2025-06-10 21:51:23 +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
sloppy_imports feat(cli): alias --unstable-sloppy-imports to --sloppy-imports (#29780) 2025-07-01 18:45:08 +00:00
two_times_compile_include_all fix(compile): never include the specified output executable in itself (#27877) 2025-02-06 23:23:10 +00:00
workspace fix(compile): support workspace members importing other members (#24909) 2024-08-07 07:43:05 +00:00