summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2021-03-18fix(cli/bundle): display anyhow error chain (#9822)Andrew Mitchell
2021-03-12refactor: move Console to op_crates/console (#9770)Luca Casonato
2021-03-12chore: split web op crate (#9635)Luca Casonato
2021-03-07fix(cli/compile): do not append .exe depending on target (#9668)Divy Srivastava
2021-03-01feat(cli): represent type dependencies in info (#9630)Kitson Kelly
2021-03-01feat: WebGPU API (#7977)crowlKats
2021-03-01fix: typo in coverage exit_unstable (#9626)Luca Casonato
2021-02-26Improve 'deno lsp' help text (#9610)Ryan Dahl
2021-02-25feat(cli/doc): use type definitions "deno doc" if available (#8459)Liam Murphy
2021-02-24feat: add "deno coverage" subcommand (#8664)Casper Beyer
2021-02-21feat: add --ext flag to deno eval (#9295)Satya Rohith
2021-02-17Make ModuleSpecifier a type alias, not wrapper struct (#9531)Ryan Dahl
2021-02-17feat: support loading import map from URL (#9519)Bartek Iwańczuk
2021-02-16feat(cli): support auth tokens for accessing private modules (#9508)Kitson Kelly
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-19fix(cli): print a newline after help and version (#9158)Casper Beyer
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-09fix: don't error on version and help flag (#9064)Luca Casonato
2021-01-08feat: denort binary (#9041)Luca Casonato
2021-01-07feat: add --location=<href> and globalThis.location (#7369)Nayeem Rahman
2021-01-07fix(coverage): do not store source inline in raw reports (#9025)Casper Beyer
2021-01-06feat: Add configurable permissions for Workers (#8215)Steven Guerrero
2021-01-06refactor: move WebSocket API to an op_crate (#9026)Luca Casonato
2021-01-06refactor(cli): remove 'js' module, simplify compiler snapshot (#9020)Bartek Iwańczuk
2021-01-05feat(cli/standalone): support runtime flags for deno compile (#8738)Nayeem Rahman
2020-12-30feat(lsp): add cache command (#8911)Kitson Kelly
2020-12-29refactor(cli/flags): change allow_read/write/net types from bool to Option<Ve...Yusuke Tanaka
2020-12-28feat(unstable): collect coverage from the run command (#8893)Casper Beyer
2020-12-21refactor: rewrite lsp to be async (#8727)Luca Casonato
2020-12-21feat(unstable): record raw coverage into a directory (#8642)Casper Beyer
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk
2020-12-12refactor(cli): more options on Worker (#8724)Bartek Iwańczuk
2020-12-11refactor(cli): decouple ops from ProgramState and Flags (#8659)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-29feat(cli/tools/upgrade): canary support (#8476)crowlKats
2020-11-28fix(watcher): watcher doesn't exit when module resolution fails (#8521)Yusuke Tanaka
2020-11-26refactor(cli): reorganize main.rs and split workers (#8495)Bartek Iwańczuk
2020-11-22feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)Yusuke Tanaka
2020-11-22feat(unstable): Add deno test --no-run (#8093)Nayeem Rahman
2020-11-19refactor(cli): move tooling to cli/tools/ (#8424)Bartek Iwańczuk
2020-11-16refactor(cli): rename fs module to fs_util (#8380)Bartek Iwańczuk
2020-11-14feat(lint): support --rules --json (#8384)Bartek Iwańczuk
2020-11-13refactor(cli): minor cleanup of main.rs (#8362)Max Drosdo.www
2020-11-09refactor(cli): remove unnecessary format! calls (#8315)KNnut
2020-11-08chore: remove dead code (#8298)Bartek Iwańczuk