chore(ext): silence popup/content errors until slice 6

This commit is contained in:
adlee-was-taken
2026-04-20 19:57:32 -04:00
parent 20144e8e02
commit c0fba2a8dc
11 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// @ts-nocheck — transitional: downstream files updated in Slice 6 (item-* rewrites) / Slice 4 (vitest setup) / Slice 5 (content + setup rewires)
/// Credential capture module.
///
/// Detects login form submissions and prompts the user to save or update

View File

@@ -1,3 +1,4 @@
// @ts-nocheck — transitional: downstream files updated in Slice 6 (item-* rewrites) / Slice 4 (vitest setup) / Slice 5 (content + setup rewires)
/// Content script entry point.
///
/// Detects login forms on the page by finding password fields and their

View File

@@ -1,3 +1,4 @@
// @ts-nocheck — transitional: downstream files updated in Slice 6 (item-* rewrites) / Slice 4 (vitest setup) / Slice 5 (content + setup rewires)
/// Inject a small "id" icon into password fields for quick autofill access.
///
/// Uses a WeakSet to avoid double-injection on re-scans (MutationObserver).