Conversation
- Add index.d.ts with full type definitions for RegulaOptions and RegulaResult - Bump version to 3.2.4 - Include index.d.ts in package files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
WalkthroughThis pull request adds TypeScript type declarations for Regula integration. A new Poem
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
Summary
index.d.tswith full TypeScript type definitionsTypes Added
RegulaOptions- All configuration optionsRegulaResult- Full result structure with rule_results and summaryRuleResult- Individual rule result with all fieldsSourceLocation- Source code location infoThis fixes the TypeScript error:
🤖 Generated with Claude Code
Summary by CodeRabbit
Release Notes
New Features
Chores