-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(accouncement): Rename ControllerMessenger
to Messenger
#5092
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No export changes, they are all preserved. The export was converted to a map in order to more easily add an alias. This way is easier to read anyway.
ControllerMessenger
to Messenger
.ControllerMessenger
to Messenger
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Rename `ControllerMessenger` to `Messenger` in the `@metamask/announcement-controller` package. The `AnnouncementControllerMessenger` type export was renamed to `AnnouncementMessenger`, but the old name is preserved as an alias. Relates to #4538
This reverts the sole functional change.
5a48ddc
to
b3e8ec5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
Explanation
Rename
ControllerMessenger
toMessenger
in the@metamask/announcement-controller
package. TheAnnouncementControllerMessenger
type export was renamed toAnnouncementMessenger
, but the old name is preserved as an alias.References
Relates to #4538
Changelog
No functional changes
Checklist