Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Roll the latest dart_style into the SDK.
This has a few changes. One of them affects code even before Dart 3, though it only touches parameters with metadata on them, which tend to be rare (outside of uses of the freezed package). It may affect code in the SDK repo. The other two are specific records and patterns so won't affect much existing code. But the formatted behavior before these bug fixes looks pretty bad, so if it's not too much risky, I think it's worth cherry picking into the next stable point release. Change-Id: I1e60d251b474b099c5059ffa63ddb260f0ed1318 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/302500 Reviewed-by: Alexander Thomas <[email protected]> Reviewed-by: Michael Thomsen <[email protected]> Commit-Queue: Bob Nystrom <[email protected]>
- Loading branch information