summaryrefslogtreecommitdiff
path: root/packages/server/src/tools/write-file.ts
diff options
context:
space:
mode:
authorTaylor Mullen <[email protected]>2025-05-16 22:41:57 -0700
committerN. Taylor Mullen <[email protected]>2025-05-16 22:43:50 -0700
commit58e02240612e0a0eddc1427a795f5003ee2b3d07 (patch)
treeebaece1d404a1b1c73ee162f3e46494366231db4 /packages/server/src/tools/write-file.ts
parente486d84d6a627ce2563ac2313d55c46a663d4bc0 (diff)
Refactor: Use String.prototype.replaceAll() and update TS lib
- Replaces the custom `replaceAll` implementation in `packages/server/src/tools/edit.ts` with the standard `String.prototype.replaceAll()`. - Updates `packages/server/tsconfig.json` to include `ES2021` in the `lib` compiler options to ensure TypeScript recognizes this method. This aligns with the project's Node.js version requirements \(Node.js 16.x+\). Fixes https://github.com/google-gemini/gemini-cli/issues/7
Diffstat (limited to 'packages/server/src/tools/write-file.ts')
0 files changed, 0 insertions, 0 deletions