Files
sdk/pkg/analyzer_utilities
Paul Berry f4eef913b4 [messages] Make utility to convert to camelCase.
Adds a temporary utility, `switch_to_camel_case.dart`, that will
switch the `messages.yaml` files to using `camelCase` for message
keys, `sharedName` fields, and `analyzerCode` fields.

In follow-up CLs, I will run the script and then remove it. This will
eliminate a significant inconsistency between the diagnostic code
formats in the analyzer and the front end.

Change-Id: I6a6a69645d4342abceb8f51d2e2e1d065ebef8d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/466560
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2025-12-09 12:37:48 -08:00
..

A set of utilities used by the tools in several analyzer-related packages.

Not meant to be published.