summaryrefslogtreecommitdiff
path: root/cli/tools/fmt.rs
AgeCommit message (Expand)Author
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-09fix: respect the `--quiet` flag in more cases (#16998)David Sherret
2022-12-07feat: ignore `node_modules` and `.git` folders when collecting files everywhe...David Sherret
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-09-26chore: use Rust 1.64.0 (#16035)Mathias Lafeldt
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-30fix(fmt): add the file path to the panic messages when formatting is unstable...David Sherret
2022-07-12perf: use emit from swc instead of tsc (#15118)David Sherret
2022-06-29refactor: rename `RootConfig` to `CliOptions` (#15007)David Sherret
2022-06-28refactor: add `RootConfig` (#14985)David Sherret
2022-06-27refactor: create `args` folder (#14982)David Sherret
2022-06-23fix(fmt): ignore node_modules directory (#14943)Bartek Iwańczuk
2022-06-18fix(fmt): should fail `--check` on parse error (#14907)David Sherret
2022-06-09feat(fmt): support formatting cjs, cts, mjs, and mts files (#14837)David Sherret
2022-04-26chore: remove git.io link (#14402)Baoshuo Ren
2022-04-19perf(fmt/lint): incremental formatting and linting (#14314)David Sherret
2022-03-29feat(cli/fmt): ignore .git folder when formatting files (#14138)TrickyPi
2022-03-29chore: upgrade dprint-core to 0.54.1 (#14146)David Sherret
2022-02-24chore: upgrade to Rust 1.59 (#13767)David Sherret
2022-02-11refactor: use `Arc` instead of making copies of `Flags` struct (#13610)Maxim
2022-01-31feat(cli): add "--no-clear-screen" flag (#13454)Zheyu Zhang
2022-01-17feat: auto-discover config file (#13313)Ryan Dahl
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-04fix: upgrade swc_ecmascript to 0.103 (#13284)David Sherret
2021-12-09fix(watch): mitigate race condition between file write by other process and w...David Sherret
2021-12-07feat(cli): use deno fmt for lock and coverage files (#13018)WenheLI
2021-11-29refactor(cli): simplify lint/format resolver logic (#12898)Zheyu Zhang
2021-11-24fix(lsp): lsp should respect include/exclude files in format config (#12876)David Sherret
2021-11-23fix(cli): config file should resolve paths relative to the config file (#12867)David Sherret
2021-10-30fix(cli): linter/formater watches current directory without args (#12550)Zheyu Zhang
2021-10-30fix(cli): lint/format all discoverd files on each change (#12518)Zheyu Zhang
2021-10-21fix(lsp): formatting should error on certain additional swc diagnostics (#12491)David Sherret
2021-09-23feat(cli/fmt): support more markdown extensions (#12195)Satya Rohith
2021-09-13feat: add option flags to 'deno fmt' (#12060)Bartek Iwańczuk
2021-09-13feat(fmt): add support for configuration file (#11944)Bartek Iwańczuk
2021-09-07refactor(lsp): use deno_ast and cache swc ASTs (#11780)David Sherret
2021-09-05fix(doc): fix rustdoc bare_urls warning (#11921)Feng Yu
2021-08-16fix: parse error when transpiling code with BOM (#11688)Ryan Dahl
2021-07-30chore: upgrade Rust to 1.54.0 (#11554)Yusuke Tanaka
2021-06-06chore: upgrade crates (#10867)Bartek Iwańczuk
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
2021-05-10feat: add deno test --watch (#9160)Liam Murphy
2021-03-26remove macro_use (#9884)Ryan Dahl
2021-03-10fix(fmt): Correctly format hard breaks in markdown (#9742)David Sherret
2021-02-19fix: lint and fmt error if no target files are found (#9527)Yusuke Tanaka
2021-02-18feat: add json(c) support to deno fmt (#9292)Satya Rohith
2021-01-19feat: add markdown support to deno fmt (#8887)Satya Rohith
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka