diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-02 15:52:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 13:52:48 +0000 |
commit | 0da81205d57e947e82aa02206f8ba6822c624ebc (patch) | |
tree | 4472cc6281aca813adc3c2a06321701ea3c3008f /tests/unit_node/zlib_test.ts | |
parent | 2aad92c30b327b9db352e8a2c024671205eed9f6 (diff) |
feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)
This moves YAML formatting behind an unstable flag for Deno 1.46. This
will make it opt-in to start and then we can remove the flag to make it
on by default in version of Deno after that.
This can be specified by doing `deno fmt --unstable-yaml` or by
specifying the following in a deno.json file:
```json
{
"unstable": ["fmt-yaml"]
}
```
Diffstat (limited to 'tests/unit_node/zlib_test.ts')
0 files changed, 0 insertions, 0 deletions