mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
Remove cache_files since it's not used and causes slower Bun compilation times
This commit is contained in:
@@ -7,7 +7,7 @@ const NodeModuleBundle = @import("../../node_module_bundle.zig").NodeModuleBundl
|
||||
const logger = @import("../../logger.zig");
|
||||
const Api = @import("../../api/schema.zig").Api;
|
||||
const options = @import("../../options.zig");
|
||||
const Bundler = @import("../../bundler.zig").ServeBundler;
|
||||
const Bundler = @import("../../bundler.zig").Bundler;
|
||||
const ServerEntryPoint = @import("../../bundler.zig").ServerEntryPoint;
|
||||
const js_printer = @import("../../js_printer.zig");
|
||||
const js_parser = @import("../../js_parser.zig");
|
||||
|
||||
Reference in New Issue
Block a user