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
Age
Commit message (
Expand
)
Author
2023-06-12
chore: update clap (#19467)
Leo Kettmeir
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-06-08
refactor(compile): store the npm snapshot in the eszip (#19343)
David Sherret
2023-06-07
refactor: helpers methods on `TypeCheckMode` (#19393)
David Sherret
2023-05-25
fix(compile): handle when DENO_DIR is readonly (#19257)
David Sherret
2023-05-24
refactor: upgrade to deno_npm 0.6 (#19244)
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-18
feat(cli): top-level `exclude` field in `deno.json` (#17778)
scarf
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-26
feat(cli): flatten deno.json configuaration (#17799)
scarf
2023-04-27
docs: Improve inline docs for permissions (deno run --help) (#18757)
Kevin Whinnery
2023-04-26
refactor(compile): remove usage of ProcState and CliOptions (#18855)
David Sherret
2023-04-13
refactor: upgrade to deno_npm 0.3.0 (#18671)
David Sherret
2023-04-13
chore(docs): clarify what subcommands do not type-check by default (#18520)
Geert-Jan Zwiers
2023-04-12
fix(npm): eagerly reload package information when version from lockfile not f...
David Sherret
2023-04-12
fix(npm): cache bust npm specifiers more aggressively (#18636)
David Sherret
2023-04-06
fix(npm): reload an npm package's dependency's information when version not f...
David Sherret
2023-04-06
refactor(npm): use deno_npm and deno_semver (#18602)
David Sherret
2023-03-30
fix(repl): improve package.json support (#18497)
David Sherret
2023-03-27
refactor(cli): remove Lazy<String> and fix help outputs (#18462)
Bartek Iwańczuk
2023-03-26
feat(bench): add `--no-run` flag (#18433)
Geert-Jan Zwiers
2023-03-26
chore: upgrade clap to v4 (#17333)
Leo Kettmeir
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
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-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-19
feat(compile): Enable multiple roots for a standalone module graph (#17663)
Andreu Botella
2023-03-17
BREAKING(unstable): remove WebGPU (#18094)
Leo Kettmeir
2023-03-17
feat(repl): add `DENO_REPL_HISTORY` to change history file path (#18047)
Nick Hanley
2023-03-15
fix(npm): "not implemented scheme" message should properly show the scheme (#...
David Sherret
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-13
fix(info/doc): add missing `--no-lock` and `--lock` flags (#18166)
David Sherret
2023-03-12
refactor(npm): push npm struct creation to a higher level (#18139)
David Sherret
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
2023-03-07
fix(cli): add space after period in `--v8-flags` (#18063)
Caleb Cox
2023-03-03
fix: lazily surface errors in package.json deps parsing (#17974)
David Sherret
2023-02-25
fix(npm): skip analyzing more specifiers in package.json (#17938)
David Sherret
[next]