thefrontside / effection

Structured concurrency and effects for JavaScript
https://frontside.com/effection
MIT License
592 stars 25 forks source link

Cl/export async helpers #913

Closed cowboyd closed 1 month ago

cowboyd commented 1 month ago

Motivation

We weren't exporting the async integration helpers.

error: Uncaught SyntaxError: The requested module 'npm:effection@4.0.0-alpha.0' does not provide an export named 'stream'

Approach

Add them to exports. Also, make sure to publish v4 alphas to the next not the latest tag