deno/tests
Nathan Whitaker 84546d2f6f
Some checks are pending
ci / build libs (push) Blocked by required conditions
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 / bench release linux-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / pre-build (push) Waiting to run
ci / test release macos-aarch64 (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 / publish canary (push) Blocked by required conditions
feat(install): more informative deno install output (#30387)
This commit updates output of `deno install` to look like so:
```
$ deno install
Packages: 20
+++++++++++++++++
Resolved: 32, reused: 8, downloaded: 12, added: 10

Dependencies:
+ jsr:@std/http 1.0.2
+ npm:express 1.0.1
...
```

---------

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2025-08-21 12:35:02 +02:00
..
config chore: use @std prefix for internal module specifiers (#24543) 2024-07-25 10:26:54 +10:00
ffi chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
integration fix(lsp): fix import specifiers in file rename changes (#30458) 2025-08-19 21:46:59 +01:00
napi chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
node_compat fix(ext/node): validate callback on fs.mkdtemp and fs.stat (#30454) 2025-08-20 09:38:06 -04:00
registry feat(unstable/install): DENO_INSTALL_ARCH env var (#30473) 2025-08-21 08:46:26 +02:00
specs feat(install): more informative deno install output (#30387) 2025-08-21 12:35:02 +02:00
sqlite_extension_test chore: update to edition 2024 (#29923) 2025-07-02 17:59:39 -07:00
testdata fix: upgrade @node/types to 24 (#30343) 2025-08-07 16:08:47 +00:00
unit fix(unstable): parsing regex in selector with character class (#30462) 2025-08-20 07:58:09 +02:00
unit_node fix(ext/node): TLS emit close event on parent socket (#30451) 2025-08-19 19:01:23 +05:30
util feat(lsp): pull-based diagnostics (#30325) 2025-08-18 17:16:45 +01:00
wpt chore: use aws_lc_rs (#28244) 2025-06-19 01:07:00 -07:00
Cargo.toml chore: cleanup unused dependencies (#30059) 2025-08-07 14:48:42 +00:00
lib.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests