mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 07:10:34 -07:00
chore: remove unused exports and redundant hook files (#18681)
This commit is contained in:
@@ -179,13 +179,6 @@ export const getCachedStringWidth = (str: string): number => {
|
||||
return width;
|
||||
};
|
||||
|
||||
/**
|
||||
* Clear the string width cache
|
||||
*/
|
||||
export const clearStringWidthCache = (): void => {
|
||||
stringWidthCache.clear();
|
||||
};
|
||||
|
||||
const regex = ansiRegex();
|
||||
|
||||
/* Recursively traverses a JSON-like structure (objects, arrays, primitives)
|
||||
|
||||
Reference in New Issue
Block a user