mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
Split bundler up into multiple files (#20192)
This commit is contained in:
@@ -1820,6 +1820,8 @@ pub const StringMap = struct {
|
||||
|
||||
pub const DotEnv = @import("./env_loader.zig");
|
||||
pub const bundle_v2 = @import("./bundler/bundle_v2.zig");
|
||||
pub const js_ast = bun.bundle_v2.js_ast;
|
||||
pub const Loader = bundle_v2.Loader;
|
||||
pub const BundleV2 = bundle_v2.BundleV2;
|
||||
pub const ParseTask = bundle_v2.ParseTask;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user