dfb2f7278e
Updates the `messages.yaml` files to use `camelCase` naming conventions for message keys, `sharedName` fields, and `analyzerCode` fields. This eliminates a significant inconsistency between the diagnostic code formats in the analyzer and the front end. This CL was created automatically by running the script `pkg/analyzer_utilities/tool/messages/switch_to_camel_case.dart`. Change-Id: I6a6a6964cc9e5b2ff9d09875d49f0f3d3f404121 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/467060 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Paul Berry <paulberry@google.com>
FE/analyzer shared code
This package contains logic that is shared between the front_end and analyzer packages. It is intended solely to facilitate development of the Dart SDK, and is not intended for use by end users. In particular, this package has no public API, so no guarantee is made of compatibility between one version of the package and the next.
End users should consider using the analyzer package to analyze Dart source code.