mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 18:44:30 -07:00
chore(build/compiler): Enable a bunch of strict TS compiler options. (#6138)
This commit is contained in:
@@ -13,10 +13,7 @@ export class ResultCache {
|
||||
private hits = 0;
|
||||
private misses = 0;
|
||||
|
||||
constructor(
|
||||
private readonly allFiles: string[],
|
||||
private readonly absoluteDir: string,
|
||||
) {
|
||||
constructor(private readonly allFiles: string[]) {
|
||||
this.cache = new Map();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user