mirror of
https://github.com/bitwarden/browser
synced 2026-02-27 10:03:23 +00:00
Consolidate messaging-internal into messaging library
- Move SubjectMessageSender, helpers, and test files from messaging-internal to messaging - Update imports to use relative paths instead of @bitwarden/messaging imports - Remove messaging-internal library entirely to eliminate circular dependency - Update external references to use @bitwarden/messaging instead of @bitwarden/messaging-internal - Fix tsconfig.lib.json rootDir conflict by removing cross-library file includes Resolves the first incomplete TODO in Fix Nx Library Paths memory: 'Import from messaging-internal directly in messaging'
This commit is contained in:
@@ -1 +1 @@
|
||||
export * from "@bitwarden/messaging-internal";
|
||||
export { SubjectMessageSender, tagAsExternal, getCommand } from "@bitwarden/messaging";
|
||||
|
||||
Reference in New Issue
Block a user