summaryrefslogtreecommitdiff
path: root/cli/tools/standalone.rs
AgeCommit message (Expand)Author
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-11-03fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)Bartek Iwańczuk
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-09-22fix(compile): keep non-exe extension in output name on Windows (#15994)David Sherret
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-07feat: add --no-npm flag to disable npm: imports (#15673)Bartek Iwańczuk
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-13feat: no type-check by default (#14691)Bartek Iwańczuk
2022-05-17feat: subcommands type-check only local files by default (#14623)Bartek Iwańczuk
2022-05-13feat: add --no-config flag (#14555)Bartek Iwańczuk
2022-04-11feat: Add "deno check" subcommand for type checking (#14072)Bartek Iwańczuk
2022-03-29refactor(flags): rename CheckFlag to TypecheckMode (#14111)Bartek Iwańczuk
2022-03-28chore: fix compile_windows_ext test (#14142)David Sherret
2022-03-18fix(cli): improve `deno compile` error messages (#13944)TrickyPi
2022-02-24fix(compile): Support import maps (#13756)Divy Srivastava
2022-02-15feat(cli): Replace bundling with eszip in deno compile (#13563)William Tetlow
2022-02-12feat: permission prompt by default (#13650)Ryan Dahl
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-01-31feat(cli): add "--no-clear-screen" flag (#13454)Zheyu Zhang
2022-01-10cli(compile): fix output flag behaviour on compile command (#13299)Rabin Gaire
2022-01-10fix: install shim with `--allow-all` should not output each permission indivi...David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-15feat(watch): support watching external files (#13087)Jesper van den Ende
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk
2021-09-04refactor: factor out DenoSubcommand enum variant into structs (#11896)Bartek Iwańczuk
2021-08-10refactor: --unsafely-ignore-certificate-errors (#11629)Bartek Iwańczuk
2021-08-09feat: Add --unsafely-treat-insecure-origin-as-secure flag to disable SSL veri...TheAifam5
2021-08-07feat(tls): Optionally support loading native certs (#11491)Justin Chase
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly
2021-07-23feat: add --enable-testing-features-do-not-use (#11499)Luca Casonato
2021-07-07fix(cli/tools/upgrade): check if passed version is valid (#11296)Leo K
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-23fix(cli): standalone bin corruption on M1 (#10311)Aaron O'Mullan
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-03-07fix(cli/compile): do not append .exe depending on target (#9668)Divy Srivastava
2021-01-24fix(compile): fix panic when cross-compiling between windows and unix (#9203)Liam Murphy
2021-01-19feat: Standalone lite binaries and cross compilation (#9141)Bartek Iwańczuk
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato