docs: document resolver option defaults#483
Conversation
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe README now includes a resolver-specific defaults table for ChangesResolver option documentation
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
commit: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 346: Update the README entry for noWarnOnMultipleProjects to state that
the warning is shown only when an explicit project option resolves to multiple
project files, not when default discovery finds multiple tsconfig.json or
jsconfig.json files.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
194a10e to
e5b4065
Compare
Summary
project,alwaysTryTypes,bun, andnoWarnOnMultipleProjectsunrs-resolverdefault collections and pass-through options unchangedCloses #430.
Validation
yarn buildyarn lintyarn typecov(843/843, 100%)yarn prettier --check README.mdyarn test: all 16 end-to-end cases pass; the unit file cannot resolve the Vitest source alias when the local checkout path contains a space, before test collectionSummary by CodeRabbit
project,alwaysTryTypes,bun, andnoWarnOnMultipleProjects.