Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | refactor: remove `PermissionsContainer` in deno_runtime (#24119) | David Sherret | |
Also removes permissions being passed in for node resolution. It was completely useless because we only checked it for reading package.json files, but Deno reading package.json files for resolution is perfectly fine. My guess is this is also a perf improvement because Deno is doing less work. | |||
2024-06-03 | refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092) | David Sherret | |
This also fixes several issues where we weren't properly creating http clients with the user's settings. | |||
2024-05-03 | refactor(lsp): cleanup cache and module registry update (#23620) | Nayeem Rahman | |
2024-04-19 | refactor: move redirect handling into deno_graph (#23444) | David Sherret | |
2024-03-06 | feat(unstable/pm): support npm packages in 'deno add' (#22715) | Nayeem Rahman | |
2024-02-29 | feat(lsp): jsr specifier completions (#22612) | Nayeem Rahman | |
2024-02-01 | refactor: load bytes in deno_graph (#22212) | David Sherret | |
Upgrades deno_graph to 0.64 where deno_graph is now responsible for turning bytes into a string. This is in preparation for Wasm modules. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-10-02 | refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` ↵ | David Sherret | |
internal to `npm::managed` (#20764) | |||
2023-08-29 | feat(lsp): npm specifier completions (#20121) | Nayeem Rahman | |