mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
Split some things into more files and use bun namespace instead of import more
This commit is contained in:
@@ -28,7 +28,7 @@ const configureTransformOptionsForBun = @import("./bun.js/config.zig").configure
|
||||
const clap = @import("bun").clap;
|
||||
const BunJS = @import("./bun_js.zig");
|
||||
const Install = @import("./install/install.zig");
|
||||
const bundler = @import("bundler.zig");
|
||||
const bundler = bun.bundler;
|
||||
const DotEnv = @import("./env_loader.zig");
|
||||
|
||||
const fs = @import("fs.zig");
|
||||
|
||||
Reference in New Issue
Block a user