summaryrefslogtreecommitdiff
path: root/cli/flags.rs
AgeCommit message (Expand)Author
2021-07-02docs(cli/flags): use deno instead of target/debug/deno (#11215)Zhangyuan Nie
2021-06-22chore: use lsp to get parent process id (#11083)David Sherret
2021-06-17chore(lsp): add `--parent-pid <pid>` flag (#11023)David Sherret
2021-06-05feat: make 'deno lint' stable (#10851)Bartek Iwańczuk
2021-05-27feat(cli): add origin data dir to deno info (#10589)crowlKats
2021-05-11feat(test): add support for type checking documentation (#10521)Casper Beyer
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-04-30fix(test): default to num cpus when no value is given (#10443)Casper Beyer
2021-04-28feat(test): run test modules in parallel (#9815)Casper Beyer
2021-04-27remove --unstable flag from CLI features (#10190)Bartek Iwańczuk
2021-04-26Remove denort optimization (#10350)Ryan Dahl
2021-04-18chore: improve help text (#10186)Ryan Dahl
2021-04-16refactor(cli/flags): reorganize declarations (#10204)crowlKats
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-12feat(runtime/permissions): prompt fallback (#9376)crowlKats
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-01feat: stabilise import maps (#9526)Bartek Iwańczuk
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-02-26Improve 'deno lsp' help text (#9610)Ryan Dahl
2021-02-24feat: add "deno coverage" subcommand (#8664)Casper Beyer
2021-02-21fix(cli): capitalize inspect and inspect-brk descriptions (#9567)Casper Beyer
2021-02-21feat: add --ext flag to deno eval (#9295)Satya Rohith
2021-02-18feat: add json(c) support to deno fmt (#9292)Satya Rohith
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
2021-01-26fix(cli): fmt command help message (#9280)akfm
2021-01-24fix(cli/flags): don't panic on invalid location scheme (#9202)Nayeem Rahman
2021-01-19chore: add compile aarch64-apple-darwin target (#9174)Luca Casonato
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
2021-01-19fix: panic during `deno compile` with no args (#9167)Luca Casonato
2021-01-19feat: Standalone lite binaries and cross compilation (#9141)Bartek Iwańczuk
2021-01-17fix(op_crates/web): Use WorkerLocation for location in workers (#9084)Nayeem Rahman
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-14fix(cli): show canary string in long version (#8675)crowlKats
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)Bartek Iwańczuk
2020-12-11fix(cli): zsh completions (#8718)crowlKats
2020-12-07chore(cli): unhide lsp command from CLI (#8647)Bartek Iwańczuk
2020-12-07feat: add mvp language server (#8515)Kitson Kelly
2020-12-06refactor(cli): remove Option from Flags.v8_flags (#8633)crowlKats
2020-12-01chore(cli/flags): Use deno compile --output for the out file (#8563)Nayeem Rahman
2020-11-30feat: deno compile (#8539)Luca Casonato
2020-11-30fix(cli): support passing cli arguments under `deno eval` (#8547)Kevin (Kun) "Kassimo" Qian
2020-11-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-28chore: clippy future cleanups (#8514)Kitson Kelly
2020-11-25add canary versioning (#8480)crowlKats