aboutsummaryrefslogtreecommitdiff
path: root/src/jsc.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsc.zig')
-rw-r--r--src/jsc.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jsc.zig b/src/jsc.zig
index 2ac14cde0..483d4015e 100644
--- a/src/jsc.zig
+++ b/src/jsc.zig
@@ -25,7 +25,8 @@ pub const Cloudflare = struct {
};
pub const Jest = @import("./bun.js/test/jest.zig");
pub const API = struct {
- pub const Transpiler = @import("./bun.js/api/transpiler.zig");
+ pub const JSBundler = @import("./bun.js/api/JSBundler.zig").JSBundler;
+ pub const JSTranspiler = @import("./bun.js/api/JSTranspiler.zig");
pub const Server = @import("./bun.js/api/server.zig").Server;
pub const ServerConfig = @import("./bun.js/api/server.zig").ServerConfig;
pub const ServerWebSocket = @import("./bun.js/api/server.zig").ServerWebSocket;