You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remember, contributions to this repository should follow its contributing guidelines and code of conduct.
Run deno fmt --check in the same directory.
Expected behavior
deno 1.6.3 emits the following.
Checked 0 file
Actual behavior
deno 1.7.0, 1.7.1 emits the following.
from \\README.md:
1 | -Remember, contributions to this repository should follow its contributing guidelines and code of conduct.
1 | +Remember, contributions to this repository should follow its contributing
2 | +guidelines and code of conduct.
Additional context
deno fmt help says:
OPTIONS:
--check Check if the source files are formatted
--ext <ext> Set standard input (stdin) content type [default: ts] [possible values: ts, tsx, js, jsx, md]
This is expected behaviour. We got markdown support for deno fmt and it's enabled without flags. The --ext specifies how to interpret stdin, as it says.
Reproducible steps
deno fmt --check
in the same directory.Expected behavior
deno 1.6.3 emits the following.
Actual behavior
deno 1.7.0, 1.7.1 emits the following.
Additional context
deno fmt help says:
--ext ts
didn't work. I think it's a regression.This blocks this pull request.
The text was updated successfully, but these errors were encountered: