1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/testdata/fmt
David Sherret 1e0ac609b5
BREAKING: remove deprecated files config (#25535)
The long form "files" config has been flattened into the parent.

Old:

```json
{
  "test": {
    "files": {
      "include": ["**/*.ts"],
      "exclude": ["ignore.ts"]
    }
  }
}
```

New:

```json
{
  "test": {
    "include": ["**/*.ts"],
    "exclude": ["ignore.ts"]
  }
}
```

This was deprecated some time ago, but we're removing it now in Deno
2.0.

Closes #25415
2024-09-09 16:33:09 +00: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 BREAKING: remove deprecated files config (#25535) 2024-09-09 16:33:09 +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_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