mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 20:10:36 -07:00
further changes
This commit is contained in:
@@ -25,7 +25,7 @@ export class IrMapper {
|
||||
/**
|
||||
* Re-serializes a flat array of ConcreteNodes back into a flat Gemini Content[] array.
|
||||
*/
|
||||
static fromIr(ship: ReadonlyArray<ConcreteNode>): Content[] {
|
||||
static fromIr(ship: readonly ConcreteNode[]): Content[] {
|
||||
return fromIr(ship);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user