summaryrefslogtreecommitdiff
path: root/cli/args/config_file.rs
AgeCommit message (Expand)Author
2023-07-14fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...David Sherret
2023-07-05fix(vendor): support import mapped jsxImportSource (#19724)David Sherret
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-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-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-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-11fix(check): regression where config "types" entries caused type checking erro...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-09refactor: deno_graph 0.43 upgrade (#17692)David Sherret
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-28fix(lsp): update document dependencies on configuration change (#17556)David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)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-24feat: log detection of config file (#17338)Leo Kettmeir
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
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-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