mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Update js_printer.zig
This commit is contained in:
@@ -3518,7 +3518,7 @@ pub fn NewPrinter(
|
||||
return;
|
||||
}
|
||||
|
||||
p.printSymbol(p.options.runtime_imports.__require.?);
|
||||
p.printSymbol(p.options.runtime_imports.__require.?.ref);
|
||||
// d is for default
|
||||
p.print(".d(");
|
||||
p.printLoadFromBundle(require.import_record_index);
|
||||
|
||||
Reference in New Issue
Block a user