Skip to content

Commit 3a61f70

Browse files
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 resolved
1 parent c963cfa commit 3a61f70

8 files changed

Lines changed: 14 additions & 12 deletions

File tree

lib/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/llm-generator-v2.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)