summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
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
2020-11-06refactor(cli): refactor file_fetcher (#8245)Kitson Kelly
2020-11-02refactor(cli): remove ProgramState::permissions (#8228)Bartek Iwańczuk
2020-11-03refactor(cli): cleanup compiler snapshot and tsc/module_graph (#8220)Kitson Kelly
2020-11-02refactor(cli): migrate runtime compile/bundle to new infrastructure (#8192)Kitson Kelly
2020-10-29refactor: don't spin up V8 for `deno cache` (#8186)Luca Casonato
2020-10-28fix(cli): restore tripleslash lib refs support (#8157)Kitson Kelly
2020-10-26fix: Use -rw-r--r-- for cache files (#8132)Ryan Dahl
2020-10-26Revert "feat(lint): stabilize "deno lint" subcommand (#8075)" (#8128)Bartek Iwańczuk
2020-10-25refactor(run): use new module graph for run --watch (#8085)Bartek Iwańczuk
2020-10-23refactor: use of lock file in ModuleGraph2 (#8087)Bartek Iwańczuk
2020-10-23Revert "feat(cli): Add deno cache --test and --worker (#7920)" (#8089)Bartek Iwańczuk
2020-10-23feat(cli): Add deno cache --test and --worker (#7920)Nayeem Rahman
2020-10-23refactor(cli): move bundle check to new infrastructure (#8071)Kitson Kelly
2020-10-23refactor(cli): migrate run and cache to new infrastructure (#7996)Kitson Kelly
2020-10-22feat(lint): stabilize "deno lint" subcommand (#8075)Bartek Iwańczuk
2020-10-21refactor(cli): use PathBuf instead of String for lint and fmt subcommands (#8...Akshat Agarwal
2020-10-20feat(cli): add support for bundle --no-check (#8023)Kitson Kelly
2020-10-19fix(cli): Handling of relative importmaps while using watch (#7950)Absebo
2020-10-19feat(cli/installer): Add missing flags for deno install (#7601)Nayeem Rahman
2020-10-14refactor(cli): add tsc2 (#7942)Kitson Kelly
2020-10-13refactor(cli): rename GlobalState to ProgramState (#7914)Bartek Iwańczuk
2020-10-12chore(cli): remove dead code (#7941)Kitson Kelly
2020-10-12refactor(cli): move info subcommand over to new module graph (#7892)Kitson Kelly
2020-10-12feat(cli): support importmap flag with deno doc subcommand (#7821)Valentin Anger
2020-10-11reland JsRuntime/Worker is not a Future (#7924)Bartek Iwańczuk
2020-10-10Fix 100% CPU idling problem by reverting #7672 (#7911)Ryan Dahl
2020-10-09refactor: Worker is not a Future (#7895)Bartek Iwańczuk
2020-10-07refactor(cli): remove TextDocument (#7850)Kitson Kelly
2020-10-07refactor(cli): cleanups to new module graph (#7846)Kitson Kelly