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-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2022-08-10
refactor(runtime): split up `MainWorker` and `WebWorker`'s `preload_module` m...
David Sherret
2022-08-10
feat: add initial internal npm client and dependency resolver (#15446)
David Sherret
2022-08-10
fix(permissions): ignore empty values (#15447)
Leo Kettmeir
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-15
refactor: remove redundant qualification of symbols in Rust (#15201)
orvit
2022-07-13
chore(cli): remove dead code related to previous tsc emit (#15196)
Nayeem Rahman
2022-07-12
fix: fallback to no type checking cache when db file can't be created (#15180)
David Sherret
2022-07-12
perf: use emit from swc instead of tsc (#15118)
David Sherret
2022-07-11
refactor: rename run_basic to run_local (#15068)
cuobiezi
2022-07-05
Revert "refactor(snapshots): to their own crate (#14794)" (#15076)
Bartek Iwańczuk
2022-07-01
refactor: extract `deno_graph::create_graph` use to common function (#15009)
David Sherret
2022-06-29
fix(vendor): ignore import map in output directory instead of erroring (#14998)
David Sherret
2022-06-29
refactor: rename `RootConfig` to `CliOptions` (#15007)
David Sherret
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
2022-06-25
fix(core): don't panic on non-existent cwd (#14957)
Divy Srivastava
2022-06-24
refactor(snapshots): to their own crate (#14794)
Aaron O'Mullan
2022-06-20
refactor: add `EmitCache` trait (#14925)
David Sherret
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-13
feat: no type-check by default (#14691)
Bartek Iwańczuk
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-06-08
fix: watch dynamic imports in --watch (#14775)
Bartek Iwańczuk
2022-05-30
refactor: use deno_emit (#14737)
David Sherret
2022-05-20
refactor: upgrade to deno_ast 0.15 (#14680)
David Sherret
2022-05-17
feat: subcommands type-check only local files by default (#14623)
Bartek Iwańczuk
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-17
BREAKING: Remove unstable Deno.emit and Deno.formatDiagnostics APIs (#14463)
Bartek Iwańczuk
2022-05-14
feat: add userAgent property to Navigator's prototype (#14415)
randomicon00
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-04-26
fix(test): capture worker stdout and stderr in test output (#14410)
David Sherret
2022-04-20
feat(repl): add "--eval-file" flag to execute a script file on startup (#14247)
Naju Mancheril
2022-04-19
perf(fmt/lint): incremental formatting and linting (#14314)
David Sherret
2022-04-19
Remove the DENO_FUTURE_CHECK warning (#14320)
Luca Casonato
2022-04-15
refactor: Move source map lookups to core (#14274)
Nayeem Rahman
2022-04-11
feat: Add "deno check" subcommand for type checking (#14072)
Bartek Iwańczuk
2022-03-29
refactor(flags): rename CheckFlag to TypecheckMode (#14111)
Bartek Iwańczuk
2022-03-28
chore: fix compile_windows_ext test (#14142)
David Sherret
2022-03-28
chore: update clap and completions (#14136)
Robert
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
[next]