From dc1bf7b2b8688c74f181ccf9c2dfd604f703b5b5 Mon Sep 17 00:00:00 2001 From: Claude Bot Date: Tue, 30 Dec 2025 08:10:44 +0000 Subject: [PATCH] Move AsyncContextFrame to node/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move AsyncContextFrame.cpp, AsyncContextFrame.h from bindings/ to node/. Related to Node.js async_hooks functionality. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/buntime/{bindings => node}/AsyncContextFrame.cpp | 0 src/buntime/{bindings => node}/AsyncContextFrame.h | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/buntime/{bindings => node}/AsyncContextFrame.cpp (100%) rename src/buntime/{bindings => node}/AsyncContextFrame.h (100%) diff --git a/src/buntime/bindings/AsyncContextFrame.cpp b/src/buntime/node/AsyncContextFrame.cpp similarity index 100% rename from src/buntime/bindings/AsyncContextFrame.cpp rename to src/buntime/node/AsyncContextFrame.cpp diff --git a/src/buntime/bindings/AsyncContextFrame.h b/src/buntime/node/AsyncContextFrame.h similarity index 100% rename from src/buntime/bindings/AsyncContextFrame.h rename to src/buntime/node/AsyncContextFrame.h