1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/tests/fmt
Satya Rohith d9b1f96897
feat: add json(c) support to deno fmt (#9292)
This commit adds support for formatting JSON and JSONC 
in "deno fmt".

New values "json" and "jsonc" are added to "--ext" flag for 
standard input processing.
2021-02-18 17:31:32 +01:00
..
expected_fmt_check_formatted_files.out feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
expected_fmt_check_ignore.out feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
expected_fmt_check_tests_dir.out feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00
expected_fmt_check_verbose_formatted_files.out feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
expected_fmt_check_verbose_tests_dir.out feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
formatted1.js feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
formatted2.ts feat(fmt, lint): show number of checked files (#7312) 2020-09-09 16:45:31 +02:00
formatted3.md feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +01:00
formatted4.jsonc feat: add json(c) support to deno fmt (#9292) 2021-02-18 17:31:32 +01:00