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 (
Collapse
)
Author
2022-08-11
refactor(cli): consolidate most MainWorker related code to the same place ↵
David Sherret
(#15459)
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
Co-authored-by: mrkldshv <markladyshev@gmail.com>
2022-07-20
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options ↵
Nayeem Rahman
(#15202)
2022-07-20
fix(task): resolve deno configuration file first from specified `--cwd` arg ↵
David Sherret
(#15257)
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]