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
/
tools
/
fmt.rs
Age
Commit message (
Expand
)
Author
2024-08-28
fix(fmt): fix incorrect quotes in components (#25249)
Pig Fang
2024-08-14
feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
Pig Fang
2024-08-09
feat(fmt): support CSS, SCSS, Sass and Less (#24870)
Pig Fang
2024-08-02
feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)
David Sherret
2024-08-02
feat(fmt): support YAML (#24717)
Pig Fang
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-08
fix(workspace): better cli file argument handling (#24447)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-03-27
fix: less aggressive vendor folder ignoring (#23100)
David Sherret
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-05
fix(fmt): `"singleQuote": true` should prefer single quote—not always use o...
David Sherret
2023-11-27
feat(fmt): support formatting code blocks in Jupyter notebooks (#21310)
scarf
2023-10-31
feat: deno run --unstable-hmr (#20876)
Bartek Iwańczuk
2023-10-24
fix: improved using declaration support (#20959)
David Sherret
2023-10-19
refactor: add WatcherCommunicator helper struct (#20927)
Bartek Iwańczuk
2023-09-08
fix: empty include in config file excludes all (#20404)
Nayeem Rahman
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-15
refactor(flags): move watch flags into subcommand structs (#19516)
David Sherret
2023-06-14
fix: reload config files on watcher restarts (#19487)
David Sherret
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
refactor(cli): remove ProcState - add CliFactory (#18900)
David Sherret
2023-03-27
feat(core): initialize SQLite off-main-thread (#18401)
Matt Mastracci
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
feat(fmt): make semi-colon option a boolean (#17527)
David Sherret
2023-01-24
feat(fmt): add ability to configure semicolons (#17292)
Bartek Iwańczuk
2023-01-16
fix(cli/fmt): show filepath for InvalidData error (#17361)
Leo Kettmeir
2023-01-13
refactor(cli/tools): reduce cloning (#17309)
Geert-Jan Zwiers
2023-01-07
refactor(cli/tools): move flag and config logic to CliOptions (#17008)
Geert-Jan Zwiers
2023-01-04
fix: upgrade deno_ast to 0.23 (#17269)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-09
fix: respect the `--quiet` flag in more cases (#16998)
David Sherret
2022-12-07
feat: ignore `node_modules` and `.git` folders when collecting files everywhe...
David Sherret
2022-11-28
refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-09-26
chore: use Rust 1.64.0 (#16035)
Mathias Lafeldt
2022-09-19
refactor: move out test files from root testdata directory into sub directori...
David Sherret
2022-08-30
fix(fmt): add the file path to the panic messages when formatting is unstable...
David Sherret
[next]