summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
AgeCommit message (Expand)Author
2023-03-14test: fix flaky resolve_import_map_flags_take_precedence test (#18182)Bartek Iwańczuk
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-12refactor(npm): push npm struct creation to a higher level (#18139)David Sherret
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-03-03fix: lazily surface errors in package.json deps parsing (#17974)David Sherret
2023-02-24feat: add `DENO_NO_PACKAGE_JSON` env var (#17926)David Sherret
2023-02-24fix(npm): package.json auto-discovery should respect `--no-config` and `--no-...David Sherret
2023-02-23fix(npm): support bare specifiers in package.json having a path (#17903)David Sherret
2023-02-23feat(npm): support bare specifiers from package.json in more subcommands and ...David Sherret
2023-02-22feat(task): support scripts in package.json (#17887)David Sherret
2023-02-22fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...David Sherret
2023-02-20feat: auto-discover package.json for npm dependencies (#17272)Bartek Iwańczuk
2023-02-12feat(bench): Add JSON reporter for "deno bench" subcommand (#17595)Serhiy Barhamon
2023-02-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25fix: support import map specified as data uri (#17531)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-25feat(fmt): make semi-colon option a boolean (#17527)David Sherret
2023-01-24feat(fmt): add ability to configure semicolons (#17292)Bartek Iwańczuk
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