summaryrefslogtreecommitdiff
path: root/cli/lsp/npm.rs
AgeCommit message (Expand)Author
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-06-03refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)David Sherret
2024-05-03refactor(lsp): cleanup cache and module registry update (#23620)Nayeem Rahman
2024-04-19refactor: move redirect handling into deno_graph (#23444)David Sherret
2024-03-06feat(unstable/pm): support npm packages in 'deno add' (#22715)Nayeem Rahman
2024-02-29feat(lsp): jsr specifier completions (#22612)Nayeem Rahman
2024-02-01refactor: load bytes in deno_graph (#22212)David Sherret
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-02refactor(npm): make `NpmCache`, `CliNpmRegistryApi`, and `NpmResolution` inte...David Sherret
2023-08-29feat(lsp): npm specifier completions (#20121)Nayeem Rahman