mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Split some things into more files and use bun namespace instead of import more
This commit is contained in:
@@ -25,7 +25,7 @@ const sync = @import("../sync.zig");
|
||||
const Api = @import("../api/schema.zig").Api;
|
||||
const resolve_path = @import("../resolver/resolve_path.zig");
|
||||
const configureTransformOptionsForBun = @import("../bun.js/config.zig").configureTransformOptionsForBun;
|
||||
const bundler = @import("../bundler.zig");
|
||||
const bundler = bun.bundler;
|
||||
const NodeModuleBundle = @import("../node_module_bundle.zig").NodeModuleBundle;
|
||||
const GenerateNodeModuleBundle = @import("../bundler/generate_node_modules_bundle.zig");
|
||||
const DotEnv = @import("../env_loader.zig");
|
||||
|
||||
Reference in New Issue
Block a user