deno/tests/specs/info
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
..
_054_info_local_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
byonm fix(info): error instead of panic for npm specifiers when using byonm (#25947) 2024-09-30 19:46:43 +00:00
bytes_and_text_imports feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04:00
data_null_error feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
dynamic_imports_tmpl_lit feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
flag feat(info): include deno version (#29080) 2025-04-28 18:41:30 +01:00
flag_location feat(info): include deno version (#29080) 2025-04-28 18:41:30 +01:00
flag_script_jsx feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
import_map chore: fix ci by removing remote server dependent test (#27674) 2025-01-15 04:06:57 +00:00
json feat(info): include deno version (#29080) 2025-04-28 18:41:30 +01:00
json_deps_order fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_file fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
json_location feat(info): include deno version (#29080) 2025-04-28 18:41:30 +01:00
missing_module feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_imports feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
multiple_redirects fix(info): move "version" field to top of json output (#25890) 2024-09-26 15:57:12 -04:00
package_json_basic feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
package_json_basic_auto_install fix(info): resolve bare specifier pointing to workspace member (#27020) 2024-11-27 13:54:26 -08:00
recursive_modules feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
ts_error chore(specs): use jsonc for metadata file (#22946) 2024-03-15 17:27:52 +00:00
type_import feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
types_header_direct feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
wasm_module feat: Wasm module support (#26668) 2024-11-19 18:59:23 -05:00
with_config_override feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
workspace_member fix(info): resolve bare specifier pointing to workspace member (#27020) 2024-11-27 13:54:26 -08:00