ECC/scripts/lib
Affaan Mustafa 7b94b51269 fix: add missing ReplaceInFileOptions to utils.d.ts type declaration
The replaceInFile function in utils.js accepts an optional `options`
parameter with `{ all?: boolean }` for replacing all occurrences, but
the .d.ts type declaration was missing this parameter entirely.
2026-02-13 01:24:34 -08:00
..
package-manager.d.ts fix: Windows path support, error handling, and dedup in validators 2026-02-12 15:57:20 -08:00
package-manager.js fix: add input validation, date range checks, and security hardening 2026-02-12 17:32:04 -08:00
session-aliases.d.ts fix: 6 bugs fixed, 67 tests added for session-manager and session-aliases 2026-02-12 15:50:04 -08:00
session-aliases.js fix: add missing validation in renameAlias, add 6 tests 2026-02-13 01:05:59 -08:00
session-manager.d.ts fix: Windows path support, error handling, and dedup in validators 2026-02-12 15:57:20 -08:00
session-manager.js fix: add input validation, date range checks, and security hardening 2026-02-12 17:32:04 -08:00
utils.d.ts fix: add missing ReplaceInFileOptions to utils.d.ts type declaration 2026-02-13 01:24:34 -08:00
utils.js fix: grepFile global regex lastIndex bug, add 12 tests 2026-02-13 01:18:07 -08:00