summaryrefslogtreecommitdiff
path: root/.dprint.json
AgeCommit message (Expand)Author
2023-06-05fix: upgrade to deno_ast 0.27 (#19375)David Sherret
2023-05-23feat: add support for globs in the config file and CLI arguments for files (#...Bartek Iwańczuk
2023-05-15chore: check node_compat config diff in CI (#19119)Yoshiya Hinosawa
2023-05-09perf(fmt): faster formatting for minified object literals (#19050)David Sherret
2023-05-01chore(ext/websocket): readd autobahn|testsuite fuzzingclient (#18903)Divy Srivastava
2023-04-30fix(fmt/json): support formatting number with exponent and no sign (#18894)David Sherret
2023-04-26Revert "chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#… (#18...Bartek Iwańczuk
2023-04-26chore(ext/websocket): Add autobahn|testsuite fuzzingclient (#18846)Divy Srivastava
2023-03-22feat(cli): --ext parameter for run, compile, and bundle (#17172)Cre3per
2023-03-21chore: update formatting configuration (#18331)Bartek Iwańczuk
2023-03-21chore(tools): restore node compat test setup script (#18290)Yoshiya Hinosawa
2023-02-20test(ext/node): more node compat tests (#17827)Yoshiya Hinosawa
2023-01-28fix(fmt): semiColons: false - handle prop with following generator and do whi...David Sherret
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava
2023-01-11fix(fmt): better handling of link reference definitions when formatting markd...David Sherret
2023-01-04fix: upgrade deno_ast to 0.23 (#17269)David Sherret
2022-12-13fix(fmt): panic in yaml header with multi-byte characters (#17042)David Sherret
2022-12-07feat(fmt): improve width calculation (#16982)David Sherret
2022-11-25refactor: move dts files, diagnostics.rs, and tsc.rs to tsc folder (#16820)David Sherret
2022-11-23fix(fmt/markdown): scenario where whitespace was being incorrectly stripped i...David Sherret
2022-10-25fix: upgrade swc_ecma_parser to 0.122.19 - deno_ast 0.20 (#16406)David Sherret
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-09-07fix: upgrade deno_ast to 0.19 (#15808)David Sherret
2022-08-23feat(npm): support packages with multiple command names (#15565)David Sherret
2022-08-19chore(bench): add flash router benchmarks (#15495)Divy Srivastava
2022-08-05fix: various formatting fixes (#15412)David Sherret
2022-07-13feat(fmt): do not add a newline between a template and its tag (#15195)David Sherret
2022-07-12fix(ext/ffi): trampoline for fast calls (#15139)Divy Srivastava
2022-07-03chore: upgrade to dprint 0.30.2 internally (#15061)David Sherret
2022-06-22fix: upgrade swc via deno_ast 0.16 (#14930)David Sherret
2022-06-12feat(fmt): remove some unnecessary parens in types (#14841)David Sherret
2022-05-25fix(fmt): prevent infinite loop when formatting certain binary expressions (#...David Sherret
2022-05-01fix: improve formatting jsdocs with asterisk as first char on line (#14446)David Sherret
2022-04-18fix(fmt): regression where some short if stmt headers being split on multiple...David Sherret
2022-04-08fix: upgrade to swc_ecmascript 0.143 (#14238)David Sherret
2022-03-29chore: upgrade dprint-core to 0.54.1 (#14146)David Sherret
2022-03-28chore: update dprint internally to 0.24.1 (#14141)David Sherret
2022-02-21chore: use `rustfmt` cli via dprint for faster format (#13735)David Sherret
2022-01-20fix(fmt): markdown formatting should not remove backslashed backslash at star...David Sherret
2022-01-18Add LSP benchmark mimicking the one on quick-lint-js (#13365)Ryan Dahl
2022-01-17feat: auto-discover config file (#13313)Ryan Dahl
2022-01-16fix(cli): Don't strip shebangs from modules (#13220)Andreu Botella
2022-01-04fix: upgrade swc_ecmascript to 0.103 (#13284)David Sherret
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-19fix(fmt): markdown formatting was incorrectly removing some non-breaking spac...David Sherret
2021-11-15fix(test): support typechecking docs with CRLF line endings (#12748)Geert-Jan Zwiers
2021-11-01chore: upgrade deno_ast to 0.5.0 (#12595)David Sherret
2021-10-21fix(lsp): formatting should error on certain additional swc diagnostics (#12491)David Sherret
2021-10-18fix(fmt): keep parens for JS doc type assertions (#12475)David Sherret
2021-10-16fix: fmt should not remove parens around sequence expressions (#12461)David Sherret