fix(#473): Strip querystrings when checking for file existence#479
fix(#473): Strip querystrings when checking for file existence#479mrginglymus wants to merge 2 commits intoun-ts:masterfrom
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 (2)
📝 WalkthroughWalkthroughThe PR modifies file path resolution to strip query string suffixes from filepaths before performing filesystem checks and cache lookups. This ensures paths differing only by query parameters are treated as identical for resolution purposes. A corresponding test case validates this behavior. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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: |
This prevents false positives on case mismatches on case sensitive file systems when imports have a querystring.
Summary by CodeRabbit