From d98a93c3181426ea0565193303d3e63d3796231c Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 25 Aug 2023 21:08:41 -0700 Subject: Automatically hot reload Bun.serve() (#4344) * Automatically hot reload Bun.serve() * Update doc * Update example --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> --- src/bun.js/bindings/ZigGeneratedClasses.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bun.js/bindings/ZigGeneratedClasses.h') diff --git a/src/bun.js/bindings/ZigGeneratedClasses.h b/src/bun.js/bindings/ZigGeneratedClasses.h index b8b694068..e0b10ff55 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses.h +++ b/src/bun.js/bindings/ZigGeneratedClasses.h @@ -511,6 +511,7 @@ public: DECLARE_VISIT_OUTPUT_CONSTRAINTS; mutable JSC::WriteBarrier m_hostname; + mutable JSC::WriteBarrier m_id; }; class JSDebugHTTPServer final : public JSC::JSDestructibleObject { @@ -567,6 +568,7 @@ public: DECLARE_VISIT_OUTPUT_CONSTRAINTS; mutable JSC::WriteBarrier m_hostname; + mutable JSC::WriteBarrier m_id; }; class JSDirent final : public JSC::JSDestructibleObject { @@ -1415,6 +1417,7 @@ public: DECLARE_VISIT_OUTPUT_CONSTRAINTS; mutable JSC::WriteBarrier m_hostname; + mutable JSC::WriteBarrier m_id; }; class JSHTTPServer final : public JSC::JSDestructibleObject { @@ -1471,6 +1474,7 @@ public: DECLARE_VISIT_OUTPUT_CONSTRAINTS; mutable JSC::WriteBarrier m_hostname; + mutable JSC::WriteBarrier m_id; }; class JSListener final : public JSC::JSDestructibleObject { -- cgit v1.2.3