Files
sdk/pkg/analysis_server/lib
Danny Tuppeny fc4caff49b [analysis_server] Allow formatter changes to remove semicolons (and consecutive allowed tokens)
As well as commas, the formatter can remove semicolons from enums. Additionally, it can remove adjacent commas and semicolons! This adds support for both, by simplifying the check to have a set of allowed tokens, and looping to check again after it advances over any tokens.

Change-Id: I17a1172c803d579f01c801a372a69226d1dc3277
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/377643
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
2024-07-26 16:23:48 +00:00
..