index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
main.rs
Age
Commit message (
Expand
)
Author
2022-02-01
refactor: integrate deno_graph breaking changes (#13495)
Kitson Kelly
2022-01-31
feat(cli): add "--no-clear-screen" flag (#13454)
Zheyu Zhang
2022-01-31
Revert "refactor: factor out CDP message types (#13501)" (#13540)
Bartek Iwańczuk
2022-01-27
refactor: factor out CDP message types (#13501)
Leo Kettmeir
2022-01-14
chore: upgrade clap to v3 (#13266)
Leo Kettmeir
2022-01-13
refactor: move transpiling to deno_ast (#13332)
David Sherret
2022-01-12
feat(cli): add ignore directives to bundled code (#13309)
juju
2022-01-10
cli(compile): fix output flag behaviour on compile command (#13299)
Rabin Gaire
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-03
feat(compat) preload Node.js built-in modules in global vars REPL (#13127)
VishnuJin
2021-12-30
feat(test): Add support for "deno test --compat" (#13235)
Steven Guerrero
2021-12-29
cleanup(cli): use op Extensions (#13223)
Aaron O'Mullan
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-21
refactor: cleanup cli/main.rs (#13160)
Bartek Iwańczuk
2021-12-20
refactor: Use dedicated flags structures (#13148)
Bartek Iwańczuk
2021-12-20
chore: add custom panic message (#13145)
Luca Casonato
2021-12-16
refactor(cli): use GraphData for check and emit (#12960)
Nayeem Rahman
2021-12-15
feat(watch): support watching external files (#13087)
Jesper van den Ende
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-11-30
feat: add `--no-check=remote` flag (#12766)
Kitson Kelly
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-24
compat: support compat mode in REPL (#12882)
Bartek Iwańczuk
2021-11-23
fix(cli/compile): skip bundling for pre-bundled code (#12687)
Zheyu Zhang
2021-11-24
fix(cli): don't cache .tsbuildinfo unless emitting (#12830)
Nayeem Rahman
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-11-08
refactor: move `mod tokio_util` to runtime (#12332)
Bert Belder
2021-11-01
port check_if_should_use_esm_loader to rust (#12562)
Ryan Dahl
2021-10-27
feat(ext/webstorage): use implied origin when --location not set (#12548)
Kitson Kelly
2021-10-26
chore: upgrade Rust to 1.56.0 (#12514)
Bert Belder
2021-10-19
refactor: use a single Mutex in ProcState for module graph (#12489)
Bartek Iwańczuk
2021-10-18
feat(unstable): Node CJS and ESM resolvers for compat mode (#12424)
Bartek Iwańczuk
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-08
feat(compat): inject Node globals in REPL (#12352)
Bartek Iwańczuk
2021-10-08
feat(runtime): allow passing extensions via Worker options (#12362)
Aaron O'Mullan
2021-10-06
Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (...
Bartek Iwańczuk
2021-10-06
feat(compat): inject Node globals (#12342)
Bartek Iwańczuk
2021-10-06
fix(cli): ensure empty lines don't count towards coverage (#11957)
Casper Beyer
2021-10-05
feat(lint): add support for --watch flag (#11983)
CGQAQ
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-09-30
feat(cli/uninstall): add uninstall command (#12209)
Sylvain Cau
2021-09-29
feat: support serializing `WebAssembly.Module` objects (#12140)
Andreu Botella
2021-09-24
refactor: Rename ProgramState to ProcState (#12204)
Ryan Dahl
2021-09-18
fix(core): prevent multiple main module loading (#12128)
Bartek Iwańczuk
2021-09-13
feat: add option flags to 'deno fmt' (#12060)
Bartek Iwańczuk
2021-09-13
feat(fmt): add support for configuration file (#11944)
Bartek Iwańczuk
2021-09-12
refactor: Remove duplicated colors.rs file (#11990)
Ryan Dahl
2021-09-11
refactor: use import_map crate (#11974)
Bartek Iwańczuk
[next]