mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 05:24:34 -07:00
fix: merge duplicate imports in packages/core (3/4) (#20928)
This commit is contained in:
@@ -6,13 +6,14 @@
|
||||
|
||||
import { describe, it, expect, beforeEach } from 'vitest';
|
||||
import { HookAggregator } from './hookAggregator.js';
|
||||
import type {
|
||||
HookExecutionResult,
|
||||
BeforeToolSelectionOutput,
|
||||
BeforeModelOutput,
|
||||
HookOutput,
|
||||
import {
|
||||
HookType,
|
||||
HookEventName,
|
||||
type HookExecutionResult,
|
||||
type BeforeToolSelectionOutput,
|
||||
type BeforeModelOutput,
|
||||
type HookOutput,
|
||||
} from './types.js';
|
||||
import { HookType, HookEventName } from './types.js';
|
||||
|
||||
// Helper function to create proper HookExecutionResult objects
|
||||
function createHookExecutionResult(
|
||||
|
||||
Reference in New Issue
Block a user