mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-18 22:10:52 -07:00
lints
This commit is contained in:
@@ -45,7 +45,7 @@ export class HistoryObserver {
|
||||
this.tokenCalculator,
|
||||
);
|
||||
|
||||
const ship: import('./ir/types.js').ConcreteNode[] = [];
|
||||
const ship: Array<import('./ir/types.js').ConcreteNode> = [];
|
||||
for (const ep of pristineEpisodes) {
|
||||
if (ep.concreteNodes) {
|
||||
for (const child of ep.concreteNodes) {
|
||||
|
||||
Reference in New Issue
Block a user