From f8fd2c2a8296825bddcda34e46ef0feeff9eccf4 Mon Sep 17 00:00:00 2001 From: Alistair Smith Date: Fri, 9 May 2025 18:42:26 -0700 Subject: [PATCH] glob sources --- cmake/ZigSources.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/ZigSources.txt b/cmake/ZigSources.txt index beaeb3bb6a..53f77a6d24 100644 --- a/cmake/ZigSources.txt +++ b/cmake/ZigSources.txt @@ -223,6 +223,7 @@ src/bun.js/webcore/Response.zig src/bun.js/webcore/S3Client.zig src/bun.js/webcore/S3File.zig src/bun.js/webcore/S3Stat.zig +src/bun.js/webcore/ScriptExecutionContext.zig src/bun.js/webcore/Sink.zig src/bun.js/webcore/streams.zig src/bun.js/webcore/TextDecoder.zig