deno/tests/specs/fmt/external_formatter
Bartek Iwańczuk 4e23d9b5f0
feat(fmt): add support for .xml, .svg and .mustache files (#29851)
Formatting `.mustache` files still requires `--unstable-component`
flag when running `deno fmt`

Closes https://github.com/denoland/deno/issues/20205
2025-06-24 17:16:33 +02:00
..
__test__.jsonc fix(fmt): fail command when embedded language has syntax error (#29259) 2025-05-15 10:51:48 +09:00
badly_formatted.in feat(fmt): add support for .xml, .svg and .mustache files (#29851) 2025-06-24 17:16:33 +02:00
syntax_error_but_fmt_ignored.js fix(fmt): fail command when embedded language has syntax error (#29259) 2025-05-15 10:51:48 +09:00
syntax_error_in_css.js fix(fmt): fail command when embedded language has syntax error (#29259) 2025-05-15 10:51:48 +09:00
syntax_error_in_css.out fix(fmt): fix line number in error message when syntax error thrown from external formatter (#29698) 2025-06-12 08:58:44 +09:00
syntax_error_in_html.js fix(fmt): fail command when embedded language has syntax error (#29259) 2025-05-15 10:51:48 +09:00
syntax_error_in_html.out fix(fmt): handle TS as syntax in Svelte each block (#29789) 2025-06-17 20:10:06 +02:00
well_formatted.out feat(fmt): add support for .xml, .svg and .mustache files (#29851) 2025-06-24 17:16:33 +02:00
well_formatted_unstable_sql.out feat(fmt): add support for .xml, .svg and .mustache files (#29851) 2025-06-24 17:16:33 +02:00
well_formatted_use_tabs.out feat(fmt): add support for .xml, .svg and .mustache files (#29851) 2025-06-24 17:16:33 +02:00