summaryrefslogtreecommitdiff
path: root/cli/main.rs
AgeCommit message (Expand)Author
2021-12-20refactor: Use dedicated flags structures (#13148)Bartek Iwańczuk
2021-12-20chore: add custom panic message (#13145)Luca Casonato
2021-12-16refactor(cli): use GraphData for check and emit (#12960)Nayeem Rahman
2021-12-15feat(watch): support watching external files (#13087)Jesper van den Ende
2021-12-11fix: op_set_exit_code (#13034)Bartek Iwańczuk
2021-11-30feat: add `--no-check=remote` flag (#12766)Kitson Kelly
2021-11-28feat(runtime): add op_set_exit_code (#12911)Ben Noordhuis
2021-11-24fix(lsp): lsp should respect include/exclude files in format config (#12876)David Sherret
2021-11-24compat: support compat mode in REPL (#12882)Bartek Iwańczuk
2021-11-23fix(cli/compile): skip bundling for pre-bundled code (#12687)Zheyu Zhang
2021-11-24fix(cli): don't cache .tsbuildinfo unless emitting (#12830)Nayeem Rahman
2021-11-16fix(cli): short-circuit in prepare_module_load() (#12604)Nayeem Rahman
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-08refactor: move `mod tokio_util` to runtime (#12332)Bert Belder
2021-11-01port check_if_should_use_esm_loader to rust (#12562)Ryan Dahl
2021-10-27feat(ext/webstorage): use implied origin when --location not set (#12548)Kitson Kelly
2021-10-26chore: upgrade Rust to 1.56.0 (#12514)Bert Belder
2021-10-19refactor: use a single Mutex in ProcState for module graph (#12489)Bartek Iwańczuk
2021-10-18feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)Bartek Iwańczuk
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-10-08feat(compat): inject Node globals in REPL (#12352)Bartek Iwańczuk
2021-10-08feat(runtime): allow passing extensions via Worker options (#12362)Aaron O'Mullan
2021-10-06Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (...Bartek Iwańczuk
2021-10-06feat(compat): inject Node globals (#12342)Bartek Iwańczuk
2021-10-06fix(cli): ensure empty lines don't count towards coverage (#11957)Casper Beyer
2021-10-05feat(lint): add support for --watch flag (#11983)CGQAQ
2021-10-05refactor(runtime): Worker bootstrap options (#12299)Aaron O'Mullan
2021-10-05feat: add --compat flag to provide built-in Node modules (#12293)Bartek Iwańczuk
2021-09-30feat(cli/uninstall): add uninstall command (#12209)Sylvain Cau
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella
2021-09-24refactor: Rename ProgramState to ProcState (#12204)Ryan Dahl
2021-09-18fix(core): prevent multiple main module loading (#12128)Bartek Iwańczuk
2021-09-13feat: add option flags to 'deno fmt' (#12060)Bartek Iwańczuk
2021-09-13feat(fmt): add support for configuration file (#11944)Bartek Iwańczuk
2021-09-12refactor: Remove duplicated colors.rs file (#11990)Ryan Dahl
2021-09-11refactor: use import_map crate (#11974)Bartek Iwańczuk
2021-09-07fix: exit process on panic in a tokio task (#11942)David Sherret
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-04refactor: factor out DenoSubcommand enum variant into structs (#11896)Bartek Iwańczuk
2021-09-03feat(lint): add support for config file and CLI flags for rules (#11776)Bartek Iwańczuk
2021-09-02chore: upgrade crates (#11894)Bartek Iwańczuk
2021-08-31fix: move unstable declarations to deno.unstable (#11876)Luca Casonato
2021-08-26refactor(cli): introduce module specifier test modes (#11769)Casper Beyer
2021-08-24fix(cli): dispatch unload event on watch drop (#11696)Casper Beyer
2021-08-24feat(cli): add --ignore flag to test command (#11712)Casper Beyer
2021-08-23refactor(cli/tools/test): infer disable log from program state (#11803)Casper Beyer
2021-08-23fix: duplicate import in cli/main.rs (#11813)Bartek Iwańczuk
2021-08-23refactor(cli/flags): use an optional non zero usize for `fail-fast` (#11804)Casper Beyer
2021-08-23fix(cli/flags): require a non zero usize for concurrent jobs (#11802)Casper Beyer
2021-08-17refactor(cli): pass optional op_init to create_main_worker (#11707)Casper Beyer