deno/docs
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
..
contributing docs: use the rightwards arrow symbol uniformly (#7331) 2020-09-03 15:14:28 +02:00
examples Fix hellish mistake in manual (#7363) 2020-09-05 16:34:20 -04:00
getting_started Typo in zsh env setup steps (#7250) 2020-08-29 10:15:23 -04:00
images docs: Update debugger.md (#6219) 2020-06-10 12:48:07 +02:00
linking_to_external_code typo (#7052) 2020-08-15 09:47:14 -04:00
runtime refactor: permissions (#7074) 2020-08-18 16:29:32 -04:00
testing feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
tools feat(info): Dependency count and sizes (#6786) 2020-09-07 15:59:47 +02:00
contributing.md typo (#7029) 2020-08-14 13:49:22 -04:00
embedding_deno.md Multi page manual (#5110) 2020-05-06 18:21:13 -04:00
examples.md docs: add fetch and read/write examples (#7186) 2020-08-26 18:45:03 +02:00
getting_started.md add links in the manual (#7120) 2020-08-20 11:57:15 -04:00
introduction.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
linking_to_external_code.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
runtime.md Rename cli/js2 to cli/rt (#6857) 2020-07-23 16:27:26 +02:00
standard_library.md feat: add $STD_VERSION replacement variable in docs (#6922) 2020-07-31 11:12:20 +02:00
testing.md Typo (#7177) 2020-08-24 12:36:56 -04:00
toc.json docs: add fetch and read/write examples (#7186) 2020-08-26 18:45:03 +02:00
tools.md Use dprint for internal formatting (#6682) 2020-07-14 15:24:17 -04:00