summaryrefslogtreecommitdiff
path: root/cli/lsp/cache.rs
AgeCommit message (Expand)Author
2024-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-18fix: do not panic running invalid file specifier (#25530)Yazan AbdAl-Rahman
2024-08-26perf(cache): single cache file for remote modules (#24983)David Sherret
2024-06-28fix(lsp): don't use global cache paths for scope allocation (#24353)Nayeem Rahman
2024-06-17feat(lsp): multi deno.json resolver scopes (#24206)Nayeem Rahman
2024-05-09refactor(lsp): unify caching into LspCache (#23746)Nayeem Rahman
2024-04-17perf: v8 code cache (#23081)Igor Zinkovsky
2024-02-15feat(unstable): single checksum per JSR package in the lockfile (#22421)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-08refactor: abstract away file system to be buried inside HttpCache (#19760)David Sherret
2023-07-02Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)Nayeem Rahman
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-02-22refactor: use deno_graph for npm specifiers (#17858)David Sherret
2023-01-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek IwaƄczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-08-20feat(unstable): initial support for npm specifiers (#15484)David Sherret
2022-07-01refactor: extract `deno_graph::create_graph` use to common function (#15009)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-20refactor: add `EmitCache` trait (#14925)David Sherret
2022-03-23chore: remove all `pub(crate)`s from the cli crate (#14083)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-02-02fix(lsp): properly display x-deno-warning with redirects (#13554)Kitson Kelly
2022-02-01refactor: integrate deno_graph breaking changes (#13495)Kitson Kelly
2022-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
2022-01-13refactor: move transpiling to deno_ast (#13332)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-22chore: update deno_graph and deno_doc (#13173)Kitson Kelly
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-08refactor: move `mod tokio_util` to runtime (#12332)Bert Belder
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly