elysiajs / stream

Plugin for Elysia for streaming response and Server Sent Event
MIT License
15 stars 2 forks source link

[build] Fail due to imported Stream. #11

Closed directormac closed 5 months ago

directormac commented 5 months ago

This is running in a bun workspace

../../node_modules/@elysiajs/stream/src/index.ts(56,25): error TS2552: Cannot find name 'ReadableStreamController'. Did you mean 'ReadableStreamDirectController'?

bun version 1.1.13 @elyisa/stream 1.0.2 elysia 1.0.23