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
/
args
/
mod.rs
Age
Commit message (
Expand
)
Author
2023-06-15
refactor(flags): move watch flags into subcommand structs (#19516)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-06-13
fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-09
fix(config): do not canonicalize config file path before loading (#19436)
David Sherret
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-23
fix: better error message for malformed glob (#19225)
Bartek Iwańczuk
2023-05-23
feat: add support for globs in the config file and CLI arguments for files (#...
Bartek Iwańczuk
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-19
feat(vendor): support for npm specifiers (#19186)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-17
fix(npm): improved optional dependency support (#19135)
David Sherret
2023-05-10
feat(compile): unstable npm and node specifier support (#19005)
David Sherret
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-05-01
refactor(cli): use CliMainWorker in standalone (#18880)
David Sherret
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-12
fix(npm): cache bust npm specifiers more aggressively (#18636)
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-26
feat(bench): add `--no-run` flag (#18433)
Geert-Jan Zwiers
2023-03-23
fix(cli): restore `deno run -` to handle stdin as typescript (#18391)
Cre3per
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-21
chore(cli) Use with_context(|| format!(...)) rather than context(format!(...)...
Matt Mastracci
2023-03-14
test: fix flaky resolve_import_map_flags_take_precedence test (#18182)
Bartek Iwańczuk
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-24
feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)
David Sherret
2023-02-24
fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...
David Sherret
2023-02-23
fix(npm): support bare specifiers in package.json having a path (#17903)
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-20
feat: auto-discover package.json for npm dependencies (#17272)
Bartek Iwańczuk
2023-02-12
feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)
Serhiy Barhamon
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
fix: support import map specified as data uri (#17531)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
feat(fmt): make semi-colon option a boolean (#17527)
David Sherret
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2023-01-23
refactor: Move lockfile to a separate crate (#17503)
Bartek Iwańczuk
2023-01-18
refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)
Andreu Botella
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-16
fix(npm): fix require resolution if using --node-modules-dir (#17087)
Bartek Iwańczuk
[next]