remove unused sessionHookTriggers and exports (#16324)

This commit is contained in:
Vedant Mahajan
2026-01-10 22:19:15 +05:30
committed by GitHub
parent 5ea6347c9b
commit 0553c91d96
2 changed files with 0 additions and 115 deletions
-7
View File
@@ -20,10 +20,3 @@ export type { HookRegistryEntry } from './hookRegistry.js';
export { ConfigSource } from './types.js';
export type { AggregatedHookResult } from './hookAggregator.js';
export type { HookEventContext } from './hookPlanner.js';
// Export hook trigger functions
export {
fireSessionStartHook,
fireSessionEndHook,
firePreCompressHook,
} from '../core/sessionHookTriggers.js';