angular-cn/dev-infra/format
Paul Gschwendtner c3cbfc22e0 fix(dev-infra): format command incorrectly prints outdated files (#42252)
When `ng-dev format --check` is run, the ng-dev tool prints out
all files that are out-of-date. We recently updated the format
tool to also capture `stderr` for failed files. This broke the
console message as we did not unwrap the `FormatFailure` to
their file path when printing the "ng-dev format" fix command.

PR Close #42252
2021-05-25 17:57:01 +00:00
..
formatters fix(dev-infra): correctly detect prettier config (#41860) 2021-04-28 09:21:09 -07:00
BUILD.bazel build: upgrade angular build, integration/bazel and @angular/bazel package to rule_nodejs 2.2.0 (#39182) 2020-10-08 11:54:59 -07:00
cli.ts refactor(dev-infra): move `getRepoBaseDir()` to `GitClient` (#41527) 2021-04-15 11:28:12 -07:00
config.ts fix(dev-infra): correct FormatConfig interface (#42154) 2021-05-18 15:40:23 -07:00
format.ts fix(dev-infra): format command incorrectly prints outdated files (#42252) 2021-05-25 17:57:01 +00:00
run-commands-parallel.ts fix(dev-infra): formatting errors not reported with failure message (#42202) 2021-05-21 18:06:47 +00:00