summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
AgeCommit message (Expand)Author
2023-01-23refactor: Move lockfile to a separate crate (#17503)Bartek Iwańczuk
2023-01-18refactor(cli): Integrate standalone mode cert handling into `Flags` (#17419)Andreu Botella
2023-01-07refactor(cli/tools): move flag and config logic to CliOptions (#17008)Geert-Jan Zwiers
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-16fix(npm): fix require resolution if using --node-modules-dir (#17087)Bartek Iwańczuk
2022-12-12feat: add `--inspect-wait` flag (#17001)Bartek Iwańczuk
2022-12-10feat(cli): support deno bench in the config file (#16608)Geert-Jan Zwiers
2022-12-08fix(compile): ensure import map is used when specified in deno config file (#...David Sherret
2022-11-30fix(repl): respect --quiet flag (#16875)Bartek Iwańczuk
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-26refactor: `DenoDir` - move to cache folder and make `root_dir` private (#16823)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-25refactor: move lockfile.rs to args module (#16818)David Sherret
2022-11-02fix(lock): autodiscovery of lockfile (#16498)Bartek Iwańczuk
2022-10-13fix(cli): allow importMap to be an absolute URL within the deno config file (...Mark Gibson
2022-09-22feat(npm): add flag for creating and resolving npm packages to a local node_m...David Sherret
2022-09-07feat: add --no-npm flag to disable npm: imports (#15673)Bartek Iwańczuk
2022-09-03BREAKING(unstable): remove --compat mode (#15678)Bartek Iwańczuk
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
2022-08-12fix(coverage): ensure coverage is only collected in certain situations (#15467)David Sherret
2022-08-11refactor(cli): consolidate most MainWorker related code to the same place (#1...David Sherret
2022-07-19feat: emit files on demand and fix racy emit (#15220)David Sherret
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-01refactor: extract `deno_graph::create_graph` use to common function (#15009)David Sherret
2022-06-29fix(vendor): ignore import map in output directory instead of erroring (#14998)David Sherret
2022-06-29refactor: rename `RootConfig` to `CliOptions` (#15007)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret