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-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