mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-29 03:09:45 +02:00
- Convert BytesLineDecoder and SSEDecoder from classes extending TransformStream to factory functions - Fixes tree shaking failures that prevented build completion - Maintains identical API functionality, just removes 'new' keyword usage - All tests continue to pass Resolves tree shaking side effect detection issues with TransformStream extension