summaryrefslogtreecommitdiff
path: root/cli/info.rs
AgeCommit message (Expand)Author
2021-09-12refactor: Remove duplicated colors.rs file (#11990)Ryan Dahl
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-07-22fix(cli): info now displays type reference deps (#11478)Kitson Kelly
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-02-26chore(cli/runtime): use re-export serde from deno_core (#9599)Kitson Kelly
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2020-11-09refactor(cli): remove unnecessary format! calls (#8315)KNnut
2020-10-12refactor(cli): move info subcommand over to new module graph (#7892)Kitson Kelly
2020-09-27feat(unstable): add module specifier to deno info --json output (#7725)Valentin Anger
2020-09-21chore: add copyright (#7593)tokiedokie
2020-09-16Re-export deno_core::url (#7525)Ryan Dahl
2020-09-16refactor(unstable): deno info --json output (#7417)bartOssh
2020-09-15cli/msg.rs -> cli/media_type.rsRyan Dahl
2020-09-15refactor: use the 'anyhow' crate instead of 'ErrBox' (#7476)Bert Belder
2020-09-14refactor: use ParsedModule and improve MediaTypes enum (#7456)Kitson Kelly
2020-09-12Revert "feat(unstable): Support data: urls (#5157)" (#7432)Bartek IwaƄczuk
2020-09-11feat(unstable): Support data: urls (#5157)Valentin Anger
2020-09-07feat(info): Dependency count and sizes (#6786)KrisChambers