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
/
fs_util.rs
Age
Commit message (
Expand
)
Author
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-11
feat: "deno bench" subcommand (#13713)
Bartek Iwańczuk
2022-02-16
feat: deno vendor (#13670)
David Sherret
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
2022-01-10
cli(compile): fix output flag behaviour on compile command (#13299)
Rabin Gaire
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2022-01-05
fix: support `mts`, `cjs` & `cts` files for `deno test` & `deno fmt` (#13274)
Leo Kettmeir
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-01
fix(fmt/lint): strip unc paths on Windows when displaying file paths in lint ...
David Sherret
2021-10-30
fix(cli): linter/formater watches current directory without args (#12550)
Zheyu Zhang
2021-10-25
fix: support verbatim UNC prefixed paths on Windows (#12438)
David Sherret
2021-09-23
feat(cli/fmt): support more markdown extensions (#12195)
Satya Rohith
2021-08-24
feat(cli): add --ignore flag to test command (#11712)
Casper Beyer
2021-08-14
refactor: normalize `is_supported_` check naming (#11698)
Casper Beyer
2021-08-14
fix(cli): retain input order of remote specifiers (#11700)
Casper Beyer
2021-08-13
refactor(cli): generalize module specifier collection (#11679)
Casper Beyer
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-07-29
feat: type check codeblocks in Markdown file with "deno test --doc" (#11421)
Casper Beyer
2021-06-25
fix(lsp): reload import registries should not error when the module registrie...
David Sherret
2021-04-21
fix: do not panic on not found cwd (#10238)
Satya Rohith
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-02-18
feat: add json(c) support to deno fmt (#9292)
Satya Rohith
2021-01-19
feat: add markdown support to deno fmt (#8887)
Satya Rohith
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-18
fix: atomically write files to $DENO_DIR (#8822)
Luca Casonato
2020-11-22
feat(unstable): Support --watch flag for bundle and fmt subcommands (#8276)
Yusuke Tanaka
2020-11-16
refactor(cli): rename fs module to fs_util (#8380)
Bartek Iwańczuk