Split some things into more files and use bun namespace instead of import more

This commit is contained in:
Jarred SUmner
2023-01-13 11:27:16 -08:00
parent 734b5b89da
commit 996ef44c02
36 changed files with 4943 additions and 4777 deletions

View File

@@ -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");