mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Fix exporting default twice
This commit is contained in:
@@ -313,6 +313,7 @@ pub fn NewPrinter(comptime ascii_only: bool) type {
|
||||
p.printIndent();
|
||||
p.print("}");
|
||||
}
|
||||
|
||||
pub fn printDecls(p: *Printer, keyword: string, decls: []G.Decl, flags: ExprFlag) void {
|
||||
debug("<printDecls>\n {s}", .{decls});
|
||||
defer debug("</printDecls>", .{});
|
||||
|
||||
Reference in New Issue
Block a user