mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 06:54:15 -07:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
SETTINGS_DIRECTORY_NAME,
|
||||
} from '../config/settings.js';
|
||||
import { promisify } from 'node:util';
|
||||
import { Config, SandboxConfig } from '@google/gemini-cli-core';
|
||||
import type { Config, SandboxConfig } from '@google/gemini-cli-core';
|
||||
import { ConsolePatcher } from '../ui/utils/ConsolePatcher.js';
|
||||
|
||||
const execAsync = promisify(exec);
|
||||
|
||||
Reference in New Issue
Block a user