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
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
2023-01-18
refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)
Andreu Botella
2023-01-08
fix(install): should always include `--no-config` in shim unless `--config` i...
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-16
fix(install): use a hidden file for the lockfile and config (#17084)
David Sherret
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-09
refactor: cleanup main.rs (#16996)
David Sherret
2022-12-08
fix(compile): ensure import map is used when specified in deno config file (#...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-21
fix(install): `deno install -f` should overwrite lockfile from previous insta...
David Sherret
2022-11-14
fix(install): support npm specifiers (#16634)
David Sherret
2022-10-12
fix(cli): skip removing the latter part if `@` appears at the beginning (#16244)
Yusuke Tanaka
2022-09-07
feat: add --no-npm flag to disable npm: imports (#15673)
Bartek Iwańczuk
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-13
feat: no type-check by default (#14691)
Bartek Iwańczuk
2022-05-17
feat: subcommands type-check only local files by default (#14623)
Bartek Iwańczuk
2022-05-13
feat: add --no-config flag (#14555)
Bartek Iwańczuk
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-04-06
fix(cli/install): preserve compat flag (#14223)
Valentin Anger
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-22
fix(tests): do not use global env vars in install tests (#14078)
David Sherret
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-12
feat: permission prompt by default (#13650)
Ryan Dahl
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-14
refactor(installer): refactor installer code to be more testable (#13374)
David Sherret
2022-01-14
fix(cli): fix `deno install --prompt` (#13349)
Tomofumi Chiba
2022-01-10
fix: install shim with `--allow-all` should not output each permission indivi...
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-18
refactor: use `once_cell` instead of `lazy_static` (#13135)
Divy Srivastava
2021-12-04
chore: upgrade to Rust 1.57.0 (#12968)
Bartek Iwańczuk
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-09-30
feat(cli/uninstall): add uninstall command (#12209)
Sylvain Cau
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-06
chore: use parking_lot for synchronization primitives to align with tokio (#1...
David Sherret
2021-06-23
ci: run Linux release builds in sysroot with Ubuntu 18.04 and LLVM (#10920)
Bert Belder
2021-05-19
fix(deno install): support `file:` scheme URLs (#10562)
Satya Rohith
2021-05-10
fix(cli/installer): allow remote import maps (#10499)
Satya Rohith
[next]