index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
info.rs
Age
Commit message (
Expand
)
Author
2021-03-01
feat(cli): represent type dependencies in info (#9630)
Kitson Kelly
2021-02-26
chore(cli/runtime): use re-export serde from deno_core (#9599)
Kitson Kelly
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato
2020-11-09
refactor(cli): remove unnecessary format! calls (#8315)
KNnut
2020-10-12
refactor(cli): move info subcommand over to new module graph (#7892)
Kitson Kelly
2020-09-27
feat(unstable): add module specifier to deno info --json output (#7725)
Valentin Anger
2020-09-21
chore: add copyright (#7593)
tokiedokie
2020-09-16
Re-export deno_core::url (#7525)
Ryan Dahl
2020-09-16
refactor(unstable): deno info --json output (#7417)
bartOssh
2020-09-15
cli/msg.rs -> cli/media_type.rs
Ryan Dahl
2020-09-15
refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)
Bert Belder
2020-09-14
refactor: use ParsedModule and improve MediaTypes enum (#7456)
Kitson Kelly
2020-09-12
Revert "feat(unstable): Support data: urls (#5157)" (#7432)
Bartek IwaĆczuk
2020-09-11
feat(unstable): Support data: urls (#5157)
Valentin Anger
2020-09-07
feat(info): Dependency count and sizes (#6786)
KrisChambers