mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
chore: move web_worker.zig to web/workers/
Web Worker functionality belongs with the workers directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -642,7 +642,7 @@ comptime {
|
||||
}
|
||||
|
||||
const std = @import("std");
|
||||
const WTFStringImpl = @import("../string.zig").WTFStringImpl;
|
||||
const WTFStringImpl = @import("../../../string.zig").WTFStringImpl;
|
||||
|
||||
const bun = @import("bun");
|
||||
const Async = bun.Async;
|
||||
@@ -14,7 +14,7 @@ pub const ByteListPool = bun.ObjectPool(bun.ByteList, null, true, 8);
|
||||
|
||||
pub const Crypto = @import("./webcore/webcrypto/Crypto.zig");
|
||||
pub const AbortSignal = @import("./web/events/AbortSignal.zig").AbortSignal;
|
||||
pub const WebWorker = @import("./web_worker.zig");
|
||||
pub const WebWorker = @import("./web/workers/web_worker.zig");
|
||||
pub const AutoFlusher = @import("./webcore/AutoFlusher.zig");
|
||||
pub const EncodingLabel = @import("./web/encoding/EncodingLabel.zig").EncodingLabel;
|
||||
pub const Fetch = @import("./web/fetch/fetch.zig");
|
||||
|
||||
Reference in New Issue
Block a user