feat: support prisma-8 magic comment - #2002
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (4)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. Summary by CodeRabbit
WalkthroughThe language server now recognizes both Priority: ⬇️ Low Merge Risk: ⚪ Minimal · up to The supported directive aliases and malformed-token handling are covered, so this change is ready to merge after normal checks. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 2 functions across 3 files. (1 skipped: 1 unsupported.)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
Comment |
Adds
// use prisma-8as an alias for// use prisma-next, preserving the existing directive semantics.Changes
Why
Using the shared detector keeps both spellings on the same routing path without duplicating logic or changing existing behavior.
Validation
git diff --checkpassed.