index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
args
/
config_file.rs
Age
Commit message (
Expand
)
Author
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-27
fix: error on invalid & unsupported jsx compiler options (#19954)
David Sherret
2023-07-14
fix(vendor): do not panic vendoring with jsxImportSource and no jsx files (#1...
David Sherret
2023-07-05
fix(vendor): support import mapped jsxImportSource (#19724)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-09
fix(config): do not canonicalize config file path before loading (#19436)
David Sherret
2023-05-23
feat: add support for globs in the config file and CLI arguments for files (#...
Bartek Iwańczuk
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-18
feat(cli): add `nodeModulesDir` option to config file (#19095)
David Sherret
2023-05-18
feat(cli): top-level `exclude` field in `deno.json` (#17778)
scarf
2023-04-26
feat(cli): flatten deno.json configuaration (#17799)
scarf
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-11
fix(check): regression where config "types" entries caused type checking erro...
David Sherret
2023-02-23
feat(npm): support bare specifiers from package.json in more subcommands and ...
David Sherret
2023-02-22
feat(task): support scripts in package.json (#17887)
David Sherret
2023-02-22
fix(npm): resolve node_modules dir relative to package.json instead of cwd (#...
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-28
fix(lsp): update document dependencies on configuration change (#17556)
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-25
feat(fmt): make semi-colon option a boolean (#17527)
David Sherret
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2023-01-24
feat: log detection of config file (#17338)
Leo Kettmeir
2023-01-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-19
fix(cli): allow for specifying `noErrorTruncation` compiler option (#17127)
Kamil Ogórek
2022-12-17
chore: update to Rust 1.66.0 (#17078)
linbingquan
2022-12-10
feat(cli): support deno bench in the config file (#16608)
Geert-Jan Zwiers
2022-12-08
feat(cli): support configuring the lock file in the config file (#16781)
Roj
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-25
refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)
David Sherret
2022-10-25
feat(lint): add a report lint config setting (#16045)
Brenley Dueck
2022-09-19
perf(cli): avoid `canonicalize_path` if config file does not exist (#15957)
Divy Srivastava
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-08-29
fix: config file errors should not print specifier with debug formatting (#15...
David Sherret
2022-08-24
fix: resolve `jsxImportSource` relative to module (#15561)
Luca Casonato
2022-07-26
chore: update jsonc_parser to 0.20 (#15316)
David Sherret
2022-07-20
chore(cli): Ignore "experimentalDecorators" and "moduleDetection" options (#1...
Nayeem Rahman
2022-07-20
fix(task): resolve deno configuration file first from specified `--cwd` arg (...
David Sherret
2022-07-18
feat(cli): support configuring the test tool in the config file (#15079)
Roj
2022-07-13
chore(cli): remove dead code related to previous tsc emit (#15196)
Nayeem Rahman
2022-06-28
refactor: add `RootConfig` (#14985)
David Sherret
2022-06-27
refactor: create `args` folder (#14982)
David Sherret