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
/
standalone.rs
Age
Commit message (
Expand
)
Author
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-28
chore: fix compile_windows_ext test (#14142)
David Sherret
2022-03-18
fix(cli): improve `deno compile` error messages (#13944)
TrickyPi
2022-02-24
fix(compile): Support import maps (#13756)
Divy Srivastava
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-02-12
feat: permission prompt by default (#13650)
Ryan Dahl
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-01-31
feat(cli): add "--no-clear-screen" flag (#13454)
Zheyu Zhang
2022-01-10
cli(compile): fix output flag behaviour on compile command (#13299)
Rabin Gaire
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-15
feat(watch): support watching external files (#13087)
Jesper van den Ende
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-09-04
refactor: factor out DenoSubcommand enum variant into structs (#11896)
Bartek Iwańczuk
2021-08-10
refactor: --unsafely-ignore-certificate-errors (#11629)
Bartek Iwańczuk
2021-08-09
feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...
TheAifam5
2021-08-07
feat(tls): Optionally support loading native certs (#11491)
Justin Chase
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-28
feat(lsp): ability to set DENO_DIR via settings (#11527)
Kitson Kelly
2021-07-23
feat: add --enable-testing-features-do-not-use (#11499)
Luca Casonato
2021-07-07
fix(cli/tools/upgrade): check if passed version is valid (#11296)
Leo K
2021-04-26
Remove denort optimization (#10350)
Ryan Dahl
2021-04-23
fix(cli): standalone bin corruption on M1 (#10311)
Aaron O'Mullan
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-03-07
fix(cli/compile): do not append .exe depending on target (#9668)
Divy Srivastava
2021-01-24
fix(compile): fix panic when cross-compiling between windows and unix (#9203)
Liam Murphy
2021-01-19
feat: Standalone lite binaries and cross compilation (#9141)
Bartek Iwańczuk
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2021-01-08
feat: denort binary (#9041)
Luca Casonato