Commit 3a61f70
committed
fix: Resolve ESLint and TypeScript errors
- Fix 'any' type in index.ts by using proper type assertion
- Fix control character regex in llm-generator-v2.ts (\\x00 -> \\0)
- Fix 'any' type in anthropic-provider.ts by using 'unknown' and proper type checking
- Update error handling to work with 'unknown' type
- All linting and build errors now resolved1 parent c963cfa commit 3a61f70
8 files changed
Lines changed: 14 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments