Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-06 | fix(fmt): don't use self-closing tags in HTML (#26754) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/26748 | |||
2024-09-24 | fix(fmt): --check was broken for CSS, YAML and HTML (#25848) | Bartek Iwańczuk | |
`deno fmt --check` was broken for CSS, YAML and HTML files. Before this PR, formatting any of these file types would return a string, even though the contract in `cli/tools/fmt.rs` is to only return a string if the formatting changed. This causes wrong flagging of these files as being badly formatted even though diffs showed nothing (because they were in fact formatted properly). Closes https://github.com/denoland/deno/issues/25840 |