index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tools
/
installer.rs
Age
Commit message (
Expand
)
Author
2024-11-16
fix(cli): show prefix hint when installing a package globally (#26629)
Miguel Rodrigues
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-10-04
fix(install): surface package.json dependency errors (#26023)
David Sherret
2024-09-09
BREAKING: Remove `--unstable` flag (#25522)
Bartek Iwańczuk
2024-09-05
feat(uninstall): alias to 'deno remove' if -g flag missing (#25461)
Bartek Iwańczuk
2024-09-04
feat(install): deno install with entrypoint (#25411)
Nathan Whitaker
2024-09-03
fix(install): recommend using `deno install -g` when using a single http url ...
Bartek Iwańczuk
2024-08-28
feat: remove `--lock-write` flag (#25214)
Bartek Iwańczuk
2024-08-21
fix(add): Handle packages without root exports (#25102)
Nathan Whitaker
2024-08-20
feat(config): Support frozen lockfile config option in deno.json (#25100)
Nathan Whitaker
2024-08-09
fix(add): Better error message when missing npm specifier (#24970)
Nathan Whitaker
2024-07-24
fix(future): Emit `deno install` warning less often, suggest `deno install` i...
Nathan Whitaker
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-02
feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)
Nathan Whitaker
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-10
FUTURE: support `deno install <alias>@npm:<package>` (#24156)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-05-28
chore: set lockfile as having no content changes after write (#24023)
David Sherret
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek Iwańczuk
2024-05-23
fix(cli): Support deno.lock with only package.json present + fix DENO_FUTURE ...
Nathan Whitaker
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-08
FUTURE: `deno install` changes (#23498)
Bartek Iwańczuk
2024-05-06
fix(compile): relative permissions should be retained as relative (#23719)
David Sherret
2024-04-04
refactor(flags): prepare for deno install changes (#23217)
Bartek Iwańczuk
2024-03-27
feat(install): require -g / --global flag (#23060)
Bartek Iwańczuk
2024-03-14
chore(cli): move away from PathBuf in clap (#22036)
Łukasz Czerniawski
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-02-01
fix(install): forward granular --unstable-* flags (#22164)
Bartek Iwańczuk
2024-01-22
refactor: add "UnstableConfig" struct to cli/args/flags.rs (#21993)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-02
fix(cli/installer): percent decode name (#21392)
Leo Kettmeir
2023-11-15
fix(cli): Allow executable name start with digit (#21214)
Bolat Azamat
2023-11-13
fix(install): should work with non-existent relative root (#21161)
David Sherret
2023-08-24
refactor: use "deno_config" crate (#20260)
Bartek Iwańczuk
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-04-14
refactor: break up `ProcState` (#18707)
David Sherret
2023-04-13
refactor(cli,ext,ops): cleanup `regex` with `lazy-regex` (#17296)
Yiyu Lin
2023-04-12
refactor: `ProcState::build` -> `ProcState::from_flags` (#18672)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-02-21
fix(npm): improve peer dependency resolution (#17835)
David Sherret
2023-02-15
refactor: use deno_graph's semver and npm structs (#17791)
David Sherret
2023-02-10
feat(install): follow redirects for urls with no path (#17449)
Kamil Ogórek
2023-01-28
fix(install): tsconfig.json -> deno.json for config file suffix (#17573)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
[next]