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 82884348cb
feat(fmt): support CSS, SCSS, Sass and Less (#24870)
This PR integrates [Malva](https://github.com/g-plane/malva) into `deno
fmt`, which introduces the ability to format CSS, SCSS, Sass and Less
files.

On Linux x64 6.10, this PR increases about 800KiB:

```                                                                                                                                                                      
❯ wc -c target/release/deno
125168728 target/release/deno

❯ wc -c target/release/deno
124349456 target/release/deno
```
2024-08-09 18:52:23 +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.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 CSS, SCSS, Sass and Less (#24870) 2024-08-09 18:52:23 +02:00
badly_formatted.mjs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00: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.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 CSS, SCSS, Sass and Less (#24870) 2024-08-09 18:52:23 +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