mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
internal: make @import("bun") work in zig (#19096)
This commit is contained in:
@@ -164,7 +164,7 @@ pub fn createParsedShellScript(globalThis: *JSC.JSGlobalObject, callframe: *JSC.
|
||||
}
|
||||
|
||||
const ParsedShellScript = @This();
|
||||
const bun = @import("root").bun;
|
||||
const bun = @import("bun");
|
||||
const shell = bun.shell;
|
||||
const Interpreter = shell.Interpreter;
|
||||
const interpreter = @import("./interpreter.zig");
|
||||
|
||||
Reference in New Issue
Block a user