cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Documentation promises pipe constructors. They should be exported #81

Open cefn opened 2 months ago

cefn commented 2 months ago

In the documentation it's promised that pipe factory functions defined within the nevermore package are available for use.

nevermore exports factories for core pipes to be able to interleave them with your own e.g. createConcurrencyPipe() and createTimeoutPipe().

However, these named symbols are not actually exported from https://github.com/cefn/watchable/blob/main/packages/nevermore/src/index.ts so can't be accessed from userspace.

An example pipe factory function https://github.com/cefn/watchable/blob/a795ea8ff502c818c5fec50c020e67d51dcaedfb/packages/nevermore/src/strategies/backoff.ts#L237