1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/tests/testdata/fmt
Pig Fang 3a3315cc7f
feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
This commit adds capability to format HTML, Svelte, Vue, Astro and Angular
files.

"--unstable-html" is required to format HTML files, and "--unstable-component"
flag is needed to format other formats. These can also be specified in the config
file.

Close #25015
2024-08-14 22:58:48 +02:00
..
glob chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
parse_error chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
regular chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
with_config feat(ext/fetch): Request.bytes() and Response.bytes() (#23823) 2024-05-23 00:27:58 +00:00
badly_formatted.css feat(fmt): support CSS, SCSS, Sass and Less (#24870) 2024-08-09 18:52:23 +02:00
badly_formatted.html feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted.ipynb chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted.md feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted.mjs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted.svelte feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted.yaml feat(fmt): support YAML (#24717) 2024-08-02 12:12:51 +00:00
badly_formatted_fixed.css feat(fmt): support CSS, SCSS, Sass and Less (#24870) 2024-08-09 18:52:23 +02:00
badly_formatted_fixed.html feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted_fixed.ipynb chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted_fixed.js chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted_fixed.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
badly_formatted_fixed.md feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted_fixed.svelte feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019) 2024-08-14 22:58:48 +02:00
badly_formatted_fixed.yaml feat(fmt): support YAML (#24717) 2024-08-02 12:12:51 +00:00
deno.glob.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.malformed.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
deno.malformed2.jsonc chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_fmt_check_formatted_files.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_fmt_check_ignore.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
expected_fmt_check_verbose_formatted_files.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_check_parse_error.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_config_and_flags.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_config_default.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_deprecated_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_malformed_config.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
fmt_with_malformed_config2.out chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
invalid_data.json chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
invalid_data.out feat(vendor): support modifying remote files in vendor folder without checksum errors (#23979) 2024-05-28 14:58:43 -04:00