Conversation
|
Warning Rate limit exceeded@w3nl has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 32 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (22)
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull Request Overview
This PR adds TypeScript support to the error package through type declaration files and configuration updates. The changes enable type checking for JavaScript source files and generate TypeScript declaration files for better IDE support and type safety when consuming the package.
- TypeScript infrastructure including
tsconfig.json, type declaration files, and npm scripts for type checking and generation - Updated dependencies including
@trojs/validatorto v12,@trojs/lintto v0.4.0, and added TypeScript tooling - New runtime configurations for Deno and JSR registry support
- Node.js test matrix updates in CI workflows
Reviewed Changes
Copilot reviewed 7 out of 23 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
package.json |
Added TypeScript tooling, updated dependencies, added type generation/checking scripts, normalized file paths |
tsconfig.json |
New TypeScript compiler configuration for type checking |
jsconfig.json |
Enhanced JavaScript config with TypeScript-compatible settings including types directory |
types/*.d.ts |
Generated TypeScript declaration files for all error classes and schemas |
src/index.js |
Added TypeScript self-type declaration comment |
jsr.json |
New configuration for JSR (JavaScript Registry) support |
deno.json |
New configuration for Deno runtime support |
.github/workflows/*.yml |
Updated Node.js test matrix to remove 21.x and 23.x, add 25.x |
package-lock.json |
Updated lockfile reflecting all dependency changes |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
a3998bc to
89d2256
Compare
No description provided.