summaryrefslogtreecommitdiff
path: root/cli/tools/info.rs
AgeCommit message (Expand)Author
2024-11-20reviewHEADmainBartek Iwańczuk
2024-11-20Merge branch 'main' into haturatu/mainBartek Iwańczuk
2024-11-20dedup, rename, fix testsBartek Iwańczuk
2024-11-19refactor: update deno_doc, use prismjs, remove internal reference html genera...Leo Kettmeir
2024-11-20Merge branch 'denoland:main' into mainhaturau
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-11-01chore: upgrade to rust 1.82 and LLVM 19 (#26615)Divy Srivastava
2024-10-18fix(info): resolve workspace member mappings (#26350)Marvin Hagemeister
2024-10-14feat(cli): improve deno info output for npm packages (#25906)Luca Casonato
2024-10-13fixhaturatu
2024-10-13add deno info deno_cachehaturatu
2024-10-13wiphaturatu
2024-09-26fix(info): move "version" field to top of json output (#25890)David Sherret
2024-09-26fix(doc): surface graph errors as warnings (#25888)David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-05feat: include version number in all --json based outputs (#25335)Kamil Ogórek
2024-08-30fix: upgrade deno_ast 0.42 (#25313)David Sherret
2024-07-23fix(upgrade): do not error if config in cwd invalid (#24689)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
2024-05-28chore: set lockfile as having no content changes after write (#24023)David Sherret
2024-05-28feat(vendor): support modifying remote files in vendor folder without checksu...David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-03-11chore: enable clippy unused_async rule (#22834)David Sherret
2024-02-20perf(jsr): fast check cache and lazy fast check graph (#22485)David Sherret
2024-02-19fix: write lockfile in `deno info` (#22272)Luca Casonato
2024-02-12chore: update to Rust 1.76 (#22376)林炳权
2024-02-07refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)David Sherret
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-23fix(info): return proper exit code on error (#21952)Anwesh
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-10fix: improve `deno doc --lint` error messages (#21156)David Sherret
2023-10-24refactor: upgrade to deno_ast 0.31 and deno_graph 0.59 (#20965)David Sherret
2023-10-02refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...David Sherret
2023-09-29refactor(cli): make `CliNpmResolver` a trait (#20732)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-25fix: deno info should respect import map (#19781)Vedant Pandey
2023-06-06perf(cli): conditionally load typescript declaration files (#19392)David Sherret
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-21refactor(node): move most of cli/node to ext/node (#18797)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-12refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)David Sherret
2023-04-12fix(npm): cache bust npm specifiers more aggressively (#18636)David Sherret
2023-04-06refactor(npm): use deno_npm and deno_semver (#18602)David Sherret
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret