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
2022-10-28
feat: support npm specifiers in `deno info` for display text output only (#16...
David Sherret
2022-10-25
feat(lint): add a report lint config setting (#16045)
Brenley Dueck
2022-10-22
refactor: testable update checker code (#16386)
David Sherret
2022-10-20
feat(cli): check for updates in background (#15974)
Bert Belder
2022-10-13
fix(cli): allow importMap to be an absolute URL within the deno config file (...
Mark Gibson
2022-09-29
refactor(cli): use shared sys kind parser in flags.rs (#16087)
Yoshiya Hinosawa
2022-09-28
feat(lint): add --compact flag for terse output (#15926)
Brenley Dueck
2022-09-28
feat: add --allow-sys permission flag (#16028)
Yoshiya Hinosawa
2022-09-22
feat(npm): add flag for creating and resolving npm packages to a local node_m...
David Sherret
2022-09-22
feat(npm): add support for --reload=npm: and --reload=npm:<package> (#15972)
Bartek Iwańczuk
2022-09-19
perf(cli): avoid `canonicalize_path` if config file does not exist (#15957)
Divy Srivastava
2022-09-19
perf(cli): avoid `clap::App::clone` (#15951)
Divy Srivastava
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-07
feat: add --no-npm flag to disable npm: imports (#15673)
Bartek Iwańczuk
2022-09-06
fix(cli): Fix panic when providing invalid urls to --reload (#15784)
Alexander Sage
2022-09-03
BREAKING(unstable): remove --compat mode (#15678)
Bartek Iwańczuk
2022-09-02
fix(init): suppress info logs when using quiet mode (#15741)
Geert-Jan Zwiers
2022-09-01
fix(check): --remote and --no-remote should be mutually exclusive (#14964)
Geert-Jan Zwiers
2022-08-29
fix: config file errors should not print specifier with debug formatting (#15...
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-08-20
feat: add "deno init" subcommand (#15469)
Leo Kettmeir
2022-08-15
chore(bench,test): list `.mts` under supported file extensions in cli docs (#...
Geert-Jan Zwiers
2022-08-12
fix(coverage): ensure coverage is only collected in certain situations (#15467)
David Sherret
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place (#1...
David Sherret
2022-08-10
fix(task): subcommand parser skips global args (#15297)
Cre3per
2022-07-26
chore: update jsonc_parser to 0.20 (#15316)
David Sherret
2022-07-20
feat(test): add `--parallel` flag, soft deprecate `--jobs` (#15259)
David Sherret
2022-07-20
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#1...
Nayeem Rahman
2022-07-20
fix(task): resolve deno configuration file first from specified `--cwd` arg (...
David Sherret
2022-07-19
feat: emit files on demand and fix racy emit (#15220)
David Sherret
2022-07-18
feat(cli): support configuring the test tool in the config file (#15079)
Roj
2022-07-15
feat(cli/test): add `DENO_JOBS` env variable for `test` subcommand (#14929)
Mark Ladyshau
2022-07-13
chore(cli): remove dead code related to previous tsc emit (#15196)
Nayeem Rahman
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
fix(task): remove --no-config as task subcommand argument (#14983)
Geert-Jan Zwiers
2022-06-27
refactor: create `args` folder (#14982)
David Sherret
[prev]