mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
* Introduce MessageSender * Update `messageSenderFactory` * Remove Comment * Use BrowserApi * Update Comment * Rename to CommandDefinition * Add More Documentation to MessageSender * Add `EMPTY` helpers and remove NoopMessageSender * Calm Down Logging * Limit Logging On Known Errors * Use `messageStream` Parameter Co-authored-by: Matt Gibson <mgibson@bitwarden.com> * Add eslint rules * Update Error Handling Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com> * Delete Lazy Classes In Favor of Observable Factories * Remove Fido Messages --------- Co-authored-by: Matt Gibson <mgibson@bitwarden.com> Co-authored-by: Cesar Gonzalez <cesar.a.gonzalezcs@gmail.com>
4 lines
223 B
TypeScript
4 lines
223 B
TypeScript
// Export the new message sender as the legacy MessagingService to minimize changes in the initial PR,
|
|
// team specific PR's will come after.
|
|
export { MessageSender as MessagingService } from "../messaging/message.sender";
|