mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
@@ -23,10 +23,6 @@ const bundler = @import("bundler.zig");
|
||||
|
||||
const fs = @import("fs.zig");
|
||||
|
||||
pub fn constStrToU8(s: string) []u8 {
|
||||
return @intToPtr([*]u8, @ptrToInt(s.ptr))[0..s.len];
|
||||
}
|
||||
|
||||
const NodeModuleBundle = @import("./node_module_bundle.zig").NodeModuleBundle;
|
||||
|
||||
pub const Cli = struct {
|
||||
|
||||
Reference in New Issue
Block a user