summaryrefslogtreecommitdiff
path: root/cli/args/config_file.rs
AgeCommit message (Expand)Author
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-19fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)Kamil Ogórek
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-10feat(cli): support deno bench in the config file (#16608)Geert-Jan Zwiers
2022-12-08feat(cli): support configuring the lock file in the config file (#16781)Roj
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-10-25feat(lint): add a report lint config setting (#16045)Brenley Dueck
2022-09-19perf(cli): avoid `canonicalize_path` if config file does not exist (#15957)Divy Srivastava
2022-09-19chore: fix clippy warnings (#15944)Ben Noordhuis
2022-08-29fix: config file errors should not print specifier with debug formatting (#15...David Sherret
2022-08-24fix: resolve `jsxImportSource` relative to module (#15561)Luca Casonato
2022-07-26chore: update jsonc_parser to 0.20 (#15316)David Sherret
2022-07-20chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#1...Nayeem Rahman
2022-07-20fix(task): resolve deno configuration file first from specified `--cwd` arg (...David Sherret
2022-07-18feat(cli): support configuring the test tool in the config file (#15079)Roj
2022-07-13chore(cli): remove dead code related to previous tsc emit (#15196)Nayeem Rahman
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret