cloudflare / cloudflare/workers-sdk
Refactor out usages of `extractBindingsOfType` where possible
Open
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.5k
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 186
Description
It's inefficient, but it's at most ~O(15N) given we have a limited number of bindings. I don't think that will matter in practice for real world apps, but I can make an issue to track making this more efficient in future. I don't want to change it in this PR because it'll make the diff much bigger and harder to review
_Originally posted by @penalosa in https://github.com/cloudflare/workers-sdk/pull/12487#discussion_r2783814671_
Contributor guide
Assessment
This issue has not been assessed yet.