Merge pull request #3091 from code-yeongyu/fix/prepublish-quality-checks

fix: address pre-publish quality checks
This commit is contained in:
YeonGyu-Kim
2026-04-04 01:46:49 +09:00
committed by GitHub
57 changed files with 792 additions and 950 deletions
@@ -85,7 +85,7 @@ export function unregisterManagerForCleanup(manager: CleanupTarget): void {
cleanupRegistered = false
}
/** @internal test-only reset for module-level singleton state */
/** @internal - test-only reset for module-level singleton state */
export function _resetForTesting(): void {
for (const manager of [...cleanupManagers]) {
cleanupManagers.delete(manager)