Request to Export PubSub Construction Code for Userland Implementation
Dear maintainers of effect, i implemented a replay functionality for unbounded PubSub and opened a PR for it. https://github.com/Effect-TS/effect/pull/2940 This PR seems to be unreviewed so far, and i understand it. The thing is i need this functionality in my project right now, but i can't implement it in my user-land code, because most of the pubsub construction code are located in
internal/pubsub.ts
internal/pubsub.ts
. Would you mind if i open a PR with exporting all the necessary things to construct
PubSub
PubSub
s in userland code?
Or maybe anyone have some suggestions about how to apply the code from my PR in userland witout changing the library?