Skip to content

Commit

Permalink
Update src/bundler/entry_points.zig
Browse files Browse the repository at this point in the history
Co-authored-by: Dylan Conway <[email protected]>
  • Loading branch information
Jarred-Sumner and dylan-conway authored Dec 21, 2024
1 parent 8a2e281 commit 55d50f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundler/entry_points.zig
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pub const ClientEntryPoint = struct {
return outbuffer[0 .. generated_path.len + original_ext.len];
}

pub fn generate(entry: *ClientEntryPoint, comptime TranspilerrType: type, transpiler: *TranspilerrType, original_path: Fs.PathName, client: string) !void {
pub fn generate(entry: *ClientEntryPoint, comptime TranspilerType: type, transpiler: *TranspilerType, original_path: Fs.PathName, client: string) !void {

// This is *extremely* naive.
// The basic idea here is this:
Expand Down

0 comments on commit 55d50f3

Please sign in to comment.