1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-15 16:43:44 -05:00
denoland-deno/cli/tests/fmt
Satya Rohith 16036a8a51 feat: add markdown support to deno fmt (#8887)
This commit adds support for formatting markdown files with "deno fmt".

Additionally "--ext={js|jsx|ts|tsx|md}" flag was added to "deno fmt"
that allows to specify file type when providing contents over stdio.
2021-01-19 18:39:35 +01:00
..
expected_fmt_check_formatted_files.out feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +01:00
expected_fmt_check_ignore.out feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +01:00
expected_fmt_check_tests_dir.out feat: add markdown support to deno fmt (#8887) 2021-01-19 18:39:35 +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