1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 15:39:49 -05:00
denoland-deno/docs/tools
KrisChambers 1cd2267500
feat(info): Dependency count and sizes (#6786)
This commit changes "deno info" subcommand logic.

- Modules are no longer loaded into V8 isolate - analysis
  is done using ModuleGraph.
- Removed deno_core::Deps structure.
- Modules are no longer type-checked and transpiled - 
  "compiled" file is shown only if it is already available.
- Added number of unique dependencies for root module.
- Changed tree output:
  - file size is shown next to the dependency
  - repeated dependencies are marked with "*"
  - used less spaces in prefix to save terminal width
2020-09-07 15:59:47 +02:00
..
bundler.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
debugger.md typos (#7082) 2020-08-17 12:17:57 -04:00
dependency_inspector.md feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
documentation_generator.md typo (#6598) 2020-07-02 09:16:07 -04:00
formatter.md Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00
linter.md fix(docs): replace "eslint-ignore-" with "eslint-disable-" (#7319) 2020-09-02 12:03:35 +02:00
script_installer.md fix(deno install): Strip "@..." suffixes from inferred names (#7223) 2020-08-27 16:55:58 -04:00