Fix HttpRouter web handler context - #6665
Conversation
🦋 Changeset detectedLatest commit: a5eb54b The changes in this PR will be included in the next version bump. This PR includes changesets to release 28 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesWeb handler context typing
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
Comment |
Bundle Size Analysis
|
Summary
HttpRouter.toWebHandlerrequest-context inference withHttpEffect.toWebHandlerLayerWithTesting
pnpm test-types HttpRouter.tst.tspnpm lint-fixpnpm checkCloses EFF-121
Summary by CodeRabbit
Bug Fixes
HttpRouter.toWebHandlertype inference so application-provided services and built-in request/scope services are no longer incorrectly reflected as required in the handler context.Tests