summaryrefslogtreecommitdiff
path: root/cli/cache
AgeCommit message (Expand)Author
2024-01-01chore: update to Rust 1.75 (#21731)林炳权
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-12refactor: better handling for registry urls (#21545)Bartek Iwańczuk
2023-11-23feat(unstable): tar up directory with deno.json (#21228)Bartek Iwańczuk
2023-10-25refactor: break out ModuleInfoCache from ParsedSourceCache (#20977)David Sherret
2023-10-25feat(unstable): ability to `npm install` then `deno run main.ts` (#20967)David Sherret
2023-09-18feat(unstable): package manager (#20517)David Sherret
2023-09-07feat: support import attributes (#20342)David Sherret
2023-08-25chore(cli): remove atty crate (#20275)Matt Mastracci
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-08refactor: use deno_cache_dir crate (#20092)David Sherret
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-06fix(unstable): vendor cache should support adding files to hashed directories...David Sherret
2023-08-05fix(unstable): vendor cache override should handle forbidden windows director...David Sherret
2023-08-02feat(unstable/lsp): support navigating to deno_modules folder (#20030)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-19feat(ext/node): properly segregate node globals (#19307)Luca Casonato
2023-07-10refactor(lsp): move config file related code to config.rs (#19790)David Sherret
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-05-30fix: do not show cache initialization errors if stderr is piped (#18920)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-04-26feat(cli): don't check permissions for statically analyzable dynamic imports ...Nayeem Rahman
2023-04-21refactor: move some CJS and ESM code analysis to ext/node (#18789)David Sherret
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-28fix(core): restore cache journal mode to TRUNCATE and tweak tokio test in Cac...Matt Mastracci
2023-03-27feat(core): initialize SQLite off-main-thread (#18401)Matt Mastracci
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-22fix: include error in message about not being able to create the TypeScript c...David Sherret
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-22perf: disable WAL for transpiled source cache (#18084)Bartek Iwańczuk
2023-03-21Revert "fix(cli) Better error messages on corrupt databases that aren… (#18...Bartek Iwańczuk
2023-03-21fix(cli) Better error messages on corrupt databases that aren't automatically...Matt Mastracci
2023-03-17feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)Nick Hanley
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-02-24fix(npm): lazily install package.json dependencies only when necessary (#17931)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22feat: support bare specifier resolution with package.json (#17864)Bartek Iwańczuk
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-02-21fix(npm): improve peer dependency resolution (#17835)David Sherret
2023-02-15feat: wire up ext/node to the Node compatibility layer (#17785)Bartek Iwańczuk
2023-02-15refactor: use deno_graph's semver and npm structs (#17791)David Sherret
2023-02-09perf: module info cache - avoid MediaType.to_string() allocation (#17699)David Sherret
2023-02-08perf: disable fetching graph cache info except for `deno info` (#17698)David Sherret
2023-02-03refactor: reland "preserve ProcState::file_fetcher between restarts" (#17636)Nayeem Rahman
2023-01-30Revert "fix(watch): preserve `ProcState::file_fetcher` between restarts (#154...Bartek Iwańczuk