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
/
config_file.rs
Age
Commit message (
Expand
)
Author
2022-04-19
perf(fmt/lint): incremental formatting and linting (#14314)
David Sherret
2022-03-29
feat(lsp): support API for config file (#14139)
Kitson Kelly
2022-03-23
chore: remove all `pub(crate)`s from the cli crate (#14083)
David Sherret
2022-03-10
feat: "deno task" subcommand (#13725)
Bartek Iwańczuk
2022-02-25
fix(cli): disable config discovery for remote script (#13745)
Yoshiya Hinosawa
2022-02-24
chore: upgrade to Rust 1.59 (#13767)
David Sherret
2022-02-23
feat: allow specification of import map in config file (#13739)
Kitson Kelly
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-12-15
feat: Add support for import assertions and JSON modules (#12866)
Bartek Iwańczuk
2021-11-24
fix(lsp): lsp should respect include/exclude files in format config (#12876)
David Sherret
2021-11-23
fix(cli): config file should resolve paths relative to the config file (#12867)
David Sherret
2021-11-16
refactor: re-export anyhow from deno_core (#12777)
Ryan Dahl
2021-11-09
feat(cli): support React 17 JSX transforms (#12631)
Kitson Kelly
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-09-13
feat(fmt): add support for configuration file (#11944)
Bartek Iwańczuk
2021-09-08
fix(cli): better handling of source maps (#11954)
Kitson Kelly
2021-09-03
feat(lint): add support for config file and CLI flags for rules (#11776)
Bartek Iwańczuk
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-06-22
feat(cli): support "types" when type checking (#10999)
Kitson Kelly
2021-05-27
fix(#10733): empty tsconfig.json file does not cause error (#10734)
Romain Prignon
2021-05-19
fix(runtime): support source maps with Deno.emit() and bundle (#10510)
Satya Rohith
2021-05-18
fix(lsp): make failed to load config error descriptive (#10685)
Satya Rohith
2021-05-13
fix(lsp): remove duplicate cwd in config path (#10620)
Niclas Overby
2021-05-10
refactor(cli): replace loading file for --config flag with generic structure ...
Bartek Iwańczuk