Files
sdk/pkg/analyzer/tool
Paul Berry acd7ee069a [messages] Move contents of error_code_info.dart into analyzer_utilities.
Moves all the code from
`pkg/analyzer/tool/messages/error_code_info.dart` into
`pkg/analyzer_utilities/lib/analyzer_messages.dart`. This code
describes the analyzer and linter diagnostic codes, and is used by
diagnostic message code generation logic.

Moving this code into `pkg/analyzer_utilities` will allow it to be
referenced by the front end and shared diagnostic code generators. In
a future CL, I will take advantage of this in order to validate
references to analyzer diagnostic codes in
`pkg/_fe_analyzer_shared/messages.yaml` and
`pkg/front_end/messages.yaml`.

Change-Id: I6a6a696412647b54908cba1cf41801eebcd09923
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/452480
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2025-09-30 11:42:59 -07:00
..