1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 11:54:02 +00:00

ensure files moved to @bitwarden/logging appear as moves in history

This commit is contained in:
John Harrington
2025-10-10 07:43:36 -07:00
parent c0d15c19d4
commit b8eaa483ee
31 changed files with 405 additions and 192 deletions

View File

@@ -15,10 +15,12 @@ import {
import { Theme } from "@bitwarden/common/platform/enums";
import { Message } from "@bitwarden/common/platform/messaging";
import { HttpOperations } from "@bitwarden/common/services/api.service";
import { LogProvider } from "@bitwarden/logging";
import { SafeInjectionToken } from "@bitwarden/ui-common";
// Re-export the SafeInjectionToken from ui-common
export { SafeInjectionToken } from "@bitwarden/ui-common";
export const LOG_PROVIDER = new SafeInjectionToken<LogProvider>("LogProvider");
export const WINDOW = new SafeInjectionToken<Window>("WINDOW");
export const DOCUMENT = new SafeInjectionToken<Document>("DOCUMENT");
export const OBSERVABLE_MEMORY_STORAGE = new SafeInjectionToken<