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-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-18
feat: fmt and lint respect .gitignore file (#26897)
Bartek Iwańczuk
2024-11-16
feat(watch): log which file changed on HMR or watch change (#25801)
HasanAlrimawi
2024-11-13
fix(fmt): error instead of panic on unstable format (#26859)
David Sherret
2024-11-06
fix(fmt): don't use self-closing tags in HTML (#26754)
Bartek Iwańczuk
2024-11-04
fix(fmt): ignore file directive for YAML files (#26717)
Bartek Iwańczuk
2024-10-22
fix(fmt): upgrade formatters (#26469)
Pig Fang
2024-09-26
refactor(fmt): rewrite HTML syntax error handling (#25892)
Bartek Iwańczuk
2024-09-25
feat(fmt): better error on malfored HTML files (#25853)
Bartek Iwańczuk
2024-09-24
fix(fmt): --check was broken for CSS, YAML and HTML (#25848)
Bartek Iwańczuk
2024-09-23
feat(fmt): support vto and njk extensions (#25831)
Óscar Otero
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-19
fix: don't include extensionless files in file collection for lint & fmt by d...
Leo Kettmeir
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-17
feat(fmt): sort type-only named import/exports last (#25690)
David Sherret
2024-09-10
fix: update malva in deno to support astro css comments (#25553)
HasanAlrimawi
2024-09-09
fix(fmt): fix tabs in YAML (#25536)
Pig Fang
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
[next]