mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Refactor Zig imports and file structure (part 1) (#21270)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,7 @@ pub const ExecCommand = struct {
|
||||
null,
|
||||
);
|
||||
try bundle.runEnvLoader(false);
|
||||
const mini = bun.JSC.MiniEventLoop.initGlobal(bundle.env);
|
||||
const mini = bun.jsc.MiniEventLoop.initGlobal(bundle.env);
|
||||
var buf: bun.PathBuffer = undefined;
|
||||
|
||||
const cwd = switch (bun.sys.getcwd(&buf)) {
|
||||
@@ -44,4 +44,4 @@ pub const ExecCommand = struct {
|
||||
const bun = @import("bun");
|
||||
const Global = bun.Global;
|
||||
const Output = bun.Output;
|
||||
const Command = bun.CLI.Command;
|
||||
const Command = bun.cli.Command;
|
||||
|
||||
Reference in New Issue
Block a user