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-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-03-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk
2022-03-11
fix(compat): cjs/esm interop for dynamic imports (#13792)
Bartek Iwańczuk
2022-03-10
fix(info): print deno info paths with unescaped backslashes on windows (#13847)
Geert-Jan Zwiers
2022-03-09
refactor: add cli/display.rs module (#13879)
Bartek Iwańczuk
2022-03-01
fix(runtime): disable console color for non tty stdout (#13782)
Antonio Musolino
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-24
fix(compile): Support import maps (#13756)
Divy Srivastava
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-02-15
feat(cli): Replace bundling with eszip in deno compile (#13563)
William Tetlow
2022-02-11
refactor: use `Arc` instead of making copies of `Flags` struct (#13610)
Maxim
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-02-07
refactor: factor out CDP message types (#13551)
Leo Kettmeir
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
[next]