mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 11:29:02 +00:00
make checking for bun modules a compile time step
This commit is contained in:
@@ -1001,6 +1001,7 @@ pub const VirtualMachine = struct {
|
||||
jsc_vm.origin,
|
||||
.absolute_path,
|
||||
false,
|
||||
true,
|
||||
);
|
||||
var printer = source_code_printer.?.*;
|
||||
var written: usize = undefined;
|
||||
@@ -1152,6 +1153,7 @@ pub const VirtualMachine = struct {
|
||||
jsc_vm.origin,
|
||||
.absolute_path,
|
||||
false,
|
||||
true,
|
||||
);
|
||||
|
||||
if (!jsc_vm.macro_mode)
|
||||
|
||||
Reference in New Issue
Block a user