fix(types): fix bounds check in split_regex_literal#8606
Conversation
🦋 Changeset detectedLatest commit: 023ac45 The changes in this PR will be included in the next version bump. This PR includes changesets to release 13 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughThe boundary check in Pre-merge checks and finishing touches✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (12)
Comment |
CodSpeed Performance ReportMerging #8606 will not alter performanceComparing Summary
Footnotes
|
a831647 to
023ac45
Compare
Summary
Fixes a bounds check that was allowing invalid text ranges to be constructed.
fixes #8563
Test Plan
No changes to snapshots
Docs