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
/
tests
/
integration
/
fmt_tests.rs
Age
Commit message (
Expand
)
Author
2022-06-23
fix(fmt): ignore node_modules directory (#14943)
Bartek Iwańczuk
2022-06-18
fix(fmt): should fail `--check` on parse error (#14907)
David Sherret
2022-06-09
feat(fmt): support formatting cjs, cts, mjs, and mts files (#14837)
David Sherret
2022-04-01
chore(tests): use custom temp dir creation for the tests (#14153)
David Sherret
2022-03-29
feat(cli/fmt): ignore .git folder when formatting files (#14138)
TrickyPi
2022-03-22
chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)
David Sherret
2022-01-17
feat: auto-discover config file (#13313)
Ryan Dahl
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-23
tests: remove 'fmt_check_tests_dir' test (#12875)
Bartek Iwańczuk
2021-11-15
fix(test): support typechecking docs with CRLF line endings (#12748)
Geert-Jan Zwiers
2021-09-23
feat(cli/fmt): support more markdown extensions (#12195)
Satya Rohith
2021-09-13
feat(fmt): add support for configuration file (#11944)
Bartek Iwańczuk
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret
2021-06-27
chore: split up integration_tests.rs into separate files (#11131)
David Sherret