summaryrefslogtreecommitdiff
path: root/cli/util
AgeCommit message (Expand)Author
2024-01-24chore: improve unanalyzable dynamic import diagnostic (#22051)Luca Casonato
2024-01-23refactor: use parsed source cache when unfurling import map (#22001)Luca Casonato
2024-01-22feat(lockfile): track JSR and npm dependencies in config file (#22004)David Sherret
2024-01-18fix(lsp): regression - formatting was broken on windows (#21972)David Sherret
2024-01-15refactor: use globbing from deno_config (#21925)David Sherret
2024-01-13fix(config): regression - handle relative patterns with leading dot slash (#2...David Sherret
2024-01-10chore: bump deno_core (#21832)Matt Mastracci
2024-01-08perf: skip expanding exclude globs (#21817)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-12refactor: nicer warning display (#21547)Bartek Iwańczuk
2023-12-01feat(compile): support discovering modules for more dynamic arguments (#21381)David Sherret
2023-11-29feat(compile): support "bring your own node_modules" in deno compile (#21377)David Sherret
2023-11-29fix: use correct import map in tar & upload (#21380)Luca Casonato
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-11-13fix(install): should work with non-existent relative root (#21161)David Sherret
2023-11-04perf: lazy `atexit` setup (#21053)Divy Srivastava
2023-11-01fix(test): --junit-path should handle when the dir doesn't exist (#21044)David Sherret
2023-10-31feat: deno run --unstable-hmr (#20876)Bartek Iwańczuk
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-10-19refactor: add WatcherCommunicator helper struct (#20927)Bartek Iwańczuk
2023-10-05chore: update to Rust 1.73 (#20781)林炳权
2023-09-18refactor(lsp): cleanup document preload (#20520)Nayeem Rahman
2023-09-17fix(lsp): include JSON modules in local import completions (#20536)Nayeem Rahman
2023-09-14chore(cli): update chrono to remove broken time dep (#20508)Matt Mastracci
2023-09-14refactor: remove `DENO_UNSTABLE_NPM_SYNC_DOWNLOAD` and custom sync functional...David Sherret
2023-09-13refactor: move `deno_core::TaskQueue` to `cli::util::sync` (#20481)David Sherret
2023-09-09Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)Nayeem Rahman
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
2023-08-26chore: update to Rust 1.72 (#20258)林炳权
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-26chore: update chrono dependency (#19943)Bartek Iwańczuk
2023-07-17chore: disable rustls logging (#19859)Bartek Iwańczuk
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-13fix(lsp): increase default max heap size to 3Gb (#19115)Bartek Iwańczuk
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-08fix(ext/http): Ensure Deno.serve works across --watch restarts (#18998)Matt Mastracci
2023-05-02fix(npm): canonicalize filename before returning (#18948)Bartek Iwańczuk
2023-04-13test(runtime): support Windows in resolve_from_cwd_absolute (#18379)Elijah
2023-04-11fix(npm): do not "npm install" when npm specifier happens to match package.js...David Sherret
2023-04-04refactor(core): Improve ergonomics of managing ASCII strings (#18498)Matt Mastracci
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci