summaryrefslogtreecommitdiff
path: root/cli/util/mod.rs
AgeCommit message (Expand)Author
2024-10-15fix(install): retry downloads of registry info / tarballs (#26278)Nathan Whitaker
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-08-08fix: Don't shell out to `unzip` in deno upgrade/compile (#24926)Nathan Whitaker
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-05-23refactor: remove custom `utc_now` in favor of `chrono::Utc:now` feature (#23...Felipe Baltor
2024-05-09refactor(lsp): Have JS drive TSC event loop in LSP (#23565)Nathan Whitaker
2024-03-07fix(publish): make include and exclude work (#22720)David Sherret
2024-02-27feat(publish): support sloppy imports and bare node built-ins (#22588)Luca Casonato
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-04-11fix(npm): do not "npm install" when npm specifier happens to match package.js...David Sherret
2023-03-15perf: do not depend on iana-time-zone (#18088)Divy Srivastava
2023-01-25feat(cli): add `DENO_V8_FLAGS` env var (#17313)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-19refactor(progress bars): global control for drawing (#17091)David Sherret
2022-12-12feat: improve download progress bar (#16984)Bartek Iwańczuk
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret