fix(cli): add streams as transferable types#31586
Conversation
WalkthroughThe Transferable type in the Deno web type definitions is expanded to include ReadableStream, WritableStream, and TransformStream alongside the existing MessagePort and ArrayBuffer. This broadens the types eligible for structured serialization and transfer operations. The change modifies only the type definition without altering runtime behavior or error handling logic. Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx,js}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
🧬 Code graph analysis (1)cli/tsc/dts/lib.deno_web.d.ts (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (10)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
#31126 (comment)