From e4a34a4b232f8a6d656c1f508fa3ed29a2d6fbf6 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Wed, 31 Dec 2025 00:35:43 +0000 Subject: [PATCH] chore: move Sink.h and StreamGlobals.h to web/streams/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stream-related header files belong with web streams infrastructure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/buntime/{bindings => web/streams}/Sink.h | 0 src/buntime/{bindings => web/streams}/StreamGlobals.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/buntime/{bindings => web/streams}/Sink.h (100%) rename src/buntime/{bindings => web/streams}/StreamGlobals.h (100%) diff --git a/src/buntime/bindings/Sink.h b/src/buntime/web/streams/Sink.h similarity index 100% rename from src/buntime/bindings/Sink.h rename to src/buntime/web/streams/Sink.h diff --git a/src/buntime/bindings/StreamGlobals.h b/src/buntime/web/streams/StreamGlobals.h similarity index 100% rename from src/buntime/bindings/StreamGlobals.h rename to src/buntime/web/streams/StreamGlobals.h