You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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 <[email protected]>
Reviewed-by: Samuel Rawlins <[email protected]>
Reviewed-by: Konstantin Shcheglov <[email protected]>
0 commit comments