summaryrefslogtreecommitdiff
path: root/cli/args
AgeCommit message (Expand)Author
2023-09-08fix: empty include in config file excludes all (#20404)Nayeem Rahman
2023-09-01Reland "feat(lsp): enable via config file detection (#20334)" (#20349)Nayeem Rahman
2023-08-26chore(core): bump and trim deps (#20265)Matt Mastracci
2023-08-26feat(cli/tools): add TAP test reporter (#14390) (#20073)Valentin Anger
2023-08-25fix(ext/tls): upgrade webpki version (#20285)Matt Mastracci
2023-08-24refactor: use "deno_config" crate (#20260)Bartek Iwańczuk
2023-08-21refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)David Sherret
2023-08-13fix(cli) error gracefully when script arg is not present and `--v8-flags` is ...Kira
2023-08-08refactor(cli): move `snapshot_from_lockfile` function to `deno_npm` (#20024)Yusuke Tanaka
2023-08-06feat(unstable): rename `deno_modules` to `vendor` (#20065)David Sherret
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-08-02refactor: use '--reporter' and '--junit-path' flags for 'deno test' (#20031)Bartek Iwańczuk
2023-08-02feat(cli): Add dot test reporter (#19804)Bartek Iwańczuk
2023-08-02feat(unstable): optional `deno_modules` directory (#19977)David Sherret
2023-07-29chore: remove println in DenoCompileBinaryWriter (#19976)David Sherret
2023-07-28feat(compile): Add `--no-terminal` to compile command (#17991)JasperVanEsveld
2023-07-27fix: error on invalid & unsupported jsx compiler options (#19954)David Sherret
2023-07-27feat(cli): Adding JUnit test reports (#19747)Cooper Benson
2023-07-26fix(check): should bust check cache when json module or npm resolution change...David Sherret
2023-07-25fix(lint): allow to use --rules with --rules-tags (#19754)Bartek Iwańczuk
2023-07-14fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...David Sherret
2023-07-13chore: update to Rust 1.71 (#19822)Matt Mastracci
2023-07-05fix(vendor): support import mapped jsxImportSource (#19724)David Sherret
2023-06-28fix(cli): Fix the bug where the command description is not displayed. (#19604)nasa
2023-06-15refactor(flags): move watch flags into subcommand structs (#19516)David Sherret
2023-06-14fix: reload config files on watcher restarts (#19487)David Sherret
2023-06-13fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...David Sherret
2023-06-12chore: update clap (#19467)Leo Kettmeir
2023-06-10chore(tests): test_util - Add `PathRef` (#19450)David Sherret
2023-06-09fix(config): do not canonicalize config file path before loading (#19436)David Sherret
2023-06-08refactor(compile): store the npm snapshot in the eszip (#19343)David Sherret
2023-06-07refactor: helpers methods on `TypeCheckMode` (#19393)David Sherret
2023-05-25fix(compile): handle when DENO_DIR is readonly (#19257)David Sherret
2023-05-24refactor: upgrade to deno_npm 0.6 (#19244)David Sherret
2023-05-23fix: better error message for malformed glob (#19225)Bartek Iwańczuk
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-22feat(lsp): support lockfile and node_modules directory (#19203)David Sherret
2023-05-19feat(vendor): support for npm specifiers (#19186)David Sherret
2023-05-18feat(cli): add `nodeModulesDir` option to config file (#19095)David Sherret
2023-05-18feat(cli): top-level `exclude` field in `deno.json` (#17778)scarf
2023-05-17fix(npm): improved optional dependency support (#19135)David Sherret
2023-05-10feat(compile): unstable npm and node specifier support (#19005)David Sherret
2023-05-01perf: lazily create RootCertStore (#18938)David Sherret
2023-05-01refactor(cli): remove ProcState - add CliFactory (#18900)David Sherret
2023-05-01refactor(cli): use CliMainWorker in standalone (#18880)David Sherret
2023-04-27refactor(cli): extract out ProcState from CliMainWorker (#18867)David Sherret
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-04-27docs: Improve inline docs for permissions (deno run --help) (#18757)Kevin Whinnery
2023-04-26refactor(compile): remove usage of ProcState and CliOptions (#18855)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret